Commit Graph

18 Commits

Author SHA1 Message Date
GitLab Bot
ba3e35cb86 Merge remote-tracking branch 'origin/postgres' 2022-06-27 16:10:01 +12:00
ea1451ab76 0.1.6
- Allow UUID of 0 in artists/{uuid}/top to return site-wide stats
- Set images as failed if cannot find in spotify to prevent oversearching
2022-01-09 11:26:25 +13:00
723077ce2d 0.1.4
- Fix spotify image import on scrobble for new artists/albums
- Create image resizer
2022-01-08 20:46:13 +13:00
5217419945 0.1.2 Update API + Docker composer 2022-01-06 10:20:30 +13:00
8c38eca4bc 0.1.1 Reworked Spotify, Cache values, Update package name 2022-01-05 23:00:38 +13:00
d4fff55163 Add new spotify ctx 2022-01-05 21:52:36 +13:00
3f033170e0 Fix up spotify API 2022-01-05 21:08:39 +13:00
89b20fbf6f Changes 2022-01-05 20:58:05 +13:00
6c52aa7d78 Migrating to postgresql 2021-12-25 23:01:28 +13:00
65b4c78137
0.0.30
- Fix artist/album/track images
2021-04-17 11:34:53 +12:00
8bc462878a
0.0.29
- Add image handler
- Store images locally
2021-04-11 20:19:28 +12:00
48a99b31fd
0.0.26
- Make email required
- Add basic navidrome/subsonic connection
- Tidy up request/response structure in backend
- Tidy Settings page
2021-04-10 09:49:32 +12:00
8294791abe
0.0.25
- Images now pull from spotify if setup!
- Show top artists/album
2021-04-08 20:46:31 +12:00
b1de018b27
0.0.24
- Spotify will now add images on scrobble
- Renamed /api/v1/track to tracks to bypass blocklists... (uBlock :()
2021-04-08 19:50:43 +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
f8bd321fbc
0.0.15
- Fix spotify track duration
2021-04-03 02:53:54 +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