hedgedoc/src
Philip Molares bd4231c1c5
PrivateApi: Add option to keep media to DELETE /notes/{note}
This adds a body to the route DELETE /notes/{note} of the private api to specify if the associated media uploads of the note should be kept or deleted.

Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-04-01 01:22:34 +02:00
..
api PrivateApi: Add option to keep media to DELETE /notes/{note} 2021-04-01 01:22:34 +02:00
auth Entities: Add onDelete CASCADE to entities 2021-03-11 15:03:23 +01:00
authors Change year in copyright to 2021 2021-01-06 21:36:07 +01:00
config AppConfigMock: Use correct loglevel 2021-04-22 22:23:59 +02:00
errors Errors: Add ForbiddenIdError 2021-02-20 22:16:50 +01:00
frontend-config Tests: Fix eslint errors 2021-04-12 18:05:27 +02:00
groups Entities: Add onDelete CASCADE to entities 2021-03-11 15:03:23 +01:00
history PrivateAPI: Add lastVisited to HistoryEntryImportDto 2021-04-11 12:37:47 +02:00
logger Logging: Handle calls with 'undefined' context 2021-04-13 23:21:55 +02:00
media MediaService: Add removeNoteFromMediaUpload method 2021-04-01 01:18:24 +02:00
monitoring Docs: Add ApiProperty to all Dtos 2021-03-19 12:08:34 +01:00
notes Notes: Add NoteMediaDeletionDto 2021-04-01 01:15:44 +02:00
permissions Tests: Fix eslint errors 2021-04-12 18:05:27 +02:00
revisions RevisionsService: Add missing awaits 2021-04-22 18:26:19 +02:00
users Entities: Add onDelete CASCADE to entities 2021-03-11 15:03:23 +01:00
utils Utils: Fix getServerVersionFromPackageJson 2021-04-15 18:15:25 +02:00
app.module.ts FrontendConfig: Add new service 2021-03-01 21:16:01 +01:00
main.ts Logging: Remove NestConsoleLoggerService 2021-04-02 19:08:30 +02:00