hedgedoc/backend/src
Tilman Vatteroth dccd58f0c1 fix: remove subpath support for HD_BASE_URL
With this commit we drop the subpath support which results in the constraint that HedgeDoc must always run on the root of a domain. This makes a lot of things in testing, rendering and security much easier.

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2023-08-13 20:38:53 +02:00
..
api fix: format code 2023-07-19 12:36:32 +02:00
auth refactor(backend): fix nestjs-typed linting errors 2023-07-09 21:12:56 +02:00
authors Move session entity to sessions folder 2023-07-06 12:07:44 +02:00
config fix: remove subpath support for HD_BASE_URL 2023-08-13 20:38:53 +02:00
errors enhancement(auth): better error message handling 2023-03-26 15:43:39 +02:00
frontend-config refactor(backend): fix nestjs-typed linting errors 2023-07-09 21:12:56 +02:00
groups fix(repository): Move backend code into subdirectory 2022-10-30 22:46:42 +01:00
history refactor(backend): fix nestjs-typed linting errors 2023-07-09 21:12:56 +02:00
identity fix: format code 2023-07-19 12:36:32 +02:00
logger fix: migrate import code 2023-05-12 19:14:34 +02:00
media fix: format code 2023-07-19 12:36:32 +02:00
monitoring refactor(backend): fix nestjs-typed linting errors 2023-07-09 21:12:56 +02:00
notes fix: format code 2023-07-19 12:36:32 +02:00
permissions fix: format code 2023-07-19 12:36:32 +02:00
realtime fix: code formatting 2023-07-16 10:51:51 +02:00
revisions fix: code formatting 2023-07-16 10:51:51 +02:00
sessions fix: code formatting 2023-07-16 10:51:51 +02:00
users refactor(backend): fix nestjs-typed linting errors 2023-07-09 21:12:56 +02:00
utils test: improve select query mock builder 2023-06-20 11:44:38 +02:00
app-init.ts Move session entity to sessions folder 2023-07-06 12:07:44 +02:00
app.module.ts Move session entity to sessions folder 2023-07-06 12:07:44 +02:00
events.ts feat: add patch to add generic types to eventemitter2 2023-02-09 21:58:41 +01:00
main.ts fix(backend): immediately use our custom logger 2023-06-25 21:49:01 +02:00
seed.ts Move session entity to sessions folder 2023-07-06 12:07:44 +02:00