hedgedoc/src/notes
David Mehren 713e2ada31
Update NotePermissionsUpdate DTOs to be aware of groups
The NotePermissionsUpdateDto was not updated when group permissions were introduced.

Signed-off-by: David Mehren <git@herrmehren.de>
Co-authored-by: Yannick Bungers <git@innay.de>
2020-10-03 12:42:14 +02:00
..
author-color.entity.ts Add AuthorColor entity 2020-08-13 20:22:30 +02:00
note-authorship.dto.ts Add DTOs for notes and note authorship 2020-07-26 20:57:51 +02:00
note-metadata.dto.ts Add NoteModule 2020-07-25 20:24:59 +02:00
note-permissions.dto.ts Update NotePermissionsUpdate DTOs to be aware of groups 2020-10-03 12:42:14 +02:00
note.dto.ts NoteDto: Rename attribute metdata to metadata 2020-09-19 14:54:08 +02:00
note.entity.ts NoteEntity: Lazy-load revisions relation 2020-09-22 17:32:35 +02:00
note.utils.ts NoteUtils: Add methods to parse note metadata 2020-09-19 17:32:08 +02:00
notes.module.ts Switch to using the new custom logger 2020-09-27 21:48:42 +02:00
notes.service.spec.ts Switch to using the new custom logger 2020-09-27 21:48:42 +02:00
notes.service.ts UsersService: Improve logging in getNoteByIdOrAlias 2020-10-24 11:34:16 +02:00