hedgedoc/src
David Mehren e97f9fe174
NoteEntity: Lazy-load revisions relation
Using a `Promise` type in a TypeORM entity automatically enables lazy-loading of that relation.
See https://typeorm.io/#/eager-and-lazy-relations/lazy-relations

Signed-off-by: David Mehren <git@herrmehren.de>
2020-09-25 21:37:39 +02:00
..
api/public NoteController: Do not use text/markdown as response content-type for createNote 2020-09-25 21:37:38 +02:00
authors Add AuthorsModule 2020-08-20 19:43:07 +02:00
groups Initialize TypeORM for Group entity 2020-08-20 19:43:12 +02:00
history Update NotesService and HistoryService to use the new permission model. 2020-08-20 19:43:11 +02:00
monitoring Add monitoring module 2020-08-20 19:43:10 +02:00
notes NoteEntity: Lazy-load revisions relation 2020-09-25 21:37:39 +02:00
permissions Update Note entity 2020-08-20 19:43:12 +02:00
revisions RevisionsService: Implement getLatestRevision and createRevision methods 2020-09-25 21:37:39 +02:00
users UsersService: Add null check to toUserDto() converter 2020-09-25 21:37:39 +02:00
app.module.ts Add PermissionModule and GroupsModule 2020-08-20 19:43:11 +02:00
main.ts Enable automatic OpenAPI spec generation. 2020-08-20 19:43:08 +02:00