Commit Graph

86 Commits

Author SHA1 Message Date
73bfa838ae Merge branch 'dev-0.1.1' into 'master'
0.1.1 Reworked Spotify, Cache values, Update package name

See merge request goscrobble/goscrobble-api!3
2022-01-05 10:03:06 +00:00
8c38eca4bc 0.1.1 Reworked Spotify, Cache values, Update package name 2022-01-05 23:00:38 +13:00
3394816606 Remove main 2022-01-05 21:57:24 +13:00
009b7c5804 Merge branch 'spotifyv2' into 'master'
Add new spotify v2 sdk

See merge request goscrobble/goscrobble-api!2
2022-01-05 08:57:15 +00:00
d4fff55163 Add new spotify ctx 2022-01-05 21:52:36 +13:00
b1709d58e3 Add logging 2022-01-05 21:10:00 +13:00
3f033170e0 Fix up spotify API 2022-01-05 21:08:39 +13:00
97a6087e42 Update API Docs 2021-12-25 20:58:24 +13:00
c860b4e2b7 Update API docs 2021-12-25 17:27:35 +13:00
306bab997b 0.1.0 Split repos, Add API docs, new env vars 2021-12-25 15:40:20 +13:00
cf4498e8bc 0.1.0 Split repos, Add API docs, new env vars 2021-12-25 15:40:07 +13:00
ed7ceb8b45 Update scripts for new location 2021-12-25 15:39:51 +13:00
ef66e1c8df Update scripts for new location 2021-12-25 13:30:55 +13:00
d268d939eb 0.1.001 Split out web to separate repo 2021-12-25 12:05:57 +13:00
525d5c92b5
0.0.33 2021-08-13 22:38:03 +12:00
9074149925
0.0.32 Flesh out track page 2021-08-13 21:37:53 +12:00
d7b7ceb122
Re-enable workers 2021-08-12 21:23:48 +12:00
f914575e09
Add extra info to track page + API 2021-08-12 20:52:47 +12:00
97dd3e5bba
0.0.31 2021-06-23 08:28:41 +12: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
489527c8f9
0.0.28
- Fix mobile view on user pages
- Fix favicon issue
- Return Artist UUID with scrobble list
2021-04-11 17:26:48 +12:00
f4bdf3f730
0.0.27
- Navidrome works!
- Tidy up request/response structure in backend
- Tidy Settings page
2021-04-11 16:35:14 +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
07bce0ebc2
0.0.23
- Get top tracks pulling correctly :)
2021-04-08 19:00:13 +12:00
3f3296e649 0.0.22
- Rework navbar + user pages
2021-04-07 21:34:17 +12:00
fb9ebef49c
0.0.21
- Add ez deploy script
- Half implemented JWT refresh tokens, need to finish JS implementation
2021-04-07 19:51:17 +12:00
7c3b98a828
0.0.20
- Return related data on artist/album/track endpoints
- Scrobble table now links to tracks
2021-04-05 17:11:37 +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
1c865a6784
0.0.18
- Add MBID/Spotify Autolinking if track exists
- Add Genre table + .go files
2021-04-03 21:29:31 +13:00
8324894b0f
0.0.17
- Add check for registration_enabled on /register endpoint
- Made songlookup check artist name as well
2021-04-03 14:16:13 +13:00
9cbb94fc56
0.0.16
- Add registration_enabled to /api/v1/serverinfo
- Add config table caching on save
- Fix redis TTL not being parsed correctly
- Move registration enabled to backend toggle
- Fixed navbar when loading /u/profile URL
- Token now shows on user page + can reset
- Added basic popup validation to disconnect/reset buttons
2021-04-03 13:54:07 +13:00
f8bd321fbc
0.0.15
- Fix spotify track duration
2021-04-03 02:53:54 +13:00
bda7023949
0.0.14
- Add duplicate cache checker for jellyfin/multiscrobbler
2021-04-03 02:48:38 +13:00
ca7ef56326
0.0.13
- Fix multiscrobbler support
2021-04-03 01:44:11 +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
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
e570314ac2
0.0.9
- Fix mobile menu auto collapse on select
- Add /u/ route for public user profiles (Added private flag to db - to implement later)
- Add /user route for your own profile / edit profile
- Added handling for if API is offline/incorrect
- Add index.html loading spinner while react bundle downloads
- Change HashRouter to BrowserRouter
- Added sources column to scrobbles
2021-04-01 23:17:46 +13:00
af02bd99cc
0.0.8
- Added Admin/Site config page in frontend for admin users
- Added API POST/GET /config endpoint
2021-03-31 22:17:42 +13:00
8be4a190a6 Merge branch 'context-rework' into 'master'
0.0.7 - Redux purge! Move to Context

See merge request idanoo/go-scrobble!1
2021-03-31 06:16:44 +00:00
65c092e4ee
0.0.7
- Switch redux -> Context
- Remove excess packages
2021-03-31 19:15:19 +13:00
ebd88b3bb0
Remove redux 2021-03-31 17:09:30 +13:00
0c56281bcd
0.0.6
- Fix hitting dashboard when logged out
- Clean up app.js
2021-03-30 23:03:40 +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
7ae9a0cd66
0.0.4
-  Display stats on homepage
2021-03-30 16:45:31 +13:00
038823055a
0.0.3
- Clean up login/redirect flow
- Add redirect when not authed on other endpoints
- Add GET /stats endpoint for overal stats
2021-03-30 16:09:48 +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