2315 Commits

Author SHA1 Message Date
Deluan
372ab2ddab
Upgrade React-Admin to 3.15.0 2026-01-02 19:26:43 +00:00
Deluan
e05468d2dc
FIx ffmpeg output regex too rigid 2026-01-02 19:26:43 +00:00
Deluan
ff0f8a01d7
Fix cover art detection with ffmpeg 4.4 2026-01-02 19:26:42 +00:00
Deluan
d7c7df2727
Require user to provide current password to be able to change it
Admins can change other users' password without providing the current one, but not when changing their own
2026-01-02 19:26:42 +00:00
Deluan
dd2915b105
Fix Transcodings menu 2026-01-02 19:26:42 +00:00
Deluan
ee0d28797b
Fix warning about promise being ignored 2026-01-02 19:26:42 +00:00
Deluan
d79f03cde1
Add EnableUserEditing, to control whether a regular user can change their own details (default true) 2026-01-02 19:26:42 +00:00
Deluan
504b222167
Fix EnableLogRedacting case 2026-01-02 19:26:42 +00:00
Deluan
b04974dbc6
Add log redacting, controlled by the new EnableLogRedacting config option (default true)
Imported redacting code from https://github.com/whuang8/redactrus (thanks William Huang)
Didn't use it as a dependency as it was too small and we want to keep dependencies at a minimum
2026-01-02 19:26:42 +00:00
Deluan
7aeb844ad2
Change visibility of helper function 2026-01-02 19:26:42 +00:00
Deluan
fb41ca7a0c
Add test to Login function 2026-01-02 19:26:42 +00:00
Deluan
6b8852cd1a
Fix User delete button not showing 2026-01-02 19:26:42 +00:00
Deluan
7a187775e5
Fix create first login 2026-01-02 19:26:42 +00:00
Deluan
2531df5f97
Fix DevAutoCreateAdminPassword 2026-01-02 19:26:42 +00:00
Deluan
5fe1997a62
Clean-up Makefile, add help 2026-01-02 19:26:42 +00:00
Deluan
f64e27dcae
Simplify build targets 2026-01-02 19:26:42 +00:00
Deluan
13f18a819d
Clean up some make targets 2026-01-02 19:26:41 +00:00
Samarjeet
6c88baf5b0
[Spotify-ish] Login consistent with other themes (#1073) 2026-01-02 19:26:41 +00:00
Deluan
26adbd2b04
Fix regular users not able to edit their info before logging in again 2026-01-02 19:26:41 +00:00
Deluan
a2ca6eb67d
More auth tests 2026-01-02 19:26:41 +00:00
Deluan
ffab8582d1
Never send passwords to the UI 2026-01-02 19:26:41 +00:00
Deluan
bcdf03945c
Show Person icon for non admin users 2026-01-02 19:26:41 +00:00
Deluan
b9e8ae07d3
Less waiting for cache to be ready 2026-01-02 19:26:41 +00:00
Deluan
ddae77c3ac
Fix SIGUSR1 work when ScanInterval=0 2026-01-02 19:26:41 +00:00
Deluan
2f64ee09f3
Allow regular users to change their info, including password.
Should fix #199
2026-01-02 19:26:41 +00:00
Deluan
556fd23a82
Fix "Failed prop type: Invalid prop variant" in console 2026-01-02 19:26:41 +00:00
Deluan
f4e005bc5e
Fix "SharedArrayBuffer will require cross-origin isolation"
This is a workaround for React v16 while we don't upgrade to v17

See https://github.com/facebook/create-react-app/issues/10474
2026-01-02 19:26:41 +00:00
whorfin
35aa640cfe
Improve scanner (#1054)
* Handle subdirectories without rx permission correctly
Allow ogg files w/o metadata, having taglib behave more like ffmpeg

* Fix test for walk_dir_tree, fix full reading of files in permission-
constrained directories, allow directories with leading ellipses

* Sorted directory traversal is preferred, and cleanup tests

* Small refactoring to clean-up `loadDir` function and to remove some "warnings" from IntelliJ

Co-authored-by: Deluan <deluan@navidrome.org>
2026-01-02 19:26:41 +00:00
Samarjeet
f42a9e9e0e
[Spotify-ish] Indicate active page number (#1068) 2026-01-02 19:26:41 +00:00
Deluan Quintão
aa9f78e5f1
Update ja.json (POEditor.com) 2026-01-02 19:26:40 +00:00
Deluan
a121ab4c70
Replace godirwalk with standard Go 1.16 filepath.WalkDir
Should fix https://github.com/navidrome/navidrome/issues/1048
2026-01-02 19:26:40 +00:00
Deluan
eb48762eaa
Bump react-redux version to 7.2.4 2026-01-02 19:26:40 +00:00
Deluan
e6e780372f
Bump @testing-library dependencies 2026-01-02 19:26:40 +00:00
Deluan
10e6fa5404
Keepalive must return an ID to be used with dataProvider.getOne 2026-01-02 19:26:40 +00:00
Deluan
df8357f6b7
Upgrade React-Admin to 3.14.5 2026-01-02 19:26:40 +00:00
Deluan
c4047d5254
Uses GoLang 1.16.3
Also add a target to build snapshots for a single platform
2026-01-02 19:26:40 +00:00
Deluan
500d8e8844
Fix aspect ratio of login icon 2026-01-02 19:26:40 +00:00
dependabot[bot]
eaacc22936
Bump jest-environment-jsdom-sixteen from 1.0.3 to 2.0.0 in /ui
Bumps [jest-environment-jsdom-sixteen](https://github.com/SimenB/jest-environment-jsdom-sixteen) from 1.0.3 to 2.0.0.
- [Release notes](https://github.com/SimenB/jest-environment-jsdom-sixteen/releases)
- [Commits](https://github.com/SimenB/jest-environment-jsdom-sixteen/compare/v1.0.3...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-02 19:26:40 +00:00
Deluan
a76aab8403
Fix logo aspect ratio in Safari 2026-01-02 19:26:40 +00:00
Deluan
f3223d251a
Improve Logo resolution in login dialog 2026-01-02 19:26:40 +00:00
Dnouv
c9dac79d1a
Enhanced Mobile Login Screen (#953)
* Enhanced Mobile Login Screen

* Removed duplicate line of code

* Add support for desktop

* Remove conflict

* Reset button style

* Change Login
2026-01-02 19:26:40 +00:00
Deluan
092ae1f986
Fix Song details row height 2026-01-02 19:26:40 +00:00
caiocotts
bc4cfba8e6
Better handling of album comments (#1013)
* Change album comment behaviour

* Don't check first item

* Fix previously imported album comments.

* Remove song comments if album comment is present
2026-01-02 19:26:40 +00:00
Deluan
7510113e8f
Fix Web Scroller compatibility
This fixes https://github.com/web-scrobbler/web-scrobbler/issues/2828
2026-01-02 19:26:39 +00:00
Deluan
467f286b74
Reorganize AudioTitle classes.
Should fix https://github.com/web-scrobbler/web-scrobbler/issues/2828
2026-01-02 19:26:39 +00:00
Deluan
46c5aa9e6a
Make Playlist grid more responsive 2026-01-02 19:26:39 +00:00
Deluan
cc6d1fcca9
Fix build tag 2026-01-02 19:26:39 +00:00
Deluan
deb9ceb3c9
Disable SIGUSR1 handler for Windows (not available) 2026-01-02 19:26:39 +00:00
Deluan
5efc88904f
Add trigger scan when receiving SIGUSR1 signal 2026-01-02 19:26:39 +00:00
Dnouv
a44ea8e5f4
Hide volume bar in lower resolutions (#889)
This gives more space for the song and artist names in the player

* fix min-width of AlbumDetails

* Fix song play time display

* Song duration display fix#2

* Removed important

* Resolve conflicts

* Update Player.js

* Change breakdown and hide volume

Co-authored-by: Deluan <deluan@navidrome.org>
2026-01-02 19:26:39 +00:00