hedgedoc/src
David Mehren 2c081b8dbf fix: correctly initialize exception mapping
The constructor of an exception filter must be given
an instance of HttpAdapterHost, otherwise it will crash at runtime.

This can be reproduced by GETing /.

Reference: https://docs.nestjs.com/exception-filters#inheritance
Signed-off-by: David Mehren <git@herrmehren.de>
2022-02-14 11:28:02 +01:00
..
api feat: checkNoteIdOrAlias in more alias service methods 2022-02-07 00:08:41 +01:00
auth refactor(auth-token): rename lastUsed to lastUsedAt 2022-01-16 21:52:15 +01:00
authors refactor(author): lazy-load relations 2021-11-16 18:45:40 +01:00
config refactor(config): type config mocks 2022-01-30 22:19:50 +01:00
errors fix: correctly initialize exception mapping 2022-02-14 11:28:02 +01:00
frontend-config refactor(config): extract note config from app config 2022-01-30 22:19:50 +01:00
groups refactor(group): lazy-load relations 2021-11-16 19:05:28 +01:00
history refactor(config): extract note config from app config 2022-01-30 22:19:50 +01:00
identity refactor: move error messages from controller to service 2022-02-07 00:08:41 +01:00
logger
media refactor(config): extract note config from app config 2022-01-30 22:19:50 +01:00
monitoring
notes test(notes.service): a forbidden id throws a ForbiddenIdError in getNoteByIdOrAlias method 2022-02-07 00:08:41 +01:00
permissions refactor(config): extract note config from app config 2022-01-30 22:19:50 +01:00
revisions refactor(config): extract note config from app config 2022-01-30 22:19:50 +01:00
users refactor(user): lazy-load relations 2021-12-05 22:03:41 +01:00
utils
app.module.ts refactor(config): extract note config from app config 2022-01-30 22:19:50 +01:00
main.ts fix: correctly initialize exception mapping 2022-02-14 11:28:02 +01:00
seed.ts refactor(user): lazy-load relations 2021-12-05 22:03:41 +01:00