Commit Graph

1039 Commits

Author SHA1 Message Date
Deluan 2ca98d8e81 feat: optimized for small screens (only) 2020-02-07 13:50:25 -05:00
Deluan 81e1a7088f feat: new album view (initial implementation) 2020-02-07 11:49:26 -05:00
Deluan d37351610a feat: initial support for i18n 2020-02-07 10:12:32 -05:00
Deluan 99361c0d9f fix: create a subsonic token on login, to use for subsonic API calls 2020-02-06 20:57:00 -05:00
Deluan d9dd9fe587 refactor: put all subsonic client URLs together 2020-02-06 18:41:34 -05:00
Deluan abb99a8501 feat: add authentication via JWT token 2020-02-06 18:41:34 -05:00
Deluan 690f92a671 feat: make song list more responsive 2020-02-06 18:41:34 -05:00
Deluan c57007db52 feat: song list xsmall view 2020-02-06 18:41:34 -05:00
Deluan 989deb1200 feat: change pagination options 2020-02-06 18:41:34 -05:00
Deluan 6aaee4342e feat: smaller play button 2020-02-06 18:41:34 -05:00
Deluan b5dadf55f4 feat: add an authenticated keepalive, to keep the UI session alive while playing songs 2020-02-06 18:41:34 -05:00
Deluan 18c7397709 feat: scrobbling 2020-02-06 18:41:34 -05:00
Deluan 4a82a6cb02 feat: initial integration of react-jinke-music-player 2020-02-06 18:41:33 -05:00
Deluan 2dbd645292 feat: show server version in User Menu 2020-02-05 23:08:04 -05:00
Deluan 6978790e96 feat: allow regular users to login to the UI 2020-02-05 22:22:44 -05:00
Deluan b26a5ef2d0 feat: add name to user list 2020-02-01 17:23:03 -05:00
Deluan 3007ca68d5 fix: disable User.lastAccessAt field for now.
Updating it on every request was cause DB retentions/lock errors
2020-01-28 16:20:59 -05:00
Deluan b7d7251cf4 fix: user's email is not mandatory 2020-01-26 22:17:58 -05:00
Deluan 478090380d feat: show times in user edit and list views 2020-01-25 18:01:11 -05:00
Deluan 58a7879ba8 feat: first time admin user creation through the ui 2020-01-25 17:10:16 -05:00
Deluan c71c04f7dd Change to dark theme 2020-01-23 22:51:52 -05:00
Deluan bee55c04c8 Rename project to Navidrome 2020-01-23 19:44:08 -05:00
Deluan 35aeb0a396 UI: Use login theme everywhere 2020-01-23 18:20:38 -05:00
Deluan e5e20750e5 UI: Fine tuning the resource navigation 2020-01-22 14:18:55 -05:00
Deluan 04637b24cd UI: When navigating to another resource, pre-fill the filter with the parent info 2020-01-22 14:05:36 -05:00
Deluan 7dc3f49c1c Initial support for artist browsing from UI. Also add linking between resources 2020-01-22 13:02:19 -05:00
Deluan b23175e32b Initial support for album browsing from UI 2020-01-22 12:46:09 -05:00
Deluan ea30b4c2d9 Initial support for album browsing from UI 2020-01-22 12:32:31 -05:00
Deluan 3a8124a1de Add basic filters for album and artist 2020-01-22 11:25:58 -05:00
Deluan 9557f7ceed Initial support for song browsing from UI 2020-01-22 10:47:43 -05:00
Deluan fdf1ceeade Rename icon variable name 2020-01-22 09:04:33 -05:00
Deluan e717d99780 Authenticate UI 2020-01-20 10:25:35 -05:00
Deluan c661ac8833 Add a login page (not been used yet) 2020-01-19 22:59:33 -05:00
Deluan 2ef2377926 Add a proper title to the UserEdit view 2020-01-19 22:47:39 -05:00
Deluan 2ab0cecd48 Complete User CRUD 2020-01-19 21:46:36 -05:00
Deluan 1c04a19910 Add UserList in UI 2020-01-19 20:40:18 -05:00
Deluan df151d88a4 Add JS tests/build to pipeline. Removed invalid test 2020-01-15 13:02:17 -05:00
Deluan 08e096c569 Formatted by Prettier 2020-01-14 18:06:40 -05:00
Deluan ea86238901 Add ui subfolder, bootstrapped a "hello-world" React-Admin app, changed Makefile to start both apps in dev mode 2020-01-14 15:34:59 -05:00