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

178 commits

Author SHA1 Message Date
Bill Thornton
93c4dbbe4c
Merge pull request #4702 from ramidzkh/fix/jassub-type-error
Fix sending URLs instead of strings to jassub, leading to DataCloneErrors
2023-07-08 02:44:37 -04:00
Bill Thornton
f35a8151e0 Add prefer optional chaining rule 2023-07-06 13:39:48 -04:00
Bill Thornton
ec0adb895b Add constructor capitalization rule 2023-07-06 11:49:55 -04:00
Ramid Khan
cd93845d19
Fix sending URL instead of string to jassub, leading to DataCloneErrors 2023-07-04 14:01:53 +10:00
Bill Thornton
ba0acc6b04 Backport pull request #4657 from jellyfin/release-10.8.z
Fix xss in custom subtitles element

Original-merge: 5cc91f2ee0

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

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-07-02 02:06:26 -04:00
Bill Thornton
478f81fecf
Merge pull request #4613 from ThaUnknown/update-jassub
fix: update JASSUB
2023-06-03 01:30:23 -04:00
Bill Thornton
9a171c36ec Remove ssa/ass tags from text subtitles 2023-06-01 01:43:36 -04:00
ThaUnknown
a737bbb523 fix: update JASSUB 2023-05-22 20:27:25 +00:00
Bill Thornton
f96166657d Move remaining router components 2023-05-02 16:40:31 -04:00
Bill Thornton
9814a56a67 Import es5 build of hls.js 2023-04-19 10:47:02 -04:00
Bill Thornton
f2726653ae Fix indentation issues 2023-04-19 01:56:05 -04:00
ThaUnknown
aa5bac5af9 fix: remove dead code 2023-04-18 21:40:32 +02:00
ThaUnknown
f4aa6e1737 chore: rename renderer var 2023-04-18 21:13:04 +02:00
ThaUnknown
1cfd4f6b3e chore: fix new eslint styles 2023-04-02 23:06:03 +02:00
Cas
4c7c2067f9
Merge branch 'master' into jassub 2023-03-30 13:50:25 +02:00
Bill Thornton
6f3aa2f1df Fix eslint issues 2023-03-29 00:38:22 -04:00
ThaUnknown
5d32eb8058 fix: exclude onDemandRender from webOS 2
reports getVideoPlaybackQuality as functional, but isn't
2023-03-23 17:48:03 +01:00
ThaUnknown
132825962a fix: poor eventtarget polyfill 2023-03-17 10:02:33 +01:00
ThaUnknown
70f65141f4 cleanup: formatting, escheck 2023-03-16 15:42:44 +01:00
ThaUnknown
a73b691653 fix: babel evt-polyfill
fix: worker paths
fix: wasm paths
2023-03-16 15:37:30 +01:00
Cas
8848b75be0
Merge branch 'master' into jassub 2023-03-15 13:28:47 +01:00
ThaUnknown
434029dae9 fix: babel jassub worker 2023-03-15 12:50:02 +01:00
Bill Thornton
0cec50c6aa
Merge pull request #4401 from thornbill/add-plugin-types
Add plugin types
2023-03-10 15:23:06 -05:00
ThaUnknown
71e9b46a81 chore: update JASSUB
fix: error event handling
fix: default font
2023-03-10 15:45:01 +01:00
Dmitry Lyzo
2c4d065e0e Backport pull request #4362 from jellyfin/release-10.8.z
Fix subtitle offset reset when seeking progressive stream

Original-merge: af27e084d5

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

Backported-by: crobibero <cody@robibe.ro>
2023-03-09 19:43:07 -05:00
Bill Thornton
d2f10a577e
Merge pull request #4399 from knackebrot/hls.js-1.3
Update hls.js to 1.3.4
2023-03-09 15:30:37 -05:00
Bill Thornton
64ecc3eae7 Add plugin types 2023-03-08 11:08:19 -05:00
knackebrot
52363c59d9 Update hls.js to 1.3.4 2023-03-06 11:39:00 +01:00
Ivan Schurawel
c0fc93dedc fix: cancel debounce on player unmount 2023-03-02 16:22:06 +09:00
Ivan Schurawel
4c71de4815 chore: use smaller debounce time 2023-03-02 16:22:06 +09:00
Ivan Schurawel
acdbf59b50 chore: add debounce to setSubtitleOffset 2023-03-02 16:22:06 +09:00
Ivan Schurawel
032d03d201 fix: don't set temp variable 2023-03-02 16:22:06 +09:00
Ivan Schurawel
2caa2851b9 fix: use correct name
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2023-03-02 16:22:06 +09:00
Ivan Schurawel
f20ee0b2ea fix: disable track mode to force clear active cues 2023-03-02 16:22:06 +09:00
Ivan Schurawel
f2fd96aced fix: clear stuck subtitle track cues 2023-03-02 16:22:06 +09:00
Cas
cd52499849
Merge branch 'master' into jassub 2023-02-22 19:19:56 +01:00
Ivan Schurawel
4ca927991f Update src/plugins/htmlVideoPlayer/plugin.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2023-02-21 09:16:32 -05:00
Ivan Schurawel
89ec4cf9cf chore: implement feedback 2023-02-21 09:16:32 -05:00
Ivan Schurawel
fb68bb1419 fix: define options before setting secondary track 2023-02-21 09:16:32 -05:00
Ivan Schurawel
fe970743f1 chore: remove fix for stuck track cues 2023-02-21 09:16:32 -05:00
Ivan Schurawel
c7f31c0fac fix: pass player to playbackManager 2023-02-21 09:16:32 -05:00
Ivan Schurawel
6c0a173361 use whole subtitles element
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2023-02-21 09:16:32 -05:00
Ivan Schurawel
b1e397c4bc fix: use correct stream, code safety, race conditions, update css 2023-02-21 09:16:32 -05:00
Ivan Schurawel
abc663f6f6 fix: update ssa/ass checks, custom track location, offsets 2023-02-21 09:16:32 -05:00
Ivan Schurawel
49bae6b67c fix: failed lint check 2023-02-21 09:16:32 -05:00
Ivan Schurawel
8fd9d83d8e chore: refactor check, move consts 2023-02-21 09:16:32 -05:00
Ivan Schurawel
9ddafb063b fix: limit secondary to non-SSA/ASS subtitles 2023-02-21 09:16:32 -05:00
Ivan Schurawel
f33699ad8a fix: only show secondary if primary sill valid, remove resolveOnClick 2023-02-21 09:16:32 -05:00
Ivan Schurawel
e01124cbca chore: use specific method for checking track 2023-02-21 09:16:32 -05:00
Ivan Schurawel
e871300265 chore: refactor destroyCustomTrack method 2023-02-21 09:16:32 -05:00