1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

3549 commits

Author SHA1 Message Date
NathanGrenier
eec87d71c1
Merge branch 'jellyfin:master' into master 2025-03-28 00:46:55 -04:00
NathanGrenier
56f8ec5947 WIP: set theme music volume level via user setting 2025-03-28 00:42:15 -04:00
Bill Thornton
dece9283f9 Add ignore comments for non-issues 2025-03-27 12:42:36 -04:00
Bill Thornton
ad2472e90e Fix unused var and pseudorandom warnings 2025-03-27 12:15:56 -04:00
Bill Thornton
9077782c17 Fix autofixable eslint warnings 2025-03-27 11:32:16 -04:00
Bill Thornton
fcf344cea3
Merge pull request #6593 from viown/search-enhancements
Search Enhancements
2025-03-26 18:54:09 -04:00
Bill Thornton
a0ddea0bfc Fix custom css requiring page refresh 2025-03-24 13:11:25 -04:00
Bill Thornton
88b247596a Move theme and custom css to react components 2025-03-24 01:07:51 -04:00
viown
a63e80ec46 Move search components and hooks to features 2025-03-21 21:42:58 +03:00
Bill Thornton
d6353f27b8 Remove .html from routes 2025-03-17 15:39:21 -04:00
Bill Thornton
c6347b6fba
Merge pull request #6602 from thornbill/avatar-bg 2025-03-13 13:11:53 -04:00
Bill Thornton
80cd7d608d Use paper background for avatar with user image 2025-03-13 12:50:09 -04:00
Bill Thornton
6d77e1b437
Add title to FallbackPage
Co-authored-by: viown <48097677+viown@users.noreply.github.com>
2025-03-13 12:09:58 -04:00
Bill Thornton
9c16515549 Fix ConnectionRequired missing for public routes 2025-03-13 11:21:50 -04:00
Bill Thornton
6f670d5c3e Add basic 404 page and *.html redirect 2025-03-12 17:16:11 -04:00
Bill Thornton
4334303632
Merge pull request #6594 from viown/react-libraries-nfo-settings
Migrate NFO Settings to React
2025-03-06 12:43:30 -05:00
viown
9dc9aadf98 Make title optional for alert 2025-03-06 04:29:08 +03:00
viown
10d731e697 Migrate NFO Settings to React 2025-03-05 10:16:20 +03:00
viown
33ac6d75ea Add onClose to ConfirmDialog for consistency 2025-03-04 10:32:49 +03:00
Bill Thornton
ab3765231c
Merge pull request #6574 from thornbill/missing-server-id-x
Fix undefined server id in experimental layout
2025-03-03 15:49:34 -05:00
viown
2ce9e9f1e0 Refactor queries to use non-null assert 2025-02-27 15:27:54 +03:00
Bill Thornton
29551e49bf Fix undefined server id in experimental layout 2025-02-24 13:19:01 -05:00
Bill Thornton
ade0204024
Merge pull request #6547 from thornbill/trim-lib-name 2025-02-21 01:14:42 -05:00
othmar52
d2f522a1e0
Add title attribute to actor roles (#6344)
Co-authored-by: engine <engine@pentagon.usa.gov>
2025-02-20 17:59:34 -05:00
Bill Thornton
37d6f94c7c Update library name validation to trim automatically 2025-02-20 17:16:18 -05:00
Bill Thornton
4730a30c3d Fix lint errors 2025-02-20 12:51:59 -05:00
Bill Thornton
9df1db0c7d Fix sass deprecation warnings 2025-02-18 16:08:37 -05:00
Bill Thornton
0bb06f18d5
Merge pull request #6513 from gnattu/check-invalid-library-name
Don't allow library name with leading or trailing space
2025-02-14 15:42:25 -05:00
Bill Thornton
ad053d6656 Add TablePage component 2025-02-13 16:39:59 -05:00
Bill Thornton
7433a4a56a
Merge pull request #5714 from ItsAllAboutTheCode/theme-media-shuffle 2025-02-13 16:30:51 -05:00
Bill Thornton
18de10f2ea
Merge pull request #6447 from thornbill/refactor-playing-text
Refactor item text lines
2025-02-13 16:23:07 -05:00
Bill Thornton
d5db15367b
Merge pull request #6474 from thornbill/dashboard-controllers
Move dashboard controllers to app directory
2025-02-13 16:22:36 -05:00
Bill Thornton
8b0358f033
Merge pull request #6479 from thornbill/fix-experimental-inset
Fix toolbar safe area in experimental layout
2025-02-13 16:19:14 -05:00
ItsAllAboutTheCode
578c643731 Updated the theme media player to playback content in a Random order 2025-02-13 12:02:54 -06:00
gnattu
e83f45e75c Don't allow library name with leading or trailing space 2025-02-04 16:31:22 +08:00
Kevinjil
aa33101e1d Backport pull request #6396 from jellyfin-web/release-10.10.z
Remove invalid item id usage as media source id

Original-merge: 4793223f5d

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2025-02-03 12:29:40 -05:00
Sebastian Di Luzio
21ca36aaa2
Fix playback of series with large set of episodes (#5786)
* fix: playback of series with large set of episodes

-  fetch episode info for a single episode instead of all episodes in existence

* fix: limit episodes to selected season

* fix: when starting series from the series play button, limit amount of episodes loaded

* Update playbackmanager.js

* fix: start series playback from upNext episode

also change playback from a specific episode to pull 100 next episodes instead of only the season this episode is in

* chore: clean up query params a bit

* fix: add forgotten query limit

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>

* fix: get watched episodes as well for nextUp inside playing an entire show

* fix: get first unplayed episode without nextUp

* chore: remove unwanted whitepsace

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>

---------

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2025-01-29 14:45:48 -05:00
Bill Thornton
d54ce4cf16
Merge pull request #6434 from thornbill/fix-user-menu-margin 2025-01-25 10:49:52 -05:00
Bill Thornton
5a7a859b01 Fix toolbar safe are in experimental layout 2025-01-25 03:16:48 -05:00
venkata nadha reddy
2689c51b84
Add subtitle setting for native vs custom element (#5737)
* Fixed subtitles styling in firefox.

* Fixed subtitles styling in firefox.

* Initial changes to support native or custom styling.

* Changes to support native or custom styling.

* linting changes.

* Changes to support native or custom styling.

* Changes to support native or custom styling.

* minor changes.

* indentation changes and simplification changes.

* minor changes.

---------

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2025-01-24 15:46:45 -05:00
Bill Thornton
ea18af4bdd Move dashboard controllers to app dir 2025-01-23 17:24:58 -05:00
Bill Thornton
91d8a3fffd Revert importRoute simplification
This caused tests to be included in the built files
2025-01-23 16:51:14 -05:00
Bill Thornton
80a26d5822 Add appType support for legacy routes 2025-01-23 16:26:49 -05:00
Bill Thornton
93ef17a132 Refactor asyncRouteType to appType 2025-01-23 16:21:08 -05:00
bernarden
d974ac47d9 Backport pull request #6425 from jellyfin-web/release-10.10.z
Fix css fallback of max function in chrome 76.

Original-merge: d4b55ec67a

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: thornbill <thornbill@users.noreply.github.com>
2025-01-22 03:12:48 -05:00
viown
ad09013bf2 Backport pull request #6421 from jellyfin-web/release-10.10.z
Fix metadata dialog backdrop click to exit

Original-merge: e1deddcba1

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: thornbill <thornbill@users.noreply.github.com>
2025-01-22 03:12:47 -05:00
rlauuzo
34ace6bc11 Backport pull request #6413 from jellyfin-web/release-10.10.z
Prevent Focus Loss When Skip Button is Pressed

Original-merge: 4f17cebc02

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: thornbill <thornbill@users.noreply.github.com>
2025-01-22 03:12:46 -05:00
dantesbr
05cce43ffd Backport pull request #6408 from jellyfin-web/release-10.10.z
Fix focus loss on popups in Samsung Tizen 8 Smart TVs

Original-merge: cc011feffb

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: thornbill <thornbill@users.noreply.github.com>
2025-01-22 03:12:45 -05:00
viown
ddb01f2e0d Backport pull request #6388 from jellyfin-web/release-10.10.z
Fix async route page refresh not loading header

Original-merge: 3d20694109

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: thornbill <thornbill@users.noreply.github.com>
2025-01-22 03:12:43 -05:00
viown
0065f165cb Backport pull request #6295 from jellyfin-web/release-10.10.z
Enable TV Support for 'Ask to Skip'

Original-merge: 26df03b64c

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: thornbill <thornbill@users.noreply.github.com>
2025-01-22 03:12:37 -05:00