hedgedoc/src
David Mehren 39eb5ff116
Log errors in ValidationPipe
Previously, when an error was encountered while validating
the request, only an HTTP 400 status code was returned to the client.
This adds logging of the error message,
so invalid requests can be debugged.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-09-23 22:05:57 +02:00
..
api feat: add alias controller to private and public api 2021-08-07 21:28:59 +02:00
auth chore: add user relation enum 2021-08-31 13:39:36 +02:00
authors Enforce import order with prettier 2021-08-29 18:45:46 +02:00
config feat: change email auth config to local 2021-09-04 19:24:32 +02:00
errors chore: add PrimaryAliasDeletionForbiddenError 2021-08-07 21:52:00 +02:00
frontend-config Explicitly import URL 2021-09-06 16:32:24 +02:00
groups Enforce import order with prettier 2021-08-29 18:45:46 +02:00
history chore: create getIdentifier utility function 2021-09-16 23:53:29 +02:00
identity feat: add session handling 2021-08-31 13:36:13 +02:00
logger Enforce import order with prettier 2021-08-29 18:45:46 +02:00
media Explicitly import URL 2021-09-06 16:32:24 +02:00
monitoring Enforce import order with prettier 2021-08-29 18:45:46 +02:00
notes feat: add alias service 2021-08-07 21:53:54 +02:00
permissions chore: move identity entity in its own folder 2021-08-08 21:53:20 +02:00
revisions chore: move identity entity in its own folder 2021-08-08 21:53:20 +02:00
users chore: add user relation enum 2021-08-31 13:39:36 +02:00
utils Log errors in ValidationPipe 2021-09-23 22:05:57 +02:00
app.module.ts feat: add identity module 2021-08-08 21:59:23 +02:00
main.ts Log errors in ValidationPipe 2021-09-23 22:05:57 +02:00
seed.ts fix: the seed command handles the new aliases 2021-06-06 17:56:12 +02:00