hedgedoc/src/notes
Yannick Bungers b07d6d478c Refactoring of controllers and service interfaces
DTO should only be used for sending information to and from user.
Services now have methods which return normal internal objects and
methods which convert them to DTOs. This conversion is done in the
controlers

Signed-off-by: Yannick Bungers <git@innay.de>
2021-01-30 00:15:05 +01:00
..
author-color.entity.ts auth: Add tests for AuthService 2021-01-25 21:30:02 +01:00
note-authorship.dto.ts NoteAuthorshipDto: Add doc comments 2021-01-25 22:48:39 +01:00
note-metadata.dto.ts NoteMetadata DTOs: Add doc comments 2021-01-25 22:48:38 +01:00
note-permissions.dto.ts NotePermission DTOs: Add doc comments 2021-01-25 22:48:38 +01:00
note.dto.ts NoteDto: Add doc comments 2021-01-25 22:48:39 +01:00
note.entity.ts Removed special table name in Note object 2021-01-23 22:26:49 +01:00
notes.module.ts Change year in copyright to 2021 2021-01-06 22:10:19 +01:00
notes.service.spec.ts auth: Add tests for AuthService 2021-01-25 21:30:02 +01:00
notes.service.ts Refactoring of controllers and service interfaces 2021-01-30 00:15:05 +01:00
tag.entity.ts Format with Prettier 2 2021-01-06 23:49:45 +01:00