Deluan
2e656ed64a
Update golangci-lint in the pipeline
2026-01-02 19:20:15 +00:00
Deluan
4940db6ce0
Update canisue-lite
2026-01-02 19:20:14 +00:00
Deluan
c06207ecd2
Increase heap memory for JS job
2026-01-02 19:20:14 +00:00
Deluan
5dbaa61483
Turn off memory profiling, saving a couple of megabytes
2026-01-02 19:20:14 +00:00
Deluan
f708686485
Use tools.go commands without installing
2026-01-02 19:20:14 +00:00
Deluan
73d9375119
Bump github.com/google/wire from 0.4.0 to 0.5.0
2026-01-02 19:20:14 +00:00
Deluan
749edc4661
Use new simplified uuid.NewString() syntax
2026-01-02 19:20:14 +00:00
Deluan
8e68814085
Reenable ImageCache and ActivityPanel as default
2026-01-02 19:20:14 +00:00
Deluan
1176a201f0
Revert: Use modified time as updated_at and created_at when refreshing/creating albums
2026-01-02 19:20:14 +00:00
Deluan
a24db04174
Use modified time as updated_at and created_at when refreshing/creating albums. Closes #717
2026-01-02 19:20:14 +00:00
Deluan
d19ccdb0f3
Build and publish Docker image for armv6 ( closes #747 )
2026-01-02 19:20:14 +00:00
Deluan Quintão
1621dfaa18
Update Translations ( #751 )
...
* Update zn.json (POEditor.com)
* Update cs.json (POEditor.com)
* Update da.json (POEditor.com)
* Update nl.json (POEditor.com)
* Update eo.json (POEditor.com)
* Update fr.json (POEditor.com)
* Update de.json (POEditor.com)
* Update it.json (POEditor.com)
* Update ja.json (POEditor.com)
* Update pl.json (POEditor.com)
* Update pt.json (POEditor.com)
* Update ru.json (POEditor.com)
* Update es.json (POEditor.com)
* Update th.json (POEditor.com)
* Update tr.json (POEditor.com)
* Update pt.json (POEditor.com)
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
e6254a5ca3
Bump github.com/google/uuid from 1.1.2 to 1.2.0
2026-01-02 19:20:13 +00:00
Deluan
6da378dd6b
Bump github.com/pressly/goose from 2.6.0+incompatible to 2.7.0+incompatible
2026-01-02 19:20:13 +00:00
Deluan
0030e1f118
Bump github.com/golangci/golangci-lint from 1.33.0 to 1.36.0
2026-01-02 19:20:13 +00:00
Deluan
971728dfd5
Replace periodic scanner cancellation channel with a context
2026-01-02 19:20:13 +00:00
Deluan
d23976d796
Fix "failed" Subsonic response. Fix #716
2026-01-02 19:20:13 +00:00
Deluan
31e79117eb
Removed invalid comment
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
Deluan
8313d6fe97
Fix log message, as it is also used for taglib
2026-01-02 19:20:12 +00:00
Deluan
12255c8228
Use order_* fields for sorting by album and artist
2026-01-02 19:20:12 +00:00
Deluan
76c12653b4
Use same album songs order for UI and Subsonic API
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
76dccf2ae8
Use netgo (instead of C bindings). Fix #700
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
d6e9c43db1
Handle more sort/order cases
2026-01-02 19:20:12 +00:00
Deluan
32f8cd7e11
Make ServerStart variable global
2026-01-02 19:20:12 +00:00
Deluan
e8ba03d9da
Removed unused variable
2026-01-02 19:20:12 +00:00
Deluan
905abe10f6
Only close connection if the write times out
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
ad8dc26f9c
Error should always be nil
2026-01-02 19:20:11 +00:00
Deluan
0b6d08aa77
Make event handlers naming consistent (camelCase)
2026-01-02 19:20:11 +00:00
Deluan
7b7b402bbd
Simplify worker pool
2026-01-02 19:20:11 +00:00
dependabot-preview[bot]
87a50014ee
Bump github.com/onsi/gomega from 1.10.3 to 1.10.4
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/onsi/gomega/releases )
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/gomega/compare/v1.10.3...v1.10.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2026-01-02 19:20:11 +00:00
Deluan
e0dbf1972a
Add elapsed time when scanner does not detect any new changes
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
f8d991cc80
Add denormalized list of artist_ids to album, to speed-up artist's albums queries
...
This will be removed once we have a proper many-to-many relationship between album and artist
2026-01-02 19:20:11 +00:00