Bill Thornton
16fd2a01aa
Fix xss for person roles
2025-10-15 14:31:58 -04:00
Bill Thornton
f44b642514
Merge pull request #7183 from thornbill/theme-videos
...
Improve theme video support
2025-10-13 16:25:02 -04:00
Bill Thornton
a19ccf5439
Merge pull request #7105 from viown/use-mui-dialogs-for-api-keys
...
Use mui dialogs for api keys page
2025-10-10 01:42:53 -04:00
theguymadmax
ae99ac8b03
Add Play All and Shuffle buttons to Music Videos Libraries ( #6866 )
...
* Add play all & shuffle to Music Videos
* Update comments
---------
Co-authored-by: Max <no@example.com >
2025-10-10 01:10:04 -04:00
Bill Thornton
fd4c897642
Use cover aspect ratio for theme videos
2025-10-09 13:49:57 -04:00
viown
e2e9a5523d
Use mui dialogs for api keys page
2025-10-08 17:00:54 +03:00
Andreas B
f974a39938
FIX: prevent dialog backdrop from appearing above dialog content
2025-10-07 11:45:06 +02:00
Bill Thornton
e602b50e5b
Merge pull request #7150 from thornbill/download-music-album
2025-10-04 16:14:06 -04:00
Bill Thornton
abce5b1bea
Move event types to constants
2025-10-03 14:12:05 -04:00
Bill Thornton
c93c25481d
Fix components using default theme
2025-10-02 11:56:41 -04:00
Bill Thornton
47889a5789
Only download supported items
2025-09-30 12:25:04 -04:00
Bill Thornton
6c03684db5
Add support for download all for collections
2025-09-30 12:08:47 -04:00
Bill Thornton
98c1dfa597
Add support for downloading all songs in albums
2025-09-30 12:08:47 -04:00
Bill Thornton
ff42b28520
Merge pull request #6862 from qm3jp/fix-person-playback
...
Fix play all & shuffle for Person view
2025-09-30 09:06:46 -04:00
Bill Thornton
a516de5fc7
Use enum values in getPlaybackPromise
2025-09-30 08:24:00 -04:00
Aubrey Benedetti
4b36146b34
Fix play all & shuffle not working on Person
2025-09-30 01:19:30 -04:00
Bill Thornton
929c8b3cc7
Allow editing artists for music albums
2025-09-30 01:14:06 -04:00
Bill Thornton
b13942fbd5
Fix lodash import for tree-shaking
2025-09-10 16:27:18 -04:00
Bradley Eaton
75f18a2853
Fix TV dpad focus issues if the body of the page is the focused element.
2025-08-15 15:55:27 +01:00
viown
e782fbd7b0
Fix incorrect user menu location
2025-08-09 23:45:45 +03:00
Bill Thornton
2346943348
Move dom.js to utils
2025-07-11 18:28:55 -04:00
Bill Thornton
5046b1df0f
Merge pull request #6939 from viown/react-dashboard
2025-07-11 17:14:26 -04:00
Niels van Velzen
de100462c3
use PascalCase for api_key parameter
2025-07-09 22:12:17 +02:00
Bill Thornton
74f83e6547
Merge pull request #6888 from theguymadmax/music-play-order-fix
...
Fix music playback order for artists and albums
2025-07-09 13:14:36 -04:00
Bill Thornton
4410631564
Merge pull request #6860 from theguymadmax/fix-studios
...
Fix play all & shuffle for studios
2025-07-09 13:07:21 -04:00
Bill Thornton
ca874bd009
Merge pull request #6998 from thornbill/fix-plugin-image-skeleton
...
Fix image loading skeleton
2025-07-02 10:22:30 -04:00
Bill Thornton
29619eab07
Merge pull request #6975 from thornbill/server-id-mismatch
2025-07-01 23:11:02 -04:00
Bill Thornton
93ec7af3f7
Fix image loading skeleton
2025-07-01 16:20:15 -04:00
viown
1c48ede63e
Apply review feedback
2025-07-01 03:37:49 +03:00
viown
124f9c6755
Use standard variant for input dialog
2025-06-28 18:29:40 +03:00
Bill Thornton
83faac6c4f
Merge pull request #6890 from deneille/INSTANT-MIX-LOADING
...
Fix Load Spinner when Playback Error Message Closes
2025-06-27 13:32:48 -04:00
Timi Tuohenmaa
85fc9de45f
Enable use of hls.js when LG WebOS 4 or newer is used.
2025-06-27 13:00:09 -04:00
Bill Thornton
2e5e480ef7
Merge pull request #6913 from viown/fix-playback-resume-time
...
Update resume position on user data update
2025-06-26 13:43:54 -04:00
Bill Thornton
143ab7a395
Add error handling to server id error handling
2025-06-25 16:58:54 -04:00
Bill Thornton
a1aeb7e990
Handle server id mismatches
2025-06-25 13:39:33 -04:00
viown
0934889cc8
Migrate dashboard to React
2025-06-13 20:26:38 +03:00
Bill Thornton
0bbede9b07
Use getReadableSize for all file size text
2025-06-03 16:48:16 -04:00
Bill Thornton
f5830c8c2e
Merge pull request #6670 from viown/improved-skip-button
...
Fix skip button positioning & design
2025-06-02 16:03:45 -04:00
viown
a050b9cccb
Update position ticks when user data updates
2025-06-02 14:24:33 +03:00
Bill Thornton
8fc680f106
Fix AppBar background colors
2025-05-24 01:35:59 -04:00
viown
d218368b50
Enhance skip button design
2025-05-23 10:53:30 +03:00
deneille
323630c4ea
hid load spinner when playback modal is closed
2025-05-21 00:38:41 -04:00
Max
3ea9fea17d
Fix music playback order for artists and albums
2025-05-20 18:38:38 -04:00
Max
a3d9ad4766
Fix play all & shuffle not working on studios
2025-05-14 17:47:30 -04:00
Diego Echeverri
586e3060e4
Handle promise rejection exceptions from actionSheet ( #6817 )
...
* Add catches to jellyfin
* Undo format changes to actionSheet
* formatting
* Remove logging
* commented block for screenshot
* Handle another case
* weird indentation fix
* Add myself as a contributor
2025-05-13 17:01:18 -04:00
Niels van Velzen
7dfc1a1494
Add "DownloadManagement" app feature for use in NativeShell clients ( #6833 )
...
* Add "DownloadManagement" app feature for use in NativeShell clients
* Address review feedback
* Address review feedback (round 2)
2025-05-13 15:35:15 -04:00
Bill Thornton
fdcf1b06c3
Add constants for app features
2025-04-30 17:41:36 -04:00
Bill Thornton
12acfb32e3
Fix unavailable server handling
2025-04-29 17:16:59 -04:00
Bill Thornton
83bb102223
Merge pull request #6796 from thornbill/update-server-page
...
Update server update required handling
2025-04-29 16:11:47 -04:00
Nicholas Jorgenson
d190fdb27c
Fix lazy loading on the genre pages ( #6799 )
...
* Fix genre tab from sorting shows randomly
* Fix loading elements that have already been loaded
* Fix lazyLoader for show and movie genre tabs
* Reduce time window in which callback may be executed again
2025-04-29 16:06:43 -04:00