1
0
Fork 0
mirror of https://github.com/hedgedoc/hedgedoc.git synced 2025-01-11 02:13:21 +00:00
hedgedoc/backend/src
David Mehren 921cffb76f fix(auth-service): typeorm query in getTokensbyUser
TypeORM does not support WHERE queries for relation-colums directly.
This replaces the Equal() constructor with a manual comparison of the IDs.

See https://github.com/typeorm/typeorm/issues/2707

Signed-off-by: David Mehren <git@herrmehren.de>
2023-02-19 20:56:18 +01:00
..
api refactor(backend): don't create local user if password is too weak 2023-01-15 18:15:28 +01:00
auth fix(auth-service): typeorm query in getTokensbyUser 2023-02-19 20:56:18 +01:00
authors fix(repository): Move backend code into subdirectory 2022-10-30 22:46:42 +01:00
config test: fix URLs in mock config 2023-02-19 20:56:18 +01:00
errors feat(backend): add RegistrationDisabledError 2023-01-15 18:14:01 +01:00
frontend-config refactor(default-access-level): rename from default-access-permission 2023-02-12 20:42:10 +01:00
groups fix(repository): Move backend code into subdirectory 2022-10-30 22:46:42 +01:00
history fix(repository): Move backend code into subdirectory 2022-10-30 22:46:42 +01:00
identity Remove redundant password strength check 2023-02-06 08:46:56 +01:00
logger fix(tests): syntax for loop in console-logger service 2023-01-09 20:09:56 +01:00
media fix(repository): Move backend code into subdirectory 2022-10-30 22:46:42 +01:00
monitoring feat(apidocs): use real version number 2023-01-15 18:20:25 +01:00
notes refactor(notes-service): use default-access-level & cleanup createNote 2023-02-12 20:42:10 +01:00
permissions refactor(default-access-level): rename from default-access-permission 2023-02-12 20:42:10 +01:00
realtime feat: add patch to add generic types to eventemitter2 2023-02-09 21:58:41 +01:00
revisions test: fix "creates a new revision" test 2022-11-27 21:29:23 +01:00
session fix(realtime): Allow connections for guest users 2022-12-11 22:21:51 +01:00
users fix(repository): Move backend code into subdirectory 2022-10-30 22:46:42 +01:00
utils fix(backend): Use regex to parse version 2023-02-05 21:21:08 +01:00
app-init.ts misc(apidocs): move URL route of API docs 2023-01-15 18:20:25 +01:00
app.module.ts fix(repository): Move backend code into subdirectory 2022-10-30 22:46:42 +01:00
events.ts feat: add patch to add generic types to eventemitter2 2023-02-09 21:58:41 +01:00
main.ts fix(repository): Move backend code into subdirectory 2022-10-30 22:46:42 +01:00
seed.ts fix(repository): Move backend code into subdirectory 2022-10-30 22:46:42 +01:00