hedgedoc/src
Yannick Bungers f47d85b301
Add GET /me/media
Returns all media files uploaded by the authenticated user.

Signed-off-by: Yannick Bungers <git@innay.de>
2021-03-14 17:47:16 +01:00
..
api Add GET /me/media 2021-03-14 17:47:16 +01:00
auth Enforce explicit function return types 2021-02-27 17:41:32 +01:00
authors Change year in copyright to 2021 2021-01-06 21:36:07 +01:00
config AppConfig: Fix bug in the schema of forbiddenNoteIds 2021-03-14 17:54:50 +01:00
errors Errors: Add ForbiddenIdError 2021-02-20 22:16:50 +01:00
groups Fix various ESLint errors in services 2021-02-24 22:35:06 +01:00
history HistoryService: Add unit test for getEntryByNoteIdOrAlias 2021-03-05 12:01:04 +01:00
logger Enforce explicit function return types 2021-02-27 17:41:32 +01:00
media Add GET /me/media 2021-03-14 17:47:16 +01:00
monitoring Refactor server version object into own interface 2021-02-27 21:21:41 +01:00
notes NotesService: Add unit tests for forbidden note alias 2021-02-20 22:23:52 +01:00
permissions Enforce explicit function return types 2021-02-27 17:41:32 +01:00
revisions Config: Add forbiddenNoteIds to AppConfig 2021-02-20 22:15:04 +01:00
users Enforce explicit function return types 2021-02-27 17:41:32 +01:00
utils Enforce explicit function return types 2021-02-27 17:41:32 +01:00
app.module.ts AppModule: Add reminder to remove synchronize 2021-02-27 22:58:34 +01:00
main.ts Enforce explicit function return types 2021-02-27 17:41:32 +01:00