2034 Commits

Author SHA1 Message Date
JorisL
d0405db71b
Fixed duration formatter to properly count lengths longer than 24 hours (#612)
* Fixed durationfield formatter to properly count lengths longer than
24 hours.

* formatted DurationField.js with npm prettier
2026-01-02 19:19:33 +00:00
Deluan
3acd1ea26a
Fix reading dirs from a MergeFS 2026-01-02 19:19:32 +00:00
Deluan
fcc7b9e529
Avoid cross-site scripting
See: https://lgtm.com/rules/1510377426397/
2026-01-02 19:19:32 +00:00
Deluan
26789479a7
Make scrobble submits compatible with Last.FM specification
See https://github.com/deluan/navidrome/issues/18#issuecomment-656977060
2026-01-02 19:19:32 +00:00
Deluan
a9e239a698
Make new cache layout the default 2026-01-02 19:19:32 +00:00
Deluan
e92b02c4cc
Move notifications to the top
This avoids notifications getting covered by the player
2026-01-02 19:19:32 +00:00
Deluan
f165047ace
Don't send the transcoded file if it is a HEAD request 2026-01-02 19:19:32 +00:00
Deluan
3a414a735d
Generate a better salt for Subsonic token authentication 2026-01-02 19:19:32 +00:00
Deluan
9d24104b2c
Use new fscache's SetKeyMapper
See a0daa9e527
2026-01-02 19:19:32 +00:00
Deluan
e2ee6231b8
Update screenshots 2026-01-02 19:19:32 +00:00
Deluan
56aaa75b4a
Bump golangci-lint version in pipeline 2026-01-02 19:19:32 +00:00
Deluan
2ddc815c96
Add user's name to UserMenu 2026-01-02 19:19:32 +00:00
Deluan
07c45a4146
Upgrade react-admin to 3.9.6 2026-01-02 19:19:32 +00:00
Deluan
74e05994ce
Move Settings options to UserMenu 2026-01-02 19:19:32 +00:00
Deluan
1dc26034f3
Bump github.com/golangci/golangci-lint from 1.32.0 to 1.32.1 2026-01-02 19:19:30 +00:00
Deluan Quintão
4cfc3dbee5
Update README.md 2026-01-02 19:18:59 +00:00
Deluan
c24111c3c6
Fix Artist full_text refresh 2026-01-02 19:18:59 +00:00
Deluan
f0174661e5
Fix Artist filtering 2026-01-02 19:18:59 +00:00
Deluan
a5749092cb
Revert "Process empty folders as changed folders"
This reverts commit e07152b6955558dbbca373cd98b46c0ffa3aae5e.
2026-01-02 19:18:59 +00:00
Deluan
c6534e213a
Process empty folders as changed folders
This is a workaround for rclone not changing the directory modtime when you delete all folders from it (happens when you are moveing things around with beets)
2026-01-02 19:18:59 +00:00
Deluan
8c0cbeffbb
Simplify scanner utilization 2026-01-02 19:18:59 +00:00
Deluan
6db9c24549
Bump Subsonic API to 1.16.1 2026-01-02 19:18:58 +00:00
Deluan
a3713647f8
Update count on getScanStatus 2026-01-02 19:18:58 +00:00
Deluan
5495f6f040
go mod tidy 2026-01-02 19:18:58 +00:00
Deluan
62f7f184cc
Add artistImageUrl available in getArtists endpoint
Also cache artist info in the DB for 1 hour
2026-01-02 19:18:58 +00:00
dependabot-preview[bot]
c6917f471f
Bump github.com/golangci/golangci-lint from 1.31.0 to 1.32.0
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.31.0 to 1.32.0.
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/golangci/golangci-lint/compare/v1.31.0...v1.32.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2026-01-02 19:18:53 +00:00
Deluan
fd984b8897
Remove hardcoded color 2026-01-02 19:18:28 +00:00
Deluan
a768cebe05
Fix BulkActions contrast once and for all(?) 2026-01-02 19:18:28 +00:00
Deluan
c4b7193419
Improve bulk actions color contrast 2026-01-02 19:18:28 +00:00
Deluan
0909ac01da
Remove duplicated code for SongBulkActions 2026-01-02 19:18:28 +00:00
Deluan
c98a32d56a
Add "PlayNow" button to bulk actions 2026-01-02 19:18:28 +00:00
Deluan
cbae45de9a
Add log to pool 2026-01-02 19:18:27 +00:00
Deluan
8fa4697085
Cache Warmer now waits for Cache to be available 2026-01-02 19:18:27 +00:00
Deluan
8a17d6999f
Stop tag_scanner when waltDirTree is interrupted by errors
Otherwise, tag_scanner remove tracks from folders that would come after the error
2026-01-02 19:18:27 +00:00
Deluan
ed40594d51
Fine tune colors, remove PlayButton from AlbumDetail 2026-01-02 19:18:27 +00:00
Chris Newton
24a7dc423f
feat: ran prettier over changes 2026-01-02 19:18:27 +00:00
Chris Newton
7a4c89f9dc
feat: fixed linting error 2026-01-02 19:18:27 +00:00
Chris Newton
400498e8f1
feat: changed hvoer state for album list, added play icon to album details 2026-01-02 19:18:27 +00:00
Chris Newton
9bc55ada25
feat: altered grid layout to be more like itunes 2026-01-02 19:18:27 +00:00
Deluan
44c1072ca0
Better naming for function 2026-01-02 19:18:27 +00:00
Victorhck
28ad4205e4
improve spanish translation 2026-01-02 19:18:27 +00:00
Deluan
879b439b30
Recover from panic when reading invalid id2 tags
Workaround for #596
2026-01-02 19:18:27 +00:00
Deluan
cc2dbd2925
Abort scan when media folder is empty
This is to prevent all data being deleted in the case where a mount is not available
2026-01-02 19:18:27 +00:00
Deluan
ae99cd2f1c
Log when a cache has finished loading 2026-01-02 19:18:27 +00:00
Deluan
1f867e54d5
Process changed folders as they are discovered 2026-01-02 19:18:26 +00:00
Deluan
92ebe8191a
WIP 2026-01-02 19:18:26 +00:00
Deluan
38f383ba17
Use timestamp of artwork file instead of album's UpdatedAt in the cache key 2026-01-02 19:18:26 +00:00
Deluan
b953cea009
Add option to disable track cover art. Should help with cloud mounting (rclone) 2026-01-02 19:18:26 +00:00
Deluan
61d6f8aaa0
Make CreatePlaylist response compatible with API >1.14.0 2026-01-02 19:18:26 +00:00
Deluan
465b23a433
Limit startScan to admins only 2026-01-02 19:18:26 +00:00