Commit graph

16 commits

Author SHA1 Message Date
7140cb0679
feat: import listens from spotify extended streaming history (#305) 2023-10-01 03:35:02 +02:00
38cf2ff549
chore(deps): bump all (#294) 2023-09-16 13:02:19 +02:00
ac0f9ff5d3 feat(frontend): manage API tokens in Frontend 2023-02-21 23:07:02 +01:00
a0c28e2324 feat: top genres report 2021-11-21 15:53:49 +01:00
51fd78f6d9 feat: add top tracks report 2021-05-22 15:10:05 +02:00
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