Deluan
79c8d2f368
When retrieving images from external sources, avoid calling it again if data is already cached locally.
...
Relates to https://github.com/navidrome/navidrome/issues/2130#issuecomment-1412742918
2026-01-02 20:22:03 +00:00
Deluan
a773c6de86
Fix file descriptor leaking.
2026-01-02 20:22:03 +00:00
vlfldr
284bb72c95
Fix invisible checkboxes in Gruvbox theme ( #2135 )
...
* Added Gruvbox Dark color theme
* Correct formatting by running prettier
* Fixed invisible checkboxes and tweaked colors in Gruvbox theme
2026-01-02 20:22:03 +00:00
Deluan
1b1dc70ff7
Invalidate artist cache (by changing cache key format)
2026-01-02 20:22:03 +00:00
Deluan
264df21d9b
Return 404 when artwork is not available in /share/img endpoint
2026-01-02 20:22:03 +00:00
Deluan
b852091870
Add option to change max playlists shown in UI's sidebar, MaxSidebarPlaylists. Fix #2077
2026-01-02 20:22:03 +00:00
Deluan
11e7a950ec
Better behaviour of Prev/Next buttons when share has only one song:
...
- Allow Prev to restart the song
- Disable Next
2026-01-02 20:22:02 +00:00
Deluan
7085e97a1f
Handle nil pointer dereference. Fix #2133
2026-01-02 20:22:02 +00:00
deluan
58cf41b23e
Update translations
2026-01-02 20:22:02 +00:00
Deluan
1ca8693a29
Add trace logs to calls to external services
2026-01-02 20:22:02 +00:00
Deluan
b9f67bfead
Add a fallback when the browser does not support copying the share link to clipboard (not a secure origin)
...
See: https://stackoverflow.com/a/51823007
2026-01-02 20:22:02 +00:00
Deluan
0b6cc5b08a
Fix downloading and sharing from a playlist. Fix #2123
2026-01-02 20:22:02 +00:00
deluan
0c9d972eb2
Update translations
2026-01-02 20:22:02 +00:00
Deluan
7b6f877ed8
Rename DevEnableShare to EnableSharing
2026-01-02 20:22:02 +00:00
Deluan
832bb02a6a
Add a comment to the generated zip
2026-01-02 20:22:02 +00:00
Deluan
a8b48fcfd6
Refactor zip archiver.
...
Add `disc` to path when downloading albums. Fix #2121
2026-01-02 20:22:02 +00:00
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