Commit Graph

56 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
9b05201fdf 0.1.8
- Add list of tracks on artist/album pages
2022-02-26 12:17:34 +13:00
efabd1782c 0.1.7 - Fix dupes 2022-01-31 17:33:08 +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
a8e6b491bd # 0.1.5
- Add image upload endpoints for artist/albums @ v1/albums/{uuid}/upload
2022-01-08 22:24:36 +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
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
3698c0b436 0.1.2
- Add docker-compose file for local dev
- Implemented top listeners for artist/album endpoints to match track
- Add recent endpoint
2022-01-06 11:28:10 +13:00
8c38eca4bc 0.1.1 Reworked Spotify, Cache values, Update package name 2022-01-05 23:00:38 +13:00
89b20fbf6f Changes 2022-01-05 20:58:05 +13:00
6c52aa7d78 Migrating to postgresql 2021-12-25 23:01:28 +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
ef66e1c8df Update scripts for new location 2021-12-25 13:30:55 +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
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
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