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

1231 commits

Author SHA1 Message Date
Dmitry Lyzo
a3e64088b1 Fix detection of SecondaryAudio support 2023-01-05 01:05:27 +03:00
nyanmisaka
869cbef571 Fix the progressive mp4 transcoding profile
mp4 should be used instead of webm for the maximum compatibility.

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2022-11-20 20:10:53 +08:00
Dmitry Lyzo
36fce00270 Fix keyboard navigation for INPUT and TEXTAREA 2022-11-10 16:31:31 +03:00
Bill Thornton
b14d76a3d4
Merge pull request #4005 from dmitrylyzo/fix-last-seen
Fix locale with suffix
2022-10-06 17:04:16 -04:00
Dmitry Lyzo
fe4ee0c101 fix locale with suffix
"Locale with suffix" is constructed only once with the initial
(browser) locale.
2022-10-06 11:48:15 +03:00
Claus Vium
30df221bbb
Update dfnshelper.js 2022-10-06 10:07:23 +02:00
cvium
dfa9b33949 chore: add Basque display language option 2022-10-06 09:42:04 +02:00
Joshua M. Boniface
ae83d1d356
Merge pull request #3720 from Shadowghost/device-logo-fix 2022-06-26 20:56:17 -04:00
Joshua M. Boniface
d967ce860c
Merge pull request #3721 from Shadowghost/fix-stream-autoselect 2022-06-26 20:54:51 -04:00
Joshua M. Boniface
0e0dd46c1b
Merge pull request #3722 from nyanmisaka/fix-audio-ch 2022-06-26 20:53:47 -04:00
nyanmisaka
54e3276ba2 Fix 6ch audio is disabled on AC3 supported browsers 2022-06-23 21:44:18 +08:00
Joshua M. Boniface
f1ff81884a
Merge pull request #3717 from dmitrylyzo/resolution 2022-06-20 10:01:01 -04:00
Shadowghost
2b0091eca2 Fix stream selection remembering 2022-06-19 17:42:00 +02:00
Shadowghost
37b4203967 Fix device logos for various clients 2022-06-19 16:34:25 +02:00
Dmitry Lyzo
f06cd961d5 Add maximum allowed video resolution selector 2022-06-17 22:14:14 +03:00
nyanmisaka
7195e8a15d Add VideoRangeType condition for HDR content 2022-06-16 21:34:52 +08:00
taku0
88e129f793 Change CSS font-family by language preference
Fixes https://github.com/jellyfin/jellyfin-web/issues/913.

- Update `lang` attribute of `html` element on user preference change.
- Choose appropriate `font-family` depending on `lang` attribute using
  attribute selectors in CSS.
- Add `Noto Sans TC`, the Traditional Chinese (Taiwan variant).
- Fix event listener registration in `globalize.js`.
2022-05-16 09:18:06 +09:00
Bill Thornton
ff95eba35f
Merge pull request #3639 from rhld16/unused-languages
Add missing languages
2022-05-14 02:26:29 -04:00
rhld16
a8c20ca35b Add other date-fns valid languages 2022-05-13 19:30:19 +00:00
rhld16
790b2a0b14 Add Welsh (Cymraeg) to Web 2022-05-13 19:30:09 +00:00
Bill Thornton
91c9a26e4d Fix artists album lists 2022-05-11 12:40:42 -04:00
Bill Thornton
f2226ee745
Merge pull request #3604 from thornbill/fix-custom-elements
Fix custom element creation
2022-05-06 13:30:10 -04:00
Bill Thornton
a088f6afb3 Fix iPad app icon 2022-05-05 10:07:28 -04:00
Bill Thornton
bc5c7817a8 Fix custom element creation 2022-05-05 02:12:38 -04:00
Bill Thornton
a514d168bf Fix rewatching in next up checked when disabled 2022-03-31 11:56:55 -04:00
Dmitry Lyzo
b0e1ebc8d3 Fix webOS OPUS support 2022-03-17 22:40:39 +03:00
grafixeyehero
3886b7da1f apply suggestion 2022-03-10 10:23:52 -05:00
grafixeyehero
2aa41f8a33 Convert userPasswordPage & UserImagePage to react 2022-03-10 10:23:52 -05:00
Dmitry Lyzo
59adbc348a Escape HTML 2022-03-06 13:29:14 +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
03206f802c Fix header logo accessibility 2022-03-04 11:38:33 -05:00
Dmitry Lyzo
5d1fe2eeaf Add aria-labels for accessibility 2022-03-03 18:15:32 +03:00
Dmitry Lyzo
161ce2404b Add title to buttons 2022-03-03 17:19:27 +03:00
Bill Thornton
9067b0e397 Fix eslint errors for empty functions/constructors 2022-03-01 10:57:48 -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
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
Dmitry Lyzo
270430f6a1 Polyfill HTMLMediaElement.play
Return a `Promise` to match the new standard.
2022-02-26 14:01:08 +03:00
Dmitry Lyzo
3990175c86 Fix copy to clipboard in Safari 10 2022-02-26 01:26:39 +03:00
Dmitry Lyzo
7239269980 refactor: Extract copy to clipboard function 2022-02-26 00:33:08 +03:00
Bill Thornton
bb46b32402
Merge pull request #3433 from dmitrylyzo/types-react
[TypeScript] Disable implicit any
2022-02-25 15:17:32 -05:00
Dmitry Lyzo
85e9aff281 docs: fix documentation for TypeScript 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
119df2cc99 Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
Dmitry Lyzo
ca63d2b151 Fix DOMPurify on webOS 1.2
DOMParser.createHTMLDocument on webOS 1.2 (WebKit) doesn't
support 'text/html' - polyfill it.
2022-02-21 18:28:39 +03:00
Dmitry Lyzo
c58d8b86ab Don't ignore webOS when checking OPUS support 2022-02-15 22:21:14 +03:00
Bill Thornton
213588b289
Merge pull request #3380 from dmitrylyzo/webos-enable-av1 2022-02-11 21:36:48 -05:00
Bill Thornton
65d8aac0a9
Merge pull request #3318 from iainsaxonhome/feature/quit-app
Added Quit App to main menu
2022-02-09 01:32:54 -05:00
Dmitry Lyzo
c42070e509 Enable AV1 codec on webOS 5+ FHD
'window.outerHeight' can be 1080 on UHD TVs, and LG probably specifies the
`Maximum Data Transmission Rate` (not the supported codecs) in that table on
their website.

So we are probably free to enable AV1 on webOS 5+ FHD.
2022-02-03 21:02:50 +03:00
Bill Thornton
8494d49b96 Fix issue where wrong plugin could be disabled 2022-02-03 10:32:13 -05:00
Bill Thornton
9a855784f7
Merge pull request #3072 from grafixeyehero/convert-userParentalControlPage-to-react
Convert userParentalControlPage to react
2022-01-28 00:00:34 -05:00