292944ed78
As discussed in #835 we don't want to have default constructors and prefer .create methods. Because the created NoteGroupPermission and NoteUserPermission are not saved to the DB by themselves, but are saved via a change to the Note using a Pick<Class, attributes>-style return type is not helpful here as every single time the .create functions are called a full object is required. The mock calls in the PermissionService test are not needed and break the .create calls so they got removed. Signed-off-by: Philip Molares <philip.molares@udo.edu> |
||
---|---|---|
.github | ||
.idea/copyright | ||
.reuse | ||
docs | ||
LICENSES | ||
src | ||
test/public-api | ||
.editorconfig | ||
.env.example | ||
.eslintrc.js | ||
.gitignore | ||
.mailmap | ||
.mailmap.license | ||
.prettierrc | ||
.prettierrc.license | ||
AUTHORS | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
jest-e2e.json | ||
jest-e2e.json.license | ||
LICENSE | ||
nest-cli.json | ||
nest-cli.json.license | ||
package.json | ||
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 | ||
yarn.lock.license |
HedgeDoc 2
HedgeDoc lets you create real-time collaborative markdown notes. Have a look at our website for more details.
⚠️⚠️⚠️ Important: 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.
Community and 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.
To stay up to date with our work or get support it's recommended to join our Matrix channel, stop by our community forums or subscribe to the release feed. We also engage in regular community calls (RSS) which you are very welcome to join.
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.