hedgedoc/src
David Mehren 56ce66bc8b
ConsoleLoggerService: Fix type of context properties
Nullish values of functionContext and classContext are handled correctly,
so the type can be adjusted

Signed-off-by: David Mehren <git@herrmehren.de>
2021-04-29 16:10:46 +02:00
..
api ControllerTests: Add connection to controller tests 2021-04-11 22:06:41 +02:00
auth AuthService: Fix type of toAuthTokenWithSecretDto 2021-04-29 16:07:58 +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: Fix unit test 2021-04-27 23:33:13 +02:00
groups Entities: Add onDelete CASCADE to entities 2021-03-11 15:03:23 +01:00
history HistoryService: Add test for setHistory 2021-04-11 22:06:36 +02:00
logger ConsoleLoggerService: Fix type of context properties 2021-04-29 16:10:46 +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 NotesService: Extract checkNoteIdOrAlias into own method 2021-04-11 21:25:41 +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 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 PrivateApi: Serve under /api/private 2021-04-02 17:33:42 +02:00
main.ts PrivateApi: Add CORS-Header for rendererOrigin 2021-04-02 17:36:51 +02:00
seed.ts [Project] Add seed script 2021-04-29 11:53:59 +02:00