706 Commits

Author SHA1 Message Date
dependabot-preview[bot]
f19e60ac28
Bump react-icons from 4.1.0 to 4.2.0 in /ui
Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](https://github.com/react-icons/react-icons/compare/v4.1.0...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2026-01-02 19:20:17 +00:00
Deluan
10cf2372f8
Move project to Navidrome GitHub organization 2026-01-02 19:20:16 +00:00
Deluan
659888c1b2
Fix space hotkey 2026-01-02 19:20:16 +00:00
Deluan
7abee03e08
Do not trigger next/prev event handlers when Cmd (meta) is pressed 2026-01-02 19:20:16 +00:00
Deluan
7106add40c
Removed event.type from SSE, as it was causing the browser to hang.
Needs more investigation, but for now, back to the simple message format
2026-01-02 19:20:16 +00:00
Deluan
dc7eaaeae6
Remove option to download discs of a set 2026-01-02 19:20:16 +00:00
Deluan
0262f44613
Help dialog with available hotkeys 2026-01-02 19:20:15 +00:00
Deluan
c8dd0f0394
Better hotkey organization 2026-01-02 19:20:15 +00:00
Deluan
e95541cc50
Replace react-hotkeys-hook with react-hotkeys 2026-01-02 19:20:15 +00:00
Deluan
c86cff33e1
Do not sanitize Album comments. This was already handled in the backend, when importing. Fix #715 2026-01-02 19:20:15 +00:00
Deluan
d909d0e88a
Workaround to remember logarithmic volume 2026-01-02 19:20:15 +00:00
Deluan
8370565ea4
Fix React "unique key prop" warning 2026-01-02 19:20:15 +00:00
Deluan
75c111a014
Fix displaying album year when viewing an artist's albums 2026-01-02 19:20:15 +00:00
Deluan
4940db6ce0
Update canisue-lite 2026-01-02 19:20:14 +00:00
Deluan
8b526790fc
Add translation to skip_nav 2026-01-02 19:20:14 +00:00
Deluan Quintão
1ba3ad1581
Update en.json (POEditor.com) 2026-01-02 19:20:14 +00:00
Deluan
66f6226380
Upgrade react-admin to 3.12.0 2026-01-02 19:20:13 +00:00
Deluan
2162952b50
Bump react-drag-listview from 0.1.7 to 0.1.8 in /ui 2026-01-02 19:20:13 +00:00
Deluan
6e181ef167
Bump @testing-library dependencies 2026-01-02 19:20:13 +00:00
Deluan
b0dfc652f4
Upgrade react-jinke-music-player to 4.21.2
Enable fadeIn/fadeOut when pausing/playing and logarithmic volume (fix #668)
2026-01-02 19:20:13 +00:00
Deluan
368ebc77b0
Bump react-hotkeys-hook from 2.4.0 to 3.0.0 in /ui 2026-01-02 19:20:13 +00:00
Deluan
ef1415b686
Bump @material-ui/lab from 4.0.0-alpha.56 to 4.0.0-alpha.57 2026-01-02 19:20:13 +00:00
Deluan
02b30f437b
Bump @testing-library/user-event from 12.5.0 to 12.6.0 in /ui 2026-01-02 19:20:13 +00:00
Deluan
8c864451d8
Bump react-icons from 3.11.0 to 4.1.0 in /ui 2026-01-02 19:20:13 +00:00
dependabot-preview[bot]
4af35ef57c
Bump uuid from 8.3.1 to 8.3.2 in /ui
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.1 to 8.3.2.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.1...v8.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2026-01-02 19:20:12 +00:00
Steve Richter
edbaa5609e
Check for window.isSecureContext when determining Notification support 2026-01-02 19:20:12 +00:00
lbonn
427065a418
Fall back to media file path when sorting
If files cannot be sorted by disc and track id, try by artist then
title.

One use case is a loose compilation of files with same album, album
artist, and no track numbers. File order was then undetermined, in
practice depended on insertion order in the database.
2026-01-02 19:20:12 +00:00
Deluan
c4bb2e9d64
Remove superfluous argument 2026-01-02 19:20:12 +00:00
Deluan
a661723b97
Disambiguate tracks by AlbumArtist when sorting by album 2026-01-02 19:20:12 +00:00
Deluan
6a261e8ceb
Fix duration formatting, add days and don't show 60 seconds 2026-01-02 19:20:12 +00:00
Deluan
0b6d08aa77
Make event handlers naming consistent (camelCase) 2026-01-02 19:20:11 +00:00
Deluan
2bdcc7b745
Fix another possible race condition 2026-01-02 19:20:11 +00:00
Deluan
9fe781940c
Fix race condition that could cause multiple EventSource connections from the same client 2026-01-02 19:20:11 +00:00
Deluan
a713264b2c
Don't break on login when activity panel is disabled 2026-01-02 19:20:11 +00:00
Deluan
b3256adbdd
Bump react-icons from 3.11.0 to 4.1.0 2026-01-02 19:20:10 +00:00
Deluan
04b3a44f41
Bump prettier from 2.1.2 to 2.2.1 2026-01-02 19:20:10 +00:00
Deluan
1acf2e64de
Bump @testing-library dependencies 2026-01-02 19:20:10 +00:00
Deluan
124083a8be
Bump react-admin from 3.10.2 to 3.10.4 2026-01-02 19:20:10 +00:00
dependabot-preview[bot]
4766e4ead7
[Security] Bump ini from 1.3.5 to 1.3.7 in /ui (#686)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. **This update includes a security fix.**
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2026-01-02 19:20:10 +00:00
Deluan
731c86cd61
Bump react-admin to 3.10.2 2026-01-02 19:20:09 +00:00
Deluan
36426bdafd
Fix console warning about required property 2026-01-02 19:20:09 +00:00
Deluan
f70becc0d3
Add option for player to report real paths in Subsonic API. Closes #625 2026-01-02 19:20:09 +00:00
Deluan
8d2b5bd259
Don't explode when record is not loaded yet 2026-01-02 19:20:09 +00:00
Deluan
1546d7fb15
Add hotkey s to toggle star.
Refers to #585
2026-01-02 19:20:09 +00:00
Deluan
a5f389090f
Always show context menu if not in desktop 2026-01-02 19:20:09 +00:00
Deluan
8b11940dba
Remove possible undefined error 2026-01-02 19:20:09 +00:00
Deluan
c451bb3320
Replace classnames with clsx 2026-01-02 19:20:09 +00:00
Deluan
37a197442b
Hide star completely if in Playlist view 2026-01-02 19:20:09 +00:00
Deluan
04907ac0e7
Wrap comment text. Fixes #637 2026-01-02 19:20:09 +00:00
Deluan
1ae1ce3d32
Also use PureDatagridRow to speed up SongDatagrid 2026-01-02 19:20:08 +00:00