Bill Thornton
9067b0e397
Fix eslint errors for empty functions/constructors
2022-03-01 10:57: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
knackebrot
c43f3846f8
Try to determine the number of speakers before falling back to hardcoded values
2022-01-17 22:00:16 +01:00
iainsaxonhome
d1d4ff865d
Added exit app event handling to library menu
2022-01-17 08:26:26 +11:00
iainsaxonhome
c03166ed02
Reimplemented Exit App function
2022-01-13 08:46:00 +11:00
SenorSmartyPants
6117cffcc2
Add episode details to live TV DVR schedule
...
details button should be left aligned IMO. Not sure where to change CSS yet.
details link to a different place than the card
2022-01-11 19:10:07 -06:00
iainsaxonhome
3c5da3f01b
Added Quit App to menu
2022-01-12 10:39:21 +11:00
Bill Thornton
7618fb5c2b
Merge pull request #3071 from grafixeyehero/convert-userLibraryAccessPage-to-react
...
Convert userLibraryAccessPage to react
2022-01-10 23:46:56 -05:00
grafixeyehero
c6966c67f7
Convert userParentalControlPage to react
2022-01-07 03:43:13 +03:00
Bill Thornton
35c40d51e4
Merge pull request #3270 from thornbill/add-apple-device-icon
...
Add Apple device icon
2022-01-04 11:48:17 -05:00
Bill Thornton
dc4b817226
Add Apple device icon
2022-01-04 11:13:57 -05:00
Bill Thornton
dc6c291910
Merge pull request #3070 from grafixeyehero/convert-editUserPage-to-react
...
Convert edit user page to react
2022-01-04 10:45:21 -05:00
grafixeyehero
a2e908a4de
Convert userLibraryAccessPage to react
2022-01-02 04:42:01 +03:00
Emil Rowland
932772e375
fix: Oculus browser is no longer marked as TV
2021-12-20 16:12:00 +01:00
grafixeyehero
192b7542d8
convert UserEditPage to react
2021-11-13 18:50:49 +03:00
Bill Thornton
fd34aea9b4
Merge pull request #3026 from grafixeyehero/convert-newUserPage-to-react
...
convert NewUserPage to react
2021-11-09 16:36:32 -05:00
Bill Thornton
b6a13e426e
Merge pull request #2971 from jellyfin/webos-dts-support
...
Fix webOS DTS audio support
2021-10-27 00:41:33 -04:00
Bill Thornton
1ddcb97fcf
Merge pull request #3114 from jellyfin/fix-lang-loading
...
Remove language normalization - use original language
2021-10-27 00:00:49 -04:00
Jellifi007
ecdb90f3c7
H264 52 Level available but not detected
2021-10-26 21:35:56 +02:00
Dmitry Lyzo
3badb21b00
Remove language normalization - use original language
...
Otherwise `pt-PT` is replaced by `pt`, but they have different translations.
2021-10-26 22:29:41 +03:00
grafixeyehero
ccecc4a4b1
convert NewUserPage to react
2021-10-19 19:15:24 +03:00
Bill Thornton
5c8122a9dd
Merge pull request #3025 from grafixeyehero/convert-userprofilespage-to-react
...
convert UserProfilesPage to react
2021-10-17 01:27:45 -04:00
Dmitry Lyzo
59bd00a92a
Don't override explicitly defined DTS support
2021-10-15 22:33:46 +03:00
Dmitry Lyzo
0f4d449545
Skip webOS version detection for built-in browser (NetCast) as unreliable
2021-10-15 22:33:46 +03:00
Dmitry Lyzo
9093a32fe0
Add version detection for webOS built-in browser (NetCast)
2021-10-15 22:33:46 +03:00
Dmitry Lyzo
b0304d28d2
Disable DTS on webOS 5+
2021-10-15 22:33:46 +03:00
Dmitry Lyzo
95a142f8fe
Add webOS version detection
2021-10-15 22:33:46 +03:00
Bill Thornton
fad6c83db6
Merge pull request #3019 from thornbill/enable-multiserver-dev
...
Enable multiserver in development environments
2021-10-07 09:40:31 -04:00
Bill Thornton
6ce7bf8458
Skip loading config for multiserver when served by webpack
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2021-10-06 23:34:26 -04:00
Bill Thornton
eccd79c4e0
Fix webpack dev server checks
2021-10-04 11:31:50 -04:00
Bill Thornton
3b4ff70709
Add custom variable check for webpack dev server
2021-10-04 01:03:46 -04:00
grafixeyehero
20d88e7611
convert UserProfilesPage to react
2021-10-02 16:46:46 +03:00
Bill Thornton
752d54b726
Move the selected player name next to cast icon
2021-09-30 16:24:18 -04:00
Bill Thornton
fda52baed5
Enable multiserver in development environments
2021-09-30 10:58:17 -04:00
Bill Thornton
ae552337bc
Add theme color support
2021-09-23 23:33:05 -04:00
Dmitry Lyzo
889dae9c7b
Fix server candidates
2021-09-20 00:23:41 +03:00
Bill Thornton
27b26f7671
Merge pull request #2753 from jackrvan/master
...
Add setting for max days for a show to appear in next up list
2021-09-17 15:11:31 -04:00