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

24 commits

Author SHA1 Message Date
dmitrylyzo
94f34ddd13 Backport pull request #5558 from jellyfin-web/release-10.9.z
Fix `TypeError: Failed to construct 'Headers': No matching constructor signature.`

Original-merge: a806eeb3a7

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-25 11:50:37 -04:00
Kasin Sparks
a24b840153
Replace deprecated initEvent()
Replaced deprecated initEvent() with recommended event constructor, Event(), as per MDN web docs specification.
https://developer.mozilla.org/en-US/docs/Web/API/Event/initEvent#browser_compatibility
2024-01-21 21:02:18 -05:00
Dmitry Lyzo
ab5c4949c3 Add KeyboardEvent constructor polyfill
(cherry picked from commit 11ae2ff43f)
2023-09-22 11:08:13 +03:00
Bill Thornton
f35a8151e0 Add prefer optional chaining rule 2023-07-06 13:39:48 -04:00
Bill Thornton
fab09259c9 Remove error logs for checks expected to fail 2023-05-10 10:31:41 -04:00
Bill Thornton
5cfdb1647f Fix getter return value bugs 2023-05-02 12:53:20 -04: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
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
dkanada
39eddeb205 run eslint to fix most var instances 2020-10-07 21:12:14 +09:00
Dmitry Lyzo
fad3b562ea Fix variable usage (SonarCloud) 2020-08-29 20:10:23 +03:00
Dmitry Lyzo
f915ecd400 Add vendor styles polyfill 2020-08-29 19:44:05 +03:00
MrTimscampi
e88f29ac37 Restore focusPreventScroll 2020-08-22 19:12:11 +02:00
MrTimscampi
58361ce70c Remove focus-prevent-scroll, migrate gamepadtokey and chromecastHelper to ES6 2020-08-06 23:56:29 +02:00
MrTimscampi
dfbb7dfc16 Remove dead code 2020-07-26 12:30:50 +02:00
dkanada
1ddd3958c0 remove legacy jquery extensions 2020-07-25 00:09:05 +09:00
dkanada
11528d1a93 migrate legacy dashboard functions to main object 2020-06-06 15:54:24 +09:00
MrTimscampi
9e3ca706c4 Force the use of single quotes 2020-05-04 12:44:12 +02:00
dkanada
9243301fdb remove object assign and headroom files 2020-04-25 10:43:27 +09:00
dkanada
1843927576 move some files to more reasonable locations 2020-04-24 23:37:27 +09:00
MrTimscampi
abb8d56db3 Cleanup all Legacy components 2020-04-06 23:44:38 +02:00
MrTimscampi
cb1b8aa3a9 Fix semicolons and throw error in ESLint if missing 2020-04-05 13:48:10 +02:00
h1nk
598402d953
Add missing final newlines
Used this one-liner: https://unix.stackexchange.com/a/161853
2020-02-22 11:47:03 -05:00
dkanada
d555840384 remove button enable util from legacy scripts 2019-09-11 22:16:27 -07:00
Erwin de Haan
4678528d00 First separation commit.
Added LICENSE, README.md, CONTRIBUTORS.md
2019-01-09 12:36:54 +01:00