3289 Commits

Author SHA1 Message Date
Deluan
6a395a44ac
Rollback changes to Chinese translations
Were not updated in POEditor
2026-01-02 20:22:02 +00:00
deluan
2c0f759ab8
Update translations 2026-01-02 20:22:02 +00:00
Deluan
f3c6f6e405
Fix update translations job 2026-01-02 20:22:02 +00:00
Deluan
3d64520706
Add job to create translations PRs 2026-01-02 20:22:02 +00:00
Deluan
fb3c90b375
Disable creation of shares when feature is disabled.
Fix https://github.com/navidrome/navidrome/pull/2106#issuecomment-1404731388
2026-01-02 20:22:01 +00:00
Deluan Quintão
6d5fd2af10
Fix versioning releases in the pipeline (#2101)
* Revert "Disable buildvcs flag"

This reverts commit 1374dab08775d3fefff96dbe707675e0d1a766d3.

* Config /github/workspace folder as trusted
2026-01-02 20:22:01 +00:00
Deluan
1d8853659a
Disable external links when EnableExternalServices is false. Fix #2022 2026-01-02 20:22:01 +00:00
Deluan
3b9456c701
Fix Share dialog titles for Album and Playlist 2026-01-02 20:22:01 +00:00
Deluan
aeb92d53e0
Simplify radio CRUD code 2026-01-02 20:22:01 +00:00
paradajz
9ed12254d0
Playlist view: optionally show comment column (#2073)
* playlist view: optionally show genre and comment columns

* Remove genre from Playlist columns, as it is not a valid attribute of playlist

Co-authored-by: Deluan <deluan@navidrome.org>
2026-01-02 20:22:01 +00:00
selfhoster1312
ee9212357e
Create accounts automatically when authenticating from HTTP header (#2087)
* Create accounts automatically when authenticating from HTTP header

* Disable password check when header auth is enabled

* Formatting

* Password change is valid when no password (old or new) is provided

* Test suite runs with header auth disabled (mock config)
Prevents nil pointer access (panic) while testing password validating logic

* Use a constant prefix for autogenerated passwords (header auth case)

* Add tests

* Add context to log messages

Co-authored-by: Deluan <deluan@navidrome.org>
2026-01-02 20:22:01 +00:00
Deluan
92c681f63d
Fix download translation key 2026-01-02 20:22:01 +00:00
Deluan
588048620e
Revert "Replace the LoveButton with ArtistContextMenu in the artist page - #1979"
see https://github.com/navidrome/navidrome/issues/1979#issuecomment-1402904870
2026-01-02 20:22:01 +00:00
Aleksey Lobanov
a808c0f868
Base SQL metrics in MetricsWorker (#2002)
* feat: Add metrics worker

* refactor: Add todos for useful for metrics methods

* feat: Run MetricsWorker is Prometheus is Enabled

* refactor: Unused low-level variable was removed in metrics

* feat: No worker for metrics, add more

* refactor: Unnecessary todo removed

* refactor: Remove dead unused constant

* Reduce metrics public interface

Co-authored-by: Deluan <deluan@navidrome.org>
2026-01-02 20:22:01 +00:00
Deluan
ca35420b22
Bump github.com/onsi/gomega from 1.25.0 to 1.26.0 2026-01-02 20:22:01 +00:00
Deluan
8596b00d63
Fix downloadOriginalFormat term in English translation 2026-01-02 20:22:01 +00:00
Deluan
a929c752b2
Disable Subsonic Share endpoints if feature is disabled 2026-01-02 20:22:01 +00:00
Deluan
50a0bcd589
Make AlbumSongs BulkActionsToolbar more responsive 2026-01-02 20:22:00 +00:00
Deluan
003453abaf
Add button to share selected songs 2026-01-02 20:22:00 +00:00
Deluan
2416a06b04
Add meta tags to show cover and share description in social platforms 2026-01-02 20:22:00 +00:00
Deluan
c7b5e10e77
Mark Share.LastVisited optional in Subsonic API 2026-01-02 20:22:00 +00:00
Deluan
4f99addd02
Add Share to Context menus, also share artist 2026-01-02 20:22:00 +00:00
Deluan
30c0b9d8ab
Use redux for ShareDialog 2026-01-02 20:22:00 +00:00
Deluan
84b43ff07b
Refactor dialogs, make it simple to add a new dialog to all views 2026-01-02 20:22:00 +00:00
Deluan
c4940c09f2
Keep order of shared mediafiles 2026-01-02 20:22:00 +00:00
Deluan
722e3eaedd
Add Share capability to Subsonic user's info 2026-01-02 20:22:00 +00:00
Deluan
bbd3192fd3
Fix getShares sort order 2026-01-02 20:22:00 +00:00
Deluan
24fa622d05
Create contents label for group of shared mediafiles 2026-01-02 20:22:00 +00:00
Deluan
2f3f190957
Make Share list responsive 2026-01-02 20:22:00 +00:00
Deluan
96d76c6eaa
Reduce spacing between album buttons, to avoid breaking the toolbar in two 2026-01-02 20:22:00 +00:00
Deluan
28f435f8a9
Enable sharing only selected songs with the Subsonic API 2026-01-02 20:22:00 +00:00
Deluan
bfa35c11b8
Fix empty entry collection in Shares 2026-01-02 20:21:59 +00:00
Deluan
2789b016b9
Fix expireAt update error 2026-01-02 20:21:59 +00:00
Deluan
39115fadfe
Fix JS console warning 2026-01-02 20:21:59 +00:00
Deluan
f1a0ef614d
Make Share icon dynamic 2026-01-02 20:21:59 +00:00
Deluan
7fd0326b8c
Change public/share path to /share - DSub does not use the URL from the API response... :( 2026-01-02 20:21:59 +00:00
Deluan
0140bf268c
Implement updateShare and deleteShare Subsonic endpoints 2026-01-02 20:21:59 +00:00
Deluan
ab7dd56421
Workaround to detect empty dates in some Subsonic clients 2026-01-02 20:21:59 +00:00
Deluan
a53e622cb4
Handle expired shares 2026-01-02 20:21:59 +00:00
Deluan
041f91ad53
Add getShares and createShare Subsonic endpoints 2026-01-02 20:21:59 +00:00
Deluan
5916024859
Fix tests and lint errors, plus a bit of refactor 2026-01-02 20:21:59 +00:00
Deluan
4e3a0f03f5
More share translations 2026-01-02 20:21:59 +00:00
Deluan
63640ec8ff
Don't expose empty dates in share info 2026-01-02 20:21:59 +00:00
Deluan
4bb4576785
Share playlists 2026-01-02 20:21:59 +00:00
Deluan
28c8797a3c
Refactor DownloadMenuDialog to use useTranscodingOptions hook 2026-01-02 20:21:59 +00:00
Deluan
1899cebe3b
Extract transcoding options to its own hook 2026-01-02 20:21:58 +00:00
Deluan
4d085249ab
Add share's contents and description to the DB 2026-01-02 20:21:58 +00:00
Deluan
56b1d6811a
Use defaultDownsamplingFormat in share options 2026-01-02 20:21:58 +00:00
Deluan
b4a11b4cdd
Fine tune SharePlayer 2026-01-02 20:21:58 +00:00
Deluan
2fca7ac081
Refactor URL builders in UI 2026-01-02 20:21:58 +00:00