hedgedoc/src/notes
Philip Molares 24ee95282d Entities: Add onDelete CASCADE to entities
To better handle deletion of entities, all necessary other entities got the option onDelete CASCADE set. So everything that does not make any sense if something else is deleted will be deleted along side of it.

Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-04-19 23:04:09 +02:00
..
author-color.entity.ts auth: Add tests for AuthService 2021-01-25 21:30:02 +01:00
note-authorship.dto.ts Docs: Add ApiProperty to all Dtos 2021-03-19 12:08:34 +01:00
note-metadata.dto.ts Docs: Add ApiProperty to all Dtos 2021-03-19 12:08:34 +01:00
note-permissions.dto.ts Docs: Add ApiProperty to all Dtos 2021-03-19 12:08:34 +01:00
note.dto.ts Docs: Add ApiProperty to all Dtos 2021-03-19 12:08:34 +01:00
note.entity.ts Entities: Add onDelete CASCADE to entities 2021-04-19 23:04:09 +02:00
notes.module.ts Config: Add forbiddenNoteIds to AppConfig 2021-02-27 23:04:49 +01:00
notes.service.spec.ts Tests: Fix eslint errors 2021-04-16 10:14:05 +02:00
notes.service.ts NotesService: Get user and group of the permission 2021-04-18 22:35:28 +02:00
tag.entity.ts Format with Prettier 2 2021-01-06 23:49:45 +01:00