Commit Graph

14 Commits

Author SHA1 Message Date
f914575e09
Add extra info to track page + API 2021-08-12 20:52:47 +12:00
99f9e7cfb3
0.0.19
- Tidy init/goscrobble.service
- Add routers for Artist/Album/Track endpoints + basic pages
- Move UUID generation into Go so we don't have to query the record!! Wooo!
2021-04-04 21:54:53 +12:00
bda7023949
0.0.14
- Add duplicate cache checker for jellyfin/multiscrobbler
2021-04-03 02:48:38 +13:00
67e43b8984
0.0.12
- Add client TZ support + Selectable on user page
- Move token auth to GET ?key=XYZ for wider webhook support
- Add Multiscrobbler support
- Add /api/v1/serverinfo for version information
2021-04-03 01:11:05 +13:00
9866dea36b
0.0.11
- Fix redirects to /login for auth required pages
- Add handling for 401/429 + No connection responses in API calls
- Add background workers for Go (clear out password resets)
- Fixed timezone issues
2021-04-02 22:24:00 +13:00
2f8aa2e502
0.0.5
- Only allow ItemType:Audio from Jellyfin
- Fix NavBar for Mobile (Ugly hack but.. TO REWORK)
- Fixed registration page issues
- Add functionality to pull recent scrobbles to Dashboard
- Add MX record lookup validation for emails
- Add username validation for a-Z 0-9 _ and .
- Dashboard shows basic table of last 500 scrobbles.
2021-03-30 21:36:28 +13:00
5fd9d41069
- Login flow working..
- Jellyfin scrobble working
- Returns scrobbles via API for authed users /api/v1/user/{uuid}/scrobble
- Add redis handler + funcs
- Move middleware to pass in uuid as needed
2021-03-29 20:58:43 +13:00
c267f5a7ef
Tidy up logging 2021-03-28 22:17:39 +13:00
91e1e83466 Add X-REAL-IP 2021-03-28 22:09:12 +13:00
d2e309b699 fix X-Forwarded-For 2021-03-28 22:07:11 +13:00
16531f9fa1 Scrobbles work! 2021-03-28 21:52:34 +13:00
c67be1bd75 Issue JWT on login 2021-03-26 12:21:28 +13:00
1018742a22 Register API complete, email validation too 2021-03-25 23:09:17 +13:00
7c9c23ac92 Initial Commit 2021-03-23 21:43:44 +13:00