Commit graph

11 commits

Author SHA1 Message Date
9896ea31ff feat: introduce new report "Top Albums" 2020-11-15 02:43:23 +01:00
44f7e26270 feat: implement long-lived sessions 2020-11-09 18:34:23 +01:00
67ea28aec7 refactor: use TimeOptions for Listens report 2020-07-12 17:53:31 +02:00
5bc76f23d0 refator: use TimeOptions for TopArtists report 2020-07-12 17:53:31 +02:00
f56218602e fix: remove debug logging 2020-07-11 19:48:18 +02:00
6fc10c40ca feat: add top-artists report 2020-07-04 21:56:27 +02:00
40ce26eadd fix(frontend): fix encoding of queryparameters in api calls
We had a bug where the "+" before the timezone in ISO8601 strings was
being parsed as " " in the server because it was not properly encoded.

By using URLSearchParams to create our querystring we should be fine.
2020-06-01 21:19:50 +02:00
ebc079435d feat(frontend): render simple listen report 2020-05-09 19:24:17 +02:00
49bff95ea5 feat(frontend): show recent listens 2020-05-03 21:10:31 +02:00
32dcd84964 feat(frontend): show page when login fails 2020-05-03 21:10:31 +02:00
05f230a7ce feat(frontend): redo setup with ts+tailwind and implement auth+header 2020-05-03 21:10:31 +02:00