Commit Graph

24 Commits

Author SHA1 Message Date
7e38fdbd7d 0.2.0 - Mid migration 2022-04-25 14:48:54 +12: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
3f3296e649 0.0.22
- Rework navbar + user pages
2021-04-07 21:34:17 +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
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
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
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
16531f9fa1 Scrobbles work! 2021-03-28 21:52:34 +13:00
feb2ac37da
Update readme, add stack+support. Add redis env vars. Add disable registration flag 2021-03-28 10:49:48 +13:00
c9c6946891 Tidy Login buttons and add API_URL env var 2021-03-27 17:05:05 +13:00
fc1d6fc567 Fix errors 2021-03-27 12:31:20 +13:00
50154a009c Basic auth flow 2021-03-27 11:51:03 +13:00
3555d2b768 basic login page 2021-03-26 21:06:28 +13:00
7e4be938ee Get login prototyped 2021-03-26 15:31:00 +13:00
2fe9516fc2 Frontend work 2021-03-25 21:38:47 +13:00
28d8d3491a
Add login/logout/register routes 2021-03-24 23:08:47 +13:00
3b0b479c4b Update test page 2021-03-24 17:19:18 +13:00
c12722ab5a Build basic frontend 2021-03-24 16:29:35 +13:00