hedgedoc/src/notes
David Mehren 8b9a45b738
NotesService: Let createNote create an actual Note and introduce createNoteDto to create & convert in one step.
It might be handy to have access to the original `Note` after creating one, so the creation and conversion to a `NoteDto` is now split.

Signed-off-by: David Mehren <git@herrmehren.de>
2020-09-25 21:37:39 +02:00
..
author-color.entity.ts Add AuthorColor entity 2020-08-20 19:43:12 +02:00
note-authorship.dto.ts Add DTOs for notes and note authorship 2020-08-20 19:43:09 +02:00
note-metadata.dto.ts Add NoteModule 2020-08-20 19:43:07 +02:00
note-permissions.dto.ts Add 'special' property to GroupInfoDto and rename 'id' to 'name' 2020-08-20 19:43:10 +02:00
note.dto.ts NoteDto: Rename attribute metdata to metadata 2020-09-25 21:35:47 +02:00
note.entity.ts NoteEntity: Lazy-load revisions relation 2020-09-25 21:37:39 +02:00
note.utils.ts NoteUtils: Add methods to parse note metadata 2020-09-25 21:37:39 +02:00
notes.module.ts RevisionService: Implement getNoteRevisionMetadatas 2020-09-25 21:37:39 +02:00
notes.service.spec.ts Add NotesService 2020-08-20 19:43:08 +02:00
notes.service.ts NotesService: Let createNote create an actual Note and introduce createNoteDto to create & convert in one step. 2020-09-25 21:37:39 +02:00