Deluan
|
3b12c92ad5
|
feat: add cache to the getCoverArt endpoint, avoid it being reloaded every single time in the UI
|
2020-02-15 14:32:11 -05:00 |
|
Deluan
|
b7f1fc0374
|
refactor: remove unused import
|
2020-02-14 09:16:59 -05:00 |
|
Deluan
|
de525edde0
|
feat: add song count and duration to AlbumDetails
|
2020-02-14 09:14:50 -05:00 |
|
Deluan
|
7f94660183
|
feat: use different resource for listing songs in albums
|
2020-02-14 09:02:32 -05:00 |
|
Deluan
|
9fa73e3b7b
|
feat: implement AlbumShow using a Datagrid. WIP: still need to make it responsive
|
2020-02-12 20:35:35 -05:00 |
|
Deluan
|
10ead1f5f2
|
feat: better way to detect initial account creation
|
2020-02-08 14:32:55 -05:00 |
|
Deluan
|
730722cfe3
|
feat: better track number formatting
|
2020-02-08 11:50:11 -05:00 |
|
Deluan
|
dc352834b9
|
fix: workaround to force check for initial setup
|
2020-02-08 00:11:15 -05:00 |
|
Deluan
|
313a3342a0
|
fix: remove unused import
|
2020-02-07 22:35:04 -05:00 |
|
Deluan
|
6ce4811460
|
feat: add the remainder of the album to the queue when clicking on an album's track
|
2020-02-07 17:36:50 -05:00 |
|
Deluan
|
52cd17963f
|
feat: limit size of cover art
|
2020-02-07 16:51:14 -05:00 |
|
Deluan
|
8f0c07d29f
|
refactor: simplify PlayButton usage
|
2020-02-07 16:38:01 -05:00 |
|
Deluan
|
a50735a94c
|
feat: custom SimpleList, to allow onClick handle
|
2020-02-07 16:08:53 -05:00 |
|
Deluan
|
f0e7f3ef25
|
feat: responsive album view
|
2020-02-07 16:08:52 -05:00 |
|
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
|
cc229dcee6
|
chore: add direct dependency to react-redux
|
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
|
67c20f36b1
|
chore: update all node dependencies
|
2020-02-03 08:39:39 -05:00 |
|
Deluan
|
5d1df19291
|
fix: manually set timestamps, as we don't rely on the ORM anymore
|
2020-02-01 17:23:03 -05:00 |
|
Deluan
|
b26a5ef2d0
|
feat: add name to user list
|
2020-02-01 17:23:03 -05:00 |
|
Deluan
|
64388b2d4a
|
fix: correct description meta in index.html
|
2020-01-29 16:56:22 -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
|
476c695cf1
|
ci: create versions with goreleaser
|
2020-01-26 20:09:25 -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
|
aaefc6bfc7
|
Revert "Bump react-admin from 3.1.2 to 3.1.3 in /ui"
This reverts commit 4bb4526c5fe8d7d87809da9c1245b2719b7aedbc.
|
2020-01-23 18:49:03 -05:00 |
|
Deluan
|
6733623289
|
Revert "Bump ra-data-json-server from 3.1.2 to 3.1.3 in /ui"
This reverts commit 4fb9438f22494afaeee3c1ccf5eda8bd029da7bc.
|
2020-01-23 18:48:57 -05:00 |
|
dependabot-preview[bot]
|
d37447f957
|
Bump @testing-library/jest-dom from 5.0.0 to 5.0.2 in /ui
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.0.0 to 5.0.2.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.0.0...v5.0.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-23 18:34:20 -05:00 |
|
dependabot-preview[bot]
|
821404d59c
|
Bump @testing-library/user-event from 8.0.3 to 8.0.4 in /ui
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 8.0.3 to 8.0.4.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Commits](https://github.com/testing-library/user-event/compare/v8.0.3...v8.0.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-23 18:34:05 -05:00 |
|
dependabot-preview[bot]
|
4bb4526c5f
|
Bump react-admin from 3.1.2 to 3.1.3 in /ui
Bumps [react-admin](https://github.com/marmelab/react-admin) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/marmelab/react-admin/compare/v3.1.2...v3.1.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-23 18:33:46 -05:00 |
|
dependabot-preview[bot]
|
4fb9438f22
|
Bump ra-data-json-server from 3.1.2 to 3.1.3 in /ui
Bumps [ra-data-json-server](https://github.com/marmelab/react-admin) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/marmelab/react-admin/compare/v3.1.2...v3.1.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-23 18:33:30 -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 |
|