HedgeDoc - Ideas grow better together
Find a file
Erik Michelson 53f86919e3
refactor(frontend-config): return auth providers as array
This change removes the customAuthNames property and redefines the
authProviders property of the frontend-config DTO. Instead of an
map from auth providers to their enabled-state (boolean), there is
now an array that just includes the configured auth providers while
also having the identifier and providerName of custom auth providers.

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2022-01-03 22:22:45 +01:00
.github ci: setup njsscan 2021-12-05 22:40:29 +01:00
.idea/copyright
.reuse
.yarn chore(deps): update yarn to v3.1.1 2021-12-05 18:31:36 +01:00
docs Correct documentation on how to access Hedgedoc 2021-12-21 10:37:48 +01:00
LICENSES
public
src refactor(frontend-config): return auth providers as array 2022-01-03 22:22:45 +01:00
test fix(auth): use sha-512 for auth tokens 2021-12-13 22:44:38 +01:00
.editorconfig
.env.example
.eslintrc.js
.gitignore
.mailmap
.mailmap.license
.prettierrc
.prettierrc.license
.yarnrc.yml chore(deps): update yarn to v3.1.1 2021-12-05 18:31:36 +01:00
.yarnrc.yml.license
AUTHORS
CHANGELOG.md
CODE_OF_CONDUCT.md
codecov.yml ci(codecov): Wait for 2 builds to be submitted 2021-12-05 22:35:37 +01:00
CONTRIBUTING.md
eslint-local-rules.js
jest-e2e.json
jest-e2e.json.license
LICENSE
nest-cli.json
nest-cli.json.license
package.json chore(deps): update linters to v5.8.1 2021-12-27 19:15:06 +00:00
package.json.license
README.md
renovate.json
renovate.json.license
SECURITY.md
tsconfig.build.json
tsconfig.build.json.license
tsconfig.json
tsconfig.json.license
yarn.lock chore(deps): lock file maintenance 2021-12-27 19:28:45 +00:00
yarn.lock.license

HedgeDoc Logo

#HedgeDoc on matrix.org version POEditor Mastodon Twitter REUSE Compliance Check Nest.JS CI codecov

HedgeDoc lets you create real-time collaborative markdown notes.

Getting Started

State of the project

HedgeDoc 1.x is stable and used around the world, but the codebase has grown over time, making it hard to add new features.
We are currently working on HedgeDoc 2, a complete rewrite of HedgeDoc. Please note the following:

  • This branch contains the latest development code and does not implement all features yet. If you are looking for the 1.x source code, have a look at the master branch.
  • HedgeDoc 2 will be split in two components: the backend (this repo) and the frontend in the react-client repo.
  • The 1.x release is maintenance-only. We do not accept feature requests or PRs for this release anymore and may choose to close non-critical bug reports, if the bug will be non-existent in 2.0.

Contributions

We welcome contributions!
Have a look at our contribution docs to find out how you can help. If you want to contribute to HedgeDoc 2, please join our development chat.

License

Licensed under AGPLv3. For our list of contributors, see AUTHORS.

The license does not include the HedgeDoc logo, whose terms of usage can be found in the github repository.