hedgedoc/backend
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
..
docker chore(deps): update node.js to 78fa26e 2023-02-18 15:21:10 +00:00
public
src fix(auth-service): typeorm query in getTokensbyUser 2023-02-19 20:56:18 +01:00
test test(e2e/private/media): check upload can't be deleted by wrong user 2023-02-19 20:56:18 +01:00
.editorconfig
.env.example fix(config): Replace HD_DOMAIN and HD_EDITOR_BASE_URL with HD_BASE_URL 2023-02-05 22:32:31 +01:00
.eslintrc.js
.gitignore
.prettierrc.json
.prettierrc.json.license
CHANGELOG.md
jest-e2e.json
jest-e2e.json.license
nest-cli.json
nest-cli.json.license
package.json fix(deps): update dependency joi to v17.8.1 2023-02-19 20:39:21 +01:00
package.json.license
tsconfig.build.json
tsconfig.build.json.license
tsconfig.json
tsconfig.json.license