Dennis Boldt
e9ea0645c9
Small fixes to get started
...
- docker-compose needs the flag --build to (re)build all containers
- Initially, on an empty database, Track.aggregate returns an empty array,
which results in an undefined error for /api/stats
2021-04-26 22:12:07 +02:00
Paul Bienkowski
bca3582e30
Add worker, queue, redis, and call python script to import files
2021-04-19 21:38:54 +02:00
Paul Bienkowski
c53796f9b6
api: Auto-generate title if none is passed on upload
2021-02-26 22:50:20 +01:00
Paul Bienkowski
6297fcd56f
api: Add some nicer html templates for auth dialogs
2021-02-23 20:20:21 +01:00
Paul Bienkowski
12bd42a3bb
Implement and enforce PKCE
2021-02-23 19:32:08 +01:00
Paul Bienkowski
254b262a72
wip: move all authentication to passport, including JWT and add new AccessToken and RefreshToken (which are not issued yet)
2021-02-21 11:22:20 +01:00
Paul Bienkowski
fc99d8a03b
api: More npm package cleanup
2021-02-20 20:06:09 +01:00
Paul Bienkowski
108ab1c3b5
api: Run npm update
2021-02-20 20:01:23 +01:00
Paul Bienkowski
fe1f62f94a
api: Remove newman dependency to solve transitive vulnerability
2021-02-20 19:47:58 +01:00
dependabot[bot]
649a766b84
chore(deps): bump node-notifier from 8.0.0 to 8.0.1 in /api
...
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases )
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md )
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-18 08:31:12 +00:00
Paul Bienkowski
80ecd73e01
Move everything into "api" folder, for this will be a monorepo
2021-02-17 21:49:50 +01:00