hedgedoc/src/notes
David Mehren 6a1da64cf6
Remove NoteUtils class, as the planned parsing logic is not needed anymore
Signed-off-by: David Mehren <git@herrmehren.de>
Co-authored-by: Yannick Bungers <git@innay.de>
2020-10-24 22:21:45 +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 NotesService: Implement updateNoteMetadata 2020-10-24 22:21:43 +02:00
note-permissions.dto.ts Update NotePermissionsUpdate DTOs to be aware of groups 2020-10-24 22:19:12 +02:00
note.dto.ts NoteDto: Rename attribute metdata to metadata 2020-09-25 21:35:47 +02:00
note.entity.ts NoteEntity: Enable eager loading and cascades for tags 2020-10-24 22:21:43 +02:00
notes.module.ts Add note metadata properties and Tag entity. 2020-10-24 22:21:42 +02:00
notes.service.spec.ts Add missing TagRepository provider in unit tests 2020-10-24 22:21:44 +02:00
notes.service.ts NotesService: Implement updateNoteMetadata 2020-10-24 22:21:43 +02:00
tag.entity.ts Add note metadata properties and Tag entity. 2020-10-24 22:21:42 +02:00