hedgedoc/src
David Mehren 0a8dd454ab
NoteEntity: Allow anonymous notes
Notes created by anonymous users don't have an owner.
This commit updates the entity accordingly.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-04-29 18:09:22 +02:00
..
api MediaController: Double-check that req.user is defined 2021-04-29 16:44:27 +02:00
auth Correctly type nullable columns 2021-04-29 16:54:57 +02:00
authors Change year in copyright to 2021 2021-01-06 21:36:07 +01:00
config Safely parse numbers from environment vars 2021-04-29 15:34:59 +02:00
errors Errors: Add ForbiddenIdError 2021-02-20 22:16:50 +01:00
frontend-config FrontendConfig DTOs: Make properties consistently optional 2021-04-29 16:13:54 +02:00
groups Entities: Add onDelete CASCADE to entities 2021-03-11 15:03:23 +01:00
history HistoryService: Throw NotInDBError on empty DB result 2021-04-29 16:16:30 +02:00
logger ConsoleLoggerService: Fix type of context properties 2021-04-29 16:10:46 +02:00
media MediaUploadDto: Make noteId optional 2021-04-29 16:59:40 +02:00
monitoring Docs: Add ApiProperty to all Dtos 2021-03-19 12:08:34 +01:00
notes NoteEntity: Allow anonymous notes 2021-04-29 18:09:22 +02:00
permissions Tests: Fix eslint errors 2021-04-12 18:05:27 +02:00
revisions RevisionsService: Throw NotInDBError on empty DB result 2021-04-29 15:03:44 +02:00
users Correctly type nullable columns 2021-04-29 16:54:57 +02:00
utils Utils: Fix getServerVersionFromPackageJson 2021-04-15 18:15:25 +02:00
app.module.ts PrivateApi: Serve under /api/private 2021-04-02 17:33:42 +02:00
main.ts Handle config initialisation error on app bootstrap 2021-04-29 16:22:01 +02:00
seed.ts [Project] Add seed script 2021-04-29 11:53:59 +02:00