hedgedoc/src
Philip Molares 1aa7dd618e refactor: delete unused function useUnless
This function was introduced by 0da7d01dec to proxy request to the frontend, but it's not used anymore and can therefore be removed.

Signed-off-by: Philip Molares <philip.molares@udo.edu>
2022-09-25 11:12:10 +02:00
..
api refactor: use integer primary keys 2022-09-18 20:42:26 +02:00
auth Split methods getAuthTokenAndValidate and createTokenForUser 2022-09-18 20:11:51 +02:00
authors refactor(author): lazy-load relations 2021-11-16 18:45:40 +01:00
config feat(permission): use new HD_GUEST_ACCESS config 2022-09-18 21:29:35 +02:00
errors fix: correctly initialize exception mapping 2022-02-14 11:28:02 +01:00
frontend-config feat(permission): use new HD_GUEST_ACCESS config 2022-09-18 21:29:35 +02:00
groups feat(group): add helper functions for special groups 2022-09-18 21:29:35 +02:00
history docs: clarify comments for orphanedRowAction 2022-09-18 20:57:52 +02:00
identity refactor: adapt for typeorm 0.3 2022-06-12 20:09:07 +02:00
logger feat: add logging for typeorm 2022-05-01 20:49:09 +02:00
media refactor(media-upload): explicitly use public note ID 2022-09-18 20:42:26 +02:00
monitoring refactor: use a base dto class 2022-02-20 20:56:09 +01:00
notes feat: add realtime announcements for permission changes and note deletion 2022-09-22 14:15:05 +02:00
permissions feat: add realtime announcements for permission changes and note deletion 2022-09-22 14:15:05 +02:00
realtime test: add tests for methods in RealtimeNote 2022-09-22 14:15:05 +02:00
revisions refactor: use integer primary keys 2022-09-18 20:42:26 +02:00
session refactor(test): fix linting errors 2022-08-29 02:47:12 +02:00
users refactor: use integer primary keys 2022-09-18 20:42:26 +02:00
utils refactor: delete unused function useUnless 2022-09-25 11:12:10 +02:00
app-init.ts tests(test-setup): ensure shutdown hooks get run 2022-08-07 22:45:25 +02:00
app.module.ts feat: add base implementation for realtime communication 2022-07-10 19:46:03 +02:00
main.ts tests(test-setup): ensure shutdown hooks get run 2022-08-07 22:45:25 +02:00
seed.ts feat: add base implementation for realtime communication 2022-07-10 19:46:03 +02:00