Commit Graph

13 Commits

Author SHA1 Message Date
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
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
16531f9fa1 Scrobbles work! 2021-03-28 21:52:34 +13:00
08f0cb6c80
Add MBID
Add ability to set custom port
2021-03-27 19:34:08 +13:00
a22f282a6d Build out track schemas 2021-03-27 18:33:44 +13:00
c67be1bd75 Issue JWT on login 2021-03-26 12:21:28 +13:00
1018742a22 Register API complete, email validation too 2021-03-25 23:09:17 +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