Listory/src
Julian Tölle 821b91defe fix(api): importer job was always importing first user
We did read the actual user id from the job data, which caused us
to always import the first user returned by the database.
2023-03-12 21:33:13 +01:00
..
auth feat(frontend): manage API tokens in Frontend 2023-02-21 23:07:02 +01:00
config feat(api): configurable max pool connections 2022-06-11 19:21:00 +02:00
cookie-parser feat: implement long-lived sessions 2020-11-09 18:34:23 +01:00
database feat(api): API tokens for authentication 2023-02-19 16:19:40 +01:00
health-check fix(api): missing OpenAPI route tags 2022-07-12 20:34:14 +02:00
job-queue feat(api): use nest-pg-boss for spotify interactions 2023-03-12 02:20:39 +01:00
listens feat(api): poll listens less often if user is inactive 2023-03-12 02:20:39 +01:00
logger feat(observability): Replace Prometheus package with OpenTelemetry 2022-06-18 17:48:16 +02:00
music-library chore(deps): update typeorm 2022-06-25 16:26:58 +02:00
open-telemetry chore(deps): upgrade to NestJS 9 2022-09-27 18:14:49 +02:00
reports fix(api): missing OpenAPI route tags 2022-07-12 20:34:14 +02:00
sources fix(api): importer job was always importing first user 2023-03-12 21:33:13 +01:00
users feat(api): import listens after first sign in 2023-03-12 02:20:39 +01:00
app.module.ts feat(api): use nest-pg-boss for spotify interactions 2023-03-12 02:20:39 +01:00
console.ts feat(api): add local repl console 2022-09-27 18:14:49 +02:00
main.ts fix(api): missing OpenAPI route tags 2022-07-12 20:34:14 +02:00