hedgedoc/src
Philip Molares 1f897636bb PublicApi: Add option to keep media to DELETE /notes/{note}
This adds a body to the route DELETE /notes/{note} of the public 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-22 23:13:13 +02:00
..
api PublicApi: Add option to keep media to DELETE /notes/{note} 2021-04-22 23:13:13 +02:00
auth Entities: Add onDelete CASCADE to entities 2021-04-19 23:04:09 +02:00
authors Change year in copyright to 2021 2021-01-06 22:10:19 +01:00
config AppConfigMock: Use correct loglevel 2021-04-22 22:23:59 +02:00
errors Errors: Add ForbiddenIdError 2021-02-27 23:04:52 +01:00
frontend-config Tests: Fix eslint errors 2021-04-16 10:14:05 +02:00
groups Entities: Add onDelete CASCADE to entities 2021-04-19 23:04:09 +02:00
history Merge pull request #1127 from hedgedoc/history/entryRename 2021-04-17 19:23:19 +02:00
logger Logging: Handle calls with 'undefined' context 2021-04-18 18:50:57 +02:00
media MediaService: Add removeNoteFromMediaUpload method 2021-04-22 23:13:13 +02:00
monitoring Utils: Extract getServerVersionFromPackageJson into own file 2021-03-21 19:58:37 +01:00
notes Notes: Add NoteMediaDeletionDto 2021-04-22 23:12:46 +02:00
permissions Merge pull request #1039 from hedgedoc/fix/permissionsCreationAndFinding 2021-04-18 22:45:24 +02:00
revisions RevisionsService: Add missing awaits 2021-04-22 18:26:19 +02:00
users Entities: Add onDelete CASCADE to entities 2021-04-19 23:04:09 +02:00
utils Utils: Fix getServerVersionFromPackageJson 2021-04-15 18:39:41 +02:00
app.module.ts FrontendConfig: Add new service 2021-03-21 20:08:13 +01:00
main.ts Logging: Remove NestConsoleLoggerService 2021-04-13 23:58:17 +02:00