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

91 commits

Author SHA1 Message Date
Joshua M. Boniface
e6b31e3e85 Merge pull request #3668 from dmitrylyzo/show-play-settings
(cherry picked from commit 0701c4dff3)
Signed-off-by: crobibero <cody@robibe.ro>
2022-06-10 23:44:16 -04:00
San
dbae8afe48
fix nesting
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2022-05-30 20:46:20 -07:00
San
a2fe92f192
Merge branch 'master' into eslint-no-sequences 2022-05-20 01:40:57 -07:00
Bill Thornton
babc425fdb
Merge pull request #3603 from ryan-hartzell/eslint-no-nested-ternary
add eslint no-nested-ternary rule and fix violations
2022-05-17 11:44:32 -04:00
Ryan Hartzell
f58d7b0beb small fixes to cleanup no-nested-ternary 2022-05-16 12:23:22 -07:00
Jesse Seeligsohn
631284e56f Append year to title of content in video playback if possible. 2022-05-10 17:51:06 -04:00
sancodes
9f19170dec fix no-sequence lint 2022-04-30 13:04:58 -07:00
Ryan Hartzell
d895a4fc6a add eslint no-nested-ternary rule and fix violations 2022-04-27 16:06:24 -07:00
Bill Thornton
4b7f615001
Merge pull request #3560 from thornbill/refactor-transparency
Move backdrop transparency method to component
2022-04-19 23:26:12 -04:00
Bill Thornton
13a70d3186
Merge pull request #3509 from sancodes/eslint-novoid
add eslint novoid
2022-04-13 00:44:30 -04:00
Bill Thornton
125d5cb015 Move backdrop transparency method to component 2022-04-12 16:22:00 -04:00
sancodes
27cd24f5fc fix return statements 2022-04-08 19:10:11 -07:00
Bill Thornton
1085034c18 Remove setTitle function in app router 2022-03-31 14:36:09 -04:00
sancodes
408f2b2bda modify necessary void replacements 2022-03-21 20:50:19 -07:00
Dmitry Lyzo
59adbc348a Escape HTML 2022-03-06 13:29:14 +03:00
Dmitry Lyzo
5d1fe2eeaf Add aria-labels for accessibility 2022-03-03 18:15:32 +03:00
Dmitry Lyzo
e7b8048715 Handle command 'Back' 2021-12-05 19:04:43 +03:00
José Olívio M. Pedrosa
5ffe4aac8f
Save playback speed rate, and restore when playing a video again 2021-10-30 18:25:06 -03:00
Bill Thornton
33e7ac96b2
Merge pull request #2781 from imchasingshadows/bugfix/web0s-fullscreen
bugfix/web0s-fullscreen
2021-09-17 14:05:30 -04:00
Kay Simons
59bb2f27a5 fix: implement forced fullscreen hack for webos 2021-09-16 15:56:07 +02:00
imchasingshadows
b67a064d75
Update src/controllers/playback/video/index.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2021-09-11 17:31:08 +02:00
Dmitry Lyzo
4aadddd364 Check the property first 2021-09-11 15:03:58 +03:00
Vignesh Balasubramaniam
479c071582
Apply suggestions from code review
Fix oopsies

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2021-09-06 15:52:11 -04:00
Vignesh B
233d168f71 Show chapter buttons only if file has chapters 2021-09-06 15:17:15 -04:00
Vignesh B
bf0c829790 Add next/previous chapter buttons to video player 2021-09-06 15:16:36 -04:00
dkanada
49bb691e45
Merge pull request #2778 from HazilMohamed/master
fix endsAt time when playback speed changes
2021-09-07 01:25:04 +09:00
hazil
afc8dbea1c
Update src/controllers/playback/video/index.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2021-09-05 19:46:55 +05:30
hazil
7975d482b5
Update src/controllers/playback/video/index.js
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
2021-09-05 06:08:51 +05:30
hazil
13f55130a7 Merge branch 'jellyfin:master' into master 2021-09-04 18:24:32 +05:30
Kay Simons
f925138695 Merge remote-tracking branch 'upstream/master' into bugfix/web0s-fullscreen 2021-09-04 13:18:54 +02:00
Dmitry Lyzo
104b76f522 Revert "Fix accessing playersettingsmenu, groupSelectionMenu & playback video (Audio, Subtitles)"
This reverts commit 924e5bc7b9.
2021-08-25 14:01:12 +03:00
Bill Thornton
01572df641
Merge pull request #2660 from grafixeyehero/Enable-history-dialog-hash
Fix browser history for dialog
2021-07-30 23:05:50 -07:00
Bill Thornton
f5cf6879f9
Merge pull request #2557 from iwalton3/jpm-plugin
NativeShell enhancements for Jellyfin Media Player
2021-07-10 00:51:37 -04:00
Hazil Mohamed
e0031bc50e fix eslint errors 2021-07-07 08:09:56 +05:30
Kay Simons
8b05cf62a6 refactor: fullscreen callbackfn name 2021-07-03 20:11:12 +02:00
Kay Simons
5196b5308a fix: stop videoplayback after exiting fullscreen on television 2021-07-03 19:57:59 +02:00
Hazil Mohamed
610b05025d fix endsAt when playback rate changes 2021-07-03 17:08:25 +05:30
Bill Thornton
230749369c
Merge pull request #2534 from jackrvan/issue-2376
Improve behaviour of space bar pausing/playing video
2021-06-24 01:23:33 -04:00
grafixeyehero
924e5bc7b9 Fix accessing playersettingsmenu, groupSelectionMenu & playback video (Audio, Subtitles) 2021-05-05 23:48:24 +03:00
Ian Walton
e9d3d6bd36 Merge remote-tracking branch 'upstream/master' into unstable 2021-04-14 20:50:07 -04:00
Ian Walton
456f32ee15 Support features for JellyfinMediaPlayer. 2021-04-07 01:39:34 -04:00
Dmitry Lyzo
bd170633c5 Fix pause 2021-03-31 10:01:13 +03:00
Jack
031e1c0f26 Improve behaviour of space bar pausing/playing video 2021-03-28 19:21:11 -04:00
Bill Thornton
a3949c1889 Fix sonarqube issues 2021-03-23 11:28:20 -04:00
Bill Thornton
f60b7686d0 Remove unused variables 2021-03-23 11:28:16 -04:00
Bill Thornton
8e77f35657 Move assets css files to sass 2021-03-19 13:46:12 -04:00
Bill Thornton
f416b4a819
Merge pull request #2266 from jellyfin/touch-controls
remove touch controls from video player
2021-02-16 13:33:41 -05:00
jki12
027a7145a7 Expose chapter shortcuts
- Keyboard shortcuts for PageUp and PageDown for navigating chapters
2021-01-26 12:46:02 +00:00
dkanada
0e5ccfcabf
fix build error 2020-12-27 22:19:28 +09:00
dkanada
e5503c8e9b
add back target check 2020-12-27 22:16:01 +09:00