Dnouv
5330639488
Fix Ligera Error ( #1117 )
...
* Fix Ligera Error
* Run make setup
2026-01-02 19:31:10 +00:00
Deluan
1079828446
Bump react-admin to 3.15.1
2026-01-02 19:31:10 +00:00
Deluan
d6b6358206
Add more explicit npm dependencies
2026-01-02 19:31:09 +00:00
Deluan
fd266bfcb4
Remove dependency on lodash.get
2026-01-02 19:31:09 +00:00
Deluan
e911059af7
Add explicit npm dependencies
2026-01-02 19:31:09 +00:00
Deluan
26ed9bc57b
Do not use ra-core directly
2026-01-02 19:31:09 +00:00
Deluan
dbd3491850
Only setup event stream when mounting the app
2026-01-02 19:31:09 +00:00
Dnouv
75b7d861c4
Fix PWA notification toolbar color ( #1083 )
...
* Fix PWA notification color
* Add React hook
* Convert component into a hook
Co-authored-by: Deluan <deluan@navidrome.org>
2026-01-02 19:31:09 +00:00
Deluan
9dfc5e604a
Upgrade prettier to 2.3.0
...
Some reformatting was needed... :/
2026-01-02 19:31:09 +00:00
Aniket Biswas
289dfd5377
Restart Current Song on previous ( #1104 )
...
* fixed on previous song behaviour
* rebased with master
2026-01-02 19:26:44 +00:00
Deluan
e6441d794a
Bump react-jinke-music-player from 4.21.2 to 4.24.0 in /ui
2026-01-02 19:26:44 +00:00
Deluan
3a93914ec3
Fix(?) possible TypeError
2026-01-02 19:26:44 +00:00
Samarjeet
e8a63c50cb
Fix Spotify-ish playlist title is cut off ( #1094 )
2026-01-02 19:26:44 +00:00
dependabot[bot]
688c44bd77
Bump @testing-library/user-event from 13.1.5 to 13.1.8 in /ui ( #1082 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 13.1.5 to 13.1.8.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v13.1.5...v13.1.8 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-02 19:26:43 +00:00
Deluan
cbc480a615
Fix possible TypeError
2026-01-02 19:26:43 +00:00
Brian Schrameck
4264a5c6ef
BPM metadata enhancement ( #1087 )
...
* BPM metadata enhancement
Related to #1036 .
Adds BPM to the stored metadata about MediaFiles.
Displays BPM in the following locations:
- Listing songs in the song list (desktop, sortable)
- Listing songs in playlists (desktop, sortable)
- Listing songs in albums (desktop)
- Expanding song details
When listing, shows a blank field if no BPM is present. When showing song details, shows a question mark.
Updates test MP3 file to have BPM tag. Updated test to ensure tag is read correctly.
Updated localization files. Most languages just use "BPM" as discovered during research on Wikipedia. However, a couple use some different nomenclature. Spanish uses PPM and Japanese uses M.M.
* Enhances support for BPM metadata extraction
- Supports reading floating point BPM (still storing it as an integer) and FFmpeg as the extractor
- Replaces existing .ogg test file with one that shouldn't fail randomly
- Adds supporting tests for both FFmpeg and TagLib
* Addresses various issues with PR #1087 .
- Adds index for BPM. Removes drop column as it's not supported by SQLite (duh).
- Removes localizations for BPM as those will be done in POEditor.
- Moves BPM before Comment in Song Details and removes BPM altogether if it's empty.
- Omits empty BPM in JSON responses, eliminating need for FunctionField.
- Fixes copy/paste error in ffmpeg_test.
2026-01-02 19:26:43 +00:00
Deluan
02e46a151c
Fix possible TypeError
2026-01-02 19:26:43 +00:00
Deluan
f2c25ea3d1
Fix Album Grid flickering
2026-01-02 19:26:43 +00:00
Deluan
8c71394d36
Fix QuickFilter by favourites in Album/All view
2026-01-02 19:26:43 +00:00
Deluan
3ca2c5d0f6
Fix missing translation error in console. Closes #1038
2026-01-02 19:26:43 +00:00
Deluan
372ab2ddab
Upgrade React-Admin to 3.15.0
2026-01-02 19:26:43 +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
6b8852cd1a
Fix User delete button not showing
2026-01-02 19:26:42 +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
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
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
Samarjeet
f42a9e9e0e
[Spotify-ish] Indicate active page number ( #1068 )
2026-01-02 19:26:41 +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
df8357f6b7
Upgrade React-Admin to 3.14.5
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
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
dependabot[bot]
7f90470c68
Bump @testing-library/user-event from 13.1.2 to 13.1.5 in /ui ( #1051 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 13.1.2 to 13.1.5.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v13.1.2...v13.1.5 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-02 19:26:39 +00:00
Yash Jipkate
b4edd7b736
Allow adding songs to multiple playlists at once. ( #995 )
...
* Add support for multiple playlists
* Fix lint
* Remove console log comment
* Disable 'check' when loading
* Fix lint
* reset playlists on closeAddToPlaylist
* new playlist: accomodate string type on enter
* Fix lint
* multiple new playlists are added correctly
* use makestyle()
* Add tests
* Fix lint
2026-01-02 19:26:39 +00:00