Commit Graph

105 Commits

Author SHA1 Message Date
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
8be4a190a6 Merge branch 'context-rework' into 'master'
0.0.7 - Redux purge! Move to Context

See merge request idanoo/go-scrobble!1
2021-03-31 06:16:44 +00: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
c83c086cdd Add logo to navbar 2021-03-28 22:53:14 +13:00
84cb4e8978
Add very unqiue logo 2021-03-28 22:45:23 +13:00
e9474ba0b6
Add proper handling to album links 2021-03-28 22:26:33 +13:00
c267f5a7ef
Tidy up logging 2021-03-28 22:17:39 +13:00
91e1e83466 Add X-REAL-IP 2021-03-28 22:09:12 +13:00
d2e309b699 fix X-Forwarded-For 2021-03-28 22:07:11 +13:00
16531f9fa1 Scrobbles work! 2021-03-28 21:52:34 +13:00
74d1fec817
GitLab CI fix prod builds 2021-03-28 11:01:58 +13:00
86549d3335
Update react to use .env 2021-03-28 11:00:24 +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
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
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
965df85383 Login Formatting 2021-03-27 09:39:02 +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
c67be1bd75 Issue JWT on login 2021-03-26 12:21:28 +13:00
12f4fb6d89 Tidy up rate limiter 2021-03-25 23:30:35 +13:00
74108820f5 Add rate limiter to register endpoint 2021-03-25 23:24:21 +13:00
1018742a22 Register API complete, email validation too 2021-03-25 23:09:17 +13:00
9420566cc9 Typo 2021-03-25 22:03:49 +13:00
66f900dee9 Get SPA working 2021-03-25 21:52:06 +13:00
2fe9516fc2 Frontend work 2021-03-25 21:38:47 +13:00
6ab1b13ea3 Add example env 2021-03-25 18:15:14 +13:00
529ac7ab84 Basic API structure 2021-03-25 18:15:01 +13:00
28d8d3491a
Add login/logout/register routes 2021-03-24 23:08:47 +13:00
671254223a Add user table + funcs 2021-03-24 22:28:05 +13:00