mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 05:32:18 +00:00
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
This commit is contained in:
parent
f8bd321fbc
commit
9cbb94fc56
21 changed files with 246 additions and 59 deletions
|
@ -1,3 +1,12 @@
|
|||
# 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
|
||||
|
||||
# 0.0.15
|
||||
- Fix spotify track duration
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ GoScrobble runs as UTC and connects to MySQL as UTC. All timezone handling is do
|
|||
## FRONTEND VARS
|
||||
These are stored in `web/.env.production` and `web/.env.development`
|
||||
|
||||
REACT_APP_REGISTRATION_DISABLED=true // Disables registration
|
||||
REACT_APP_API_URL=https://goscrobble.com // Sets API URL
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue