9b05201fdf
0.1.8
...
- Add list of tracks on artist/album pages
2022-02-26 12:17:34 +13:00
3a3fe2077d
0.1.7
2022-01-15 19:06:12 +13: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
c05aa4df5f
0.1.51
...
- Fixed image resize to maintain aspect ratio
2022-01-08 22:41:32 +13:00
cca9974728
0.1.4
2022-01-06 15:13:48 +13:00
b87ad426d6
0.1.3 Add date ranges
2022-01-06 15:11:26 +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
306bab997b
0.1.0 Split repos, Add API docs, new env vars
2021-12-25 15:40:20 +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
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
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
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
74d1fec817
GitLab CI fix prod builds
2021-03-28 11:01:58 +13:00
feb2ac37da
Update readme, add stack+support. Add redis env vars. Add disable registration flag
2021-03-28 10:49:48 +13:00
dc1a2df968
Bundle
2021-03-27 20:24:17 +13:00
e4cabfadb1
Add gitlab-ci file
2021-03-27 19:47:24 +13:00