586 Commits

Author SHA1 Message Date
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
Deluan
826f30ce04
Simplify AudioTitle on mobile view 2026-01-02 19:20:08 +00:00
Deluan
f89da70088
Make "star" column aligned with context menu in Album List view 2026-01-02 19:20:08 +00:00
Deluan
834f8dd5cd
Make SongDatagrid faster by using PureDatagridBody 2026-01-02 19:20:08 +00:00
Deluan
0489cb4680
Hide row when reordering playlist 2026-01-02 19:20:08 +00:00
Deluan
30e0c4f9b8
Fix playlists 2026-01-02 19:20:08 +00:00
Deluan
b445df8047
Fix song context menu "on hover" visibility 2026-01-02 19:20:08 +00:00
Deluan
2738ea1e4a
Fix Album View 2026-01-02 19:20:08 +00:00
Deluan
436ce67e8a
Fix artists 2026-01-02 19:20:08 +00:00
Deluan
168cb7df71
Bump React-Admin to 3.10.1 2026-01-02 19:20:08 +00:00
Deluan
637a27f43f
Remove stray console.log 2026-01-02 19:20:08 +00:00
Deluan
f0dffd8347
Change format of events sent by server, leveraging event type and id 2026-01-02 19:20:08 +00:00
Deluan
ff3dd10048
Remove reactjkplayer's audioTitle, as it is not used and only causes warnings in the console 2026-01-02 19:20:07 +00:00
Steve Richter
c9b0557b79
Adjust AudioTitle in Player
- Show info on 2 lines
- Show album
2026-01-02 19:20:07 +00:00
Deluan
85e3756a05
Disable Activity Panel by default.
You'll need to set `DevActivityPanel` (or `ND_DEVACTIVITYPANEL`) to `true` to re-enable it
2026-01-02 19:20:07 +00:00
Deluan
af67ff916e
Add "keepalive" resource. It was causing issues in Firefox when using the dataProvider 2026-01-02 19:20:07 +00:00
Deluan
1ebf021759
Fix aspect ratio in Album show view 2026-01-02 19:20:07 +00:00
Jason Walton
dd721c1f54
Fix aspect ratio for non-square album art. 2026-01-02 19:20:07 +00:00
Deluan
1320f58efb
Allow the NotificationToggle to be in sync with the selected option in the browser 2026-01-02 19:20:07 +00:00
Steve Richter
d3d9474b80
Fix formatting 2026-01-02 19:20:07 +00:00
Steve Richter
0a5215a6c0
Add Desktop Notifications 2026-01-02 19:20:07 +00:00