Commit Graph

17 Commits

Author SHA1 Message Date
GitLab Bot
ba3e35cb86 Merge remote-tracking branch 'origin/postgres' 2022-06-27 16:10:01 +12:00
7e38fdbd7d 0.2.0 - Mid migration 2022-04-25 14:48:54 +12: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
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
6c52aa7d78 Migrating to postgresql 2021-12-25 23:01:28 +13:00
97dd3e5bba
0.0.31 2021-06-23 08:28:41 +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
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
fd615102a8
0.0.10
- Fixed looking up invalid profiles
- Added valid error handling to bad request && rate limiting
- Add Sendgrid library (Will add SMTP later)
- Complete password reset process
2021-04-02 01:56:08 +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
d2e309b699 fix X-Forwarded-For 2021-03-28 22:07:11 +13:00
3555d2b768 basic login page 2021-03-26 21:06:28 +13:00
74108820f5 Add rate limiter to register endpoint 2021-03-25 23:24:21 +13:00
529ac7ab84 Basic API structure 2021-03-25 18:15:01 +13:00
671254223a Add user table + funcs 2021-03-24 22:28:05 +13:00
7c9c23ac92 Initial Commit 2021-03-23 21:43:44 +13:00