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

2465 commits

Author SHA1 Message Date
Bill Thornton
f2b9dc3aaa Fix SD filter state 2022-04-20 00:14:17 -04:00
Bill Thornton
847a81afd3
Merge pull request #3525 from whiteowl3/patch-3
Correct Typo
2022-03-31 11:43:25 -04:00
whiteowl3
d13ea90c23
Correct Typo 2022-03-29 06:43:12 -04:00
Dmitry Lyzo
9338dd082b fix: Escape HTML 2022-03-29 02:25:54 +03:00
Joshua M. Boniface
a993a80c91
Merge pull request #3343 from dmitrylyzo/transcode-resolution
Limit transcoding profiles with maximum resolution
2022-03-25 10:14:26 -04:00
Dmitry Lyzo
c42b5ea4ac Allow next higher resolution 2022-03-20 09:15:03 +03:00
Dmitry Lyzo
0dc920d3fd Limit quality settings with maximum resolution 2022-03-20 09:15:03 +03:00
Dmitry Lyzo
bbfe904a28 Limit transcoding profiles with maximum resolution 2022-03-20 09:15:03 +03:00
Dmitry Lyzo
4929bfd350 Fix HTML escaping
Regression: 59adbc348a
2022-03-19 10:51:52 +03:00
Dmitry Lyzo
93d3458fd0 Fix old streamInfo on stream change
When the client changes the stream (fail to play) `streamInfo`
contains the old play session and the next progress report
will update the wrong session. The server then responds with
the wrong playback method until the next progress report.

Update `streamInfo` before playback start so that the data
is up to date.
2022-03-15 23:40:12 +03:00
Dmitry Lyzo
3909398dc3 Fix theme songs with disabled theme videos 2022-03-13 00:37:24 +03:00
Dmitry Lyzo
7842eef4a6 Fix theme queue
Set play options for each item so that the playback manager
doesn't change the fullscreen state for the next item.
2022-03-12 22:37:58 +03:00
Joshua M. Boniface
7649264fc2
Merge pull request #2937 from oledfish/additional-episode-orders 2022-03-11 14:35:38 -05:00
Bill Thornton
b97c9344dd
Merge pull request #3495 from thornbill/fix-any-type
Fix any type warning
2022-03-10 13:06:23 -05:00
Bill Thornton
5db5d4641d
Merge pull request #3493 from thornbill/eslint-default-last
Add default-case-last rule and fix issues
2022-03-10 12:59:42 -05:00
Bill Thornton
58d10ef3b6 Fix event type 2022-03-10 12:54:24 -05:00
Bill Thornton
f4754422e6 Add default-case-last rule and fix issues 2022-03-10 11:46:58 -05:00
grafixeyehero
fc5a385d08 use UserDto type from API 2022-03-10 10:23:52 -05:00
grafixeyehero
3886b7da1f apply suggestion 2022-03-10 10:23:52 -05:00
grafixeyehero
417a9ddc99 update TypeScript 2022-03-10 10:23:52 -05:00
grafixeyehero
2aa41f8a33 Convert userPasswordPage & UserImagePage to react 2022-03-10 10:23:52 -05:00
Bill Thornton
f51160e58b
Merge pull request #3489 from thornbill/add-display-setting-headings 2022-03-09 20:55:49 -05:00
Bill Thornton
b2bca128f9 Add headings to display settings screen 2022-03-08 16:40:48 -05:00
Dmitry Lyzo
8420d0fef2 Sanitize HTML 2022-03-06 13:29:16 +03:00
Dmitry Lyzo
59adbc348a Escape HTML 2022-03-06 13:29:14 +03:00
Dmitry Lyzo
ebaa5026d9 refactor: Remove redundant access to the array 2022-03-06 13:27:40 +03:00
Bill Thornton
902f9259de
Merge pull request #3480 from thornbill/a11y 2022-03-05 14:54:32 -05:00
Joshua M. Boniface
9a8c1a0c21
Merge pull request #3473 from thornbill/next-up-rewatching 2022-03-05 14:29:57 -05:00
Bill Thornton
b10271d23d Add aria-hidden to blurhash canvases 2022-03-04 11:01:35 -05:00
Dmitry Lyzo
5d1fe2eeaf Add aria-labels for accessibility 2022-03-03 18:15:32 +03:00
oledfish
0e606ed69d
Merge branch 'master' into additional-episode-orders 2022-03-03 12:01:58 -03:00
Dmitry Lyzo
161ce2404b Add title to buttons 2022-03-03 17:19:27 +03:00
Bill Thornton
682295bde0
Merge pull request #3244 from thornbill/eslint-empty-functions
Add eslint rule for empty functions
2022-03-02 09:32:33 -05:00
Bill Thornton
6f3f15d5c5
Merge pull request #3472 from thornbill/add-chromecast-unsupported
Add google cast unsupported message and update translations
2022-03-02 09:31:12 -05:00
Bill Thornton
ddbe596696 Remove unneeded empty functions 2022-03-02 00:59:04 -05:00
Bill Thornton
8895e8d6c1 Adjust action sheet styles 2022-03-01 17:15:02 -05:00
Bill Thornton
9067b0e397 Fix eslint errors for empty functions/constructors 2022-03-01 10:57:48 -05:00
Bill Thornton
58923378a7
Merge pull request #3456 from dmitrylyzo/refactor-remotecontrol
Few refactors of remotecontrol
2022-03-01 10:03:53 -05:00
Bill Thornton
86c458bf37 Move rewatching in next up to display option and remove home section 2022-03-01 00:56:48 -05:00
Joshua M. Boniface
3f0b8058ad
Merge pull request #3251 from thornbill/remove-photo-limit 2022-02-28 23:47:53 -05:00
Dmitry Lyzo
bce24b26ba refactor: Remove unnecessary 'height'
It is better to use `flex-grow` to grow the element.
2022-02-28 22:45:18 +03:00
Dmitry Lyzo
c4f81a9bdd fix: Center card icon in Safari 10 2022-02-28 22:45:10 +03:00
Bill Thornton
8c07a626fd
Merge pull request #3471 from thornbill/fix-more-type-warnings
Fix remaining any type warnings
2022-02-28 13:02:15 -05:00
Bill Thornton
93a5237b79 Add google cast unsupported message and update translations 2022-02-28 12:44:26 -05:00
Dmitry Lyzo
20a5437506 refactor: Remove unnecessary flexbox 2022-02-28 18:19:32 +03:00
Dmitry Lyzo
fe895d4a36 fix: Fix vertical button alignment in Safari 10
Using `position: absolute` breaks Flexbox.
2022-02-28 18:19:31 +03:00
Bill Thornton
b31060bbeb Fix remaining any type warnings 2022-02-28 10:15:01 -05:00
Bill Thornton
188dcf820e
Merge pull request #3466 from dmitrylyzo/fix-play-nopromise
Fix HTMLMediaElement.play no Promise
2022-02-28 10:06:39 -05:00
Bill Thornton
76b633b62d
Merge pull request #3018 from thornbill/fix-small-player
Fix audio player overlapping on small screens
2022-02-28 09:18:12 -05:00
Bill Thornton
f43b83e2b8
Merge pull request #3464 from thornbill/fix-card-padder
Fix minor issues with card padder icons
2022-02-28 02:39:52 -05:00