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

259 commits

Author SHA1 Message Date
Dmitry Lyzo
47f6d198b6 Fix playback of tv show or playlist and restoring of scrollbar after history back 2020-10-31 12:58:34 +03:00
Dmitry Lyzo
5787069b31 Add some comments 2020-10-31 12:54:40 +03:00
Dmitry Lyzo
88b0d6d458
Merge branch 'master' into return-of-the-scrollbar 2020-10-31 11:42:58 +03:00
Dmitry Lyzo
6aa0d7c318 Add error message 2020-10-29 23:52:52 +03:00
Dmitry Lyzo
7774a4aa00 Merge remote-tracking branch 'upstream/master' into unavailable-yt-video-trailer-bug-fix 2020-10-29 21:44:38 +03:00
dkanada
b24235f21b fix linting issues 2020-10-23 05:22:03 +09:00
dkanada
3f55a79d74 fix minor issues with book players 2020-10-21 16:00:33 +09:00
dkanada
6b302ed20b merge branch master into pdf-reader 2020-10-20 13:22:09 +09:00
dkanada
39eddeb205 run eslint to fix most var instances 2020-10-07 21:12:14 +09:00
dkanada
16fe6d3530
Merge pull request #1374 from itegulov/books-mobile-support
Adapt book plugin for mobile devices
2020-10-06 16:52:23 +09:00
dkanada
761d6782dc
Merge pull request #1951 from dmitrylyzo/fix-theme-video
Fix theme video (animated backdrops)
2020-09-30 04:05:05 +09:00
Dmitry Lyzo
21aec93e39 Fix subtitles display on Tizen 2.x - hide controls if only they are enabled 2020-09-27 20:38:53 +03:00
Dmitry Lyzo
da50605b4e Hide scrollbar only for fullscreen 2020-09-26 23:55:02 +03:00
Dmitry Lyzo
f9579e6f05 Fix theme video 2020-09-26 22:48:55 +03:00
Dmitry Lyzo
4e5ba66fb6 Merge remote-tracking branch 'upstream/master' into return-of-the-scrollbar 2020-09-26 21:15:30 +03:00
Daniyar Itegulov
14583cf18e
Add next/prev chapter buttons for mobile devices
Also removes touch events as they interfere with continuous scrolling
2020-09-14 18:51:03 +10:00
Daniyar Itegulov
270f585b26
Make book plugin render EPUBs continuously for mobile devices 2020-09-14 14:50:08 +10:00
dkanada
a5776e98a7 always use const when possible 2020-09-12 05:46:15 +09:00
Nyanmisaka
ab1799544c
Merge branch 'master' into fonts 2020-09-04 21:52:46 +08:00
Dmitry Lyzo
74227f38f5 Fix scrollbar for Youtube player 2020-09-03 01:40:36 +03:00
Dmitry Lyzo
d644193441 Return permanent scrollbar (killed by refactoring) 2020-09-03 01:27:51 +03:00
dkanada
bf9c8778b0 allow plugin config changes on standalone 2020-09-02 20:50:32 +09:00
dkanada
108ebc58a6 add basic pdf reader 2020-09-01 22:55:08 +09:00
Julien Machiels
3cbe0f7264
Merge branch 'master' into connection-manager-global 2020-09-01 10:16:21 +02:00
Bill Thornton
b001bc9a16 Fix iOS PiP support detection 2020-08-31 12:44:30 -04:00
dkanada
6b776aac44 fix linting error with url global 2020-08-30 15:11:20 +09:00
dkanada
5c2ec66420 merge branch master into comic-reader 2020-08-30 14:58:37 +09:00
dkanada
dfc906e7d3 fix build issues 2020-08-30 14:57:36 +09:00
MrTimscampi
c97d7a6f59 Use connectionManager global 2020-08-30 06:06:47 +02:00
dkanada
d0cd58e9cf
Merge pull request #1810 from iwalton3/currenttime-is-ms
Change all instances of currentTime to be in ms.
2020-08-30 12:41:20 +09:00
MrTimscampi
3a8e0394dc Remove withCredentials from xhrSetup in hls.js 2020-08-29 16:44:36 +02:00
dkanada
f75ad14c32 update dialog id and rename some variables 2020-08-28 23:11:53 +09:00
dkanada
90babaca9f minor code tweaks for comics player 2020-08-28 23:09:35 +09:00
dkanada
0e45c25e40 move comics player to plugin directory and update web config 2020-08-28 23:04:16 +09:00
Ian Walton
dbf1d4f811 Add mediaType to isPlaying for remote players. 2020-08-25 22:21:31 -04:00
Ian Walton
69293aa7c3
Merge branch 'master' into currenttime-is-ms 2020-08-19 18:23:26 -04:00
matjaz321
73e6f3c03f fixed linting error 2020-08-19 21:35:51 +02:00
matjaz321
865e9085ef CR fixes 2020-08-19 21:32:22 +02:00
MrTimscampi
73ab5827be Merge remote-tracking branch 'upstream/master' into focus-prevent-scroll 2020-08-19 21:19:53 +02:00
matjaz321
05bec3e16b Merge branch 'master' into unavailable-yt-video-trailer-bug-fix 2020-08-19 20:59:10 +02:00
nyanmisaka
f1804009e6 Merge remote-tracking branch 'upstream/master' into fonts 2020-08-19 17:25:25 +08:00
dkanada
84ff01ad51
Merge pull request #1808 from jomp16/master-playback
Support for faster playback rates.
2020-08-17 17:08:42 +09:00
Joshua M. Boniface
e4a922ad60
Merge pull request #1716 from MrTimscampi/pluginmanager-es6
Migrate PluginManager and PackageManager to ES6
2020-08-16 12:17:22 -04:00
MrTimscampi
667576e056 Fix suggestions 2020-08-16 16:12:33 +02:00
Cameron
f62014a2d4 Update plugin.js 2020-08-16 12:19:38 +01:00
Cameron
d95497cb23
Merge branch 'master' into migrate-to-ES6-67 2020-08-16 12:18:24 +01:00
Cameron
5e87c87c02 Update plugin.js 2020-08-16 12:17:37 +01:00
Ian Walton
9b1ed7ce4f Change all instances of currentTime to be in ms. 2020-08-15 11:30:36 -04:00
Jeff Sharkey
afa56c18af
Support for faster playback rates.
The HTML5 video element already has a well-supported "playbackRate" attribute
which can be used to increase playback rate.  This change wires up that control
to be displayed in the Jellyfish web player.

The playback rates offered are between 0.5x and 2x in 0.25x increments, which
matches the YouTube player.  This change also wires up the ">" and "<" key
events to increase and decrease the playback rate, which mirrors the keyboard
shortcuts supported by YouTube.
2020-08-14 18:25:56 -03:00
matjaz321
a50e4853e3 linting fixes 2020-08-13 22:40:01 +02:00