804 Commits

Author SHA1 Message Date
Deluan
1814bfefc1
Don't show "playing/paused" icon on the first song when calling "Play Now" 2026-01-02 20:05:08 +00:00
Deluan
8b1d6e16be
Change default volume to 50%
Should fix #1052
2026-01-02 20:05:08 +00:00
Deluan
3ed82ebed4
Restore volume when playing a song...
... or continuing to play a paused one
2026-01-02 20:05:08 +00:00
Deluan
cbab0eed5a
Make cover rectangular in player when cover animation is disabled 2026-01-02 20:05:08 +00:00
Deluan
5c5f6c9ab9
Fix Album grid responsiveness on small screens.
Potentially fixes #647
2026-01-02 20:05:08 +00:00
Deluan
9daf8274af
Fix Disc context menu not visible in mobile 2026-01-02 20:05:08 +00:00
Deluan
f90c0773bb
Fix play single song action 2026-01-02 20:05:08 +00:00
Deluan
a799ae939a
Fix arranging songs in PlayQueue 2026-01-02 20:05:07 +00:00
Deluan
222bd87c4a
Made the Player behaviour more consistent 2026-01-02 20:05:07 +00:00
certuna
7724fe9c16
Update SongList.js (#1219)
Genre and Comments columns in Songs listview (hidden by default)
2026-01-02 20:05:07 +00:00
Deluan
75cc2580b7
Disable Last.FM features based on LastFM.Enabled config option 2026-01-02 20:05:07 +00:00
Deluan
6ff36e706c
Fix scrollbar colour for Dark/ExtraDark theme. Fixes #1216 2026-01-02 20:05:06 +00:00
Deluan
ddfbc0380e
Default for EnableCoverAnimation in dev mode is true 2026-01-02 20:05:06 +00:00
Deluan
f51afe1f95
Add option to disable album cover animation in the player. Closes #1185 2026-01-02 20:05:06 +00:00
Deluan
a1fd1c970b
Add 'AlbumArtist' column to SongList 2026-01-02 20:05:06 +00:00
Deluan
12de33ba36
Add 'Year' column to Album and Playlists song list 2026-01-02 20:05:06 +00:00
Deluan
7b03f8a9e4
Enable Last.fm scrobbling by default (still requires user's authorization) 2026-01-02 20:05:06 +00:00
Deluan
141a1dc614
Add a hacky way to style the react-player. 2026-01-02 20:05:05 +00:00
Deluan
0621c43ae1
Fix JS console error 2026-01-02 20:05:05 +00:00
Deluan
03bbc00fe9
Remove React.Strict mode 2026-01-02 20:05:05 +00:00
Deluan
add980cd80
Show DiscSubtitle even if the album has only one disc.
Closes #947
2026-01-02 20:05:05 +00:00
Deluan
6031e43625
Remove submenu "Library". Relates to #430 2026-01-02 20:05:05 +00:00
Deluan
5e7854b46f
Fix label 2026-01-02 20:05:05 +00:00
Deluan
006b8d0d4a
Add option to disable external scrobbling per player 2026-01-02 20:05:05 +00:00
certuna
6ab9b4f8eb
Remove clearServiceWorkerCache, not needed anymore. (#1205)
remove clearServiceWorkerCache, not needed anymore.
2026-01-02 20:05:05 +00:00
Deluan
a73de57811
Send the time the track started playing when scrobbling 2026-01-02 20:05:05 +00:00
Steve Richter
0ecc4b5fd0
Implement Last.fm account linking UI 2026-01-02 20:05:04 +00:00
Deluan
24101d608a
Remove limitation of only scrobbling tracks longer than 30 seconds 2026-01-02 20:05:04 +00:00
Deluan
c0c229ad72
Expose Last.fm's ApiKey to UI 2026-01-02 20:05:04 +00:00
Steve Richter
fb53bba5ab
Initial Last.fm UI implementation 2026-01-02 20:05:04 +00:00
Deluan
ce0fc7a274
Add flag to disable Scrobble config in the UI 2026-01-02 20:05:04 +00:00
Deluan
2f10418242
Remove false-positive on new version detection 2026-01-02 20:05:03 +00:00
Deluan
81b17bf941
Show notification if server is updated 2026-01-02 20:05:03 +00:00
Deluan
7b9b4e8486
Don't show "logout" when authenticated by Header 2026-01-02 20:04:23 +00:00
dependabot[bot]
7b1030ec41
Bump @testing-library/jest-dom from 5.13.0 to 5.14.1 in /ui (#1176)
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.13.0 to 5.14.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.13.0...v5.14.1)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-02 20:03:21 +00:00
Deluan
dfeee68597
Fix stream url, after changes to subsonic client api 2026-01-02 20:03:21 +00:00
Deluan
0b068053e2
Don't show "empty" dates 2026-01-02 20:03:21 +00:00
Deluan
6fed96d45e
Add "Last Played" column to SongList 2026-01-02 20:03:21 +00:00
Deluan
59a38332a4
Refech using getMany, reducing the number of API calls 2026-01-02 20:03:21 +00:00
Deluan
8e32b56ea0
Only send events to clients who need it
- User events (star, rating, plays) only sent to same user
- Don't send to the client (browser window) that originated the event
2026-01-02 20:02:35 +00:00
Deluan
6b309c863f
Always use httpClient to call APIs 2026-01-02 20:02:34 +00:00
Deluan
81b87e9ff6
Only refetch changed resources when receive a "refreshResource" event 2026-01-02 20:02:34 +00:00
Deluan
cdbb315c3c
Removed the albumSong workaround, as React-Admin's cache seems to behave better now 2026-01-02 20:02:34 +00:00
Deluan Quintão
5be15bb98b
Refactor routing, changes API URLs (#1171)
* Make authentication part of the server, so it can be reused outside the Native API

This commit has broken tests after a rebase

* Serve frontend assets from `server`, and not from Native API

* Change Native API URL

* Fix auth tests

* Refactor server authentication

* Simplify authProvider, now subsonic token+salt comes from the server

* Don't send JWT token to UI when authenticated via Request Header

* Enable ReverseProxyWhitelist to be read from environment
2026-01-02 20:00:31 +00:00
Igor Rzegocki
5292bd1779
Reverse proxy authentication support (#1152)
* feat(auth): reverse proxy authentication support - #176

* address PR remarks

* Fix redaction of UI appConfig

Co-authored-by: Deluan <deluan@navidrome.org>
2026-01-02 19:33:02 +00:00
Deluan
cc789ed92b
Trigger UI refresh on media annotation events: star, setRating and scrobble 2026-01-02 19:32:17 +00:00
Deluan
5d4d36553a
Refactor for readability 2026-01-02 19:32:17 +00:00
Deluan
2e645a3191
Trigger a UI refresh when the scanner finds changes.
Closes #1025
2026-01-02 19:32:17 +00:00
dependabot[bot]
14a1efd240
Bump @testing-library/jest-dom from 5.12.0 to 5.13.0 in /ui (#1162)
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.12.0 to 5.13.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.12.0...v5.13.0)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-02 19:32:17 +00:00
dependabot[bot]
751a64275a
Bump prettier from 2.3.0 to 2.3.1 in /ui (#1161)
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.3.0...2.3.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-02 19:32:17 +00:00