Commit Graph

866 Commits

Author SHA1 Message Date
dkanada 507b477117 Merge pull request #1855 from MrTimscampi/global-fix
Fix bad global restriction
2020-08-30 12:55:13 +09:00
Dmitry Lyzo f915ecd400 Add vendor styles polyfill 2020-08-29 19:44:05 +03:00
MrTimscampi 26b09014d0 Fix bad global restriction 2020-08-29 16:34:21 +02:00
dkanada a71f0668d7 Merge pull request #1843 from jellyfin/globals
Prevent the use of confusing globals
2020-08-26 07:11:42 +09:00
dkanada 768fef0f1f Merge pull request #1802 from dmitrylyzo/reorder-css-loading
Reorder CSS loading
2020-08-25 22:25:54 +09:00
dkanada 6159eca8f8 prevent the use of confusing globals 2020-08-25 10:12:35 +09:00
Julien Machiels e690a879ce Update src/scripts/site.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-08-22 20:55:17 +02:00
MrTimscampi e88f29ac37 Restore focusPreventScroll 2020-08-22 19:12:11 +02:00
MrTimscampi 73ab5827be Merge remote-tracking branch 'upstream/master' into focus-prevent-scroll 2020-08-19 21:19:53 +02:00
Dmitry Lyzo c32f83a19e Reorder CSS loading 2020-08-19 22:07:26 +03:00
dkanada 2c916eb98e Merge branch 'master' into strings 2020-08-19 02:06:42 +09:00
dkanada f5e71621a9 Merge pull request #1811 from iwalton3/fix-syncplay-menu
Fix syncplay menu.
2020-08-18 19:21:12 +09:00
dkanada b45803f969 fix issue with rebase 2020-08-17 20:42:26 +09:00
dkanada 65e4ffe7b0 remove some duplicate strings 2020-08-17 20:40:42 +09:00
dkanada 84ff01ad51 Merge pull request #1808 from jomp16/master-playback
Support for faster playback rates.
2020-08-17 17:08:42 +09:00
dkanada a9327f8d1c Merge pull request #1789 from MrTimscampi/site-js-prepare-es6
Move Dashboard to a new module
2020-08-17 17:04:38 +09:00
Julien Machiels 15010b1426 Update src/scripts/clientUtils.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-08-17 04:26:38 +02:00
Ian Walton ea41aeaa2b Fix syncplay menu. (Single line fix.) 2020-08-16 13:37:25 -04: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 8d7912cae4 Merge remote-tracking branch 'upstream/master' into site-js-prepare-es6 2020-08-16 16:32:26 +02:00
MrTimscampi 667576e056 Fix suggestions 2020-08-16 16:12:33 +02:00
dkanada 8685cc383a Merge pull request #1779 from Camc314/migrate-to-ES6-67
Migration of experimentalWarnings and sessionPlayer to ES6 modules
2020-08-16 22:44:53 +09:00
dkanada 50e0e0dd7e Merge pull request #1645 from MrTimscampi/another-es6-pr
Migrate appRouter to ES6
2020-08-16 22:09:04 +09:00
MrTimscampi e7a4cc28c7 Remove chromecastHelper definition 2020-08-16 15:07:47 +02:00
Cameron d95497cb23 Merge branch 'master' into migrate-to-ES6-67 2020-08-16 12:18:24 +01:00
Ian Walton 4095776ab3 Fix syncplay menu. 2020-08-15 11:41:54 -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
Julien Machiels e606681872 Update src/scripts/clientUtils.js
Co-authored-by: Cameron <Influence365@gmail.com>
2020-08-14 20:00:57 +02:00
Julien Machiels c91a6195d7 Update src/scripts/clientUtils.js
Co-authored-by: Cameron <Influence365@gmail.com>
2020-08-14 20:00:46 +02:00
Julien Machiels 7f9f3cf206 Update src/scripts/clientUtils.js
Co-authored-by: Cameron <Influence365@gmail.com>
2020-08-14 17:10:27 +02:00
Julien Machiels 5b0018850e Update src/scripts/clientUtils.js
Co-authored-by: Cameron <Influence365@gmail.com>
2020-08-14 17:10:20 +02:00
Julien Machiels 58c49ab85a Update src/scripts/clientUtils.js
Co-authored-by: Cameron <Influence365@gmail.com>
2020-08-14 17:10:13 +02:00
MrTimscampi 195430ceff Use ES6 imports for clientUtils 2020-08-14 05:48:59 +02:00
dkanada 369d7b2f5a merge weekday strings 2020-08-13 21:56:01 +09:00
dkanada a9f9444bf7 merge most tab and header strings 2020-08-13 21:38:57 +09:00
dkanada 65776be6aa remove more strings from source 2020-08-13 21:31:29 +09:00
dkanada 67ce56da95 remove some duplicate strings 2020-08-13 21:23:51 +09:00
MrTimscampi 645668454a Merge remote-tracking branch 'upstream/master' into pluginmanager-es6 2020-08-12 15:33:11 +02:00
MrTimscampi 0feb4f1e36 Merge remote-tracking branch 'upstream/master' into another-es6-pr 2020-08-12 15:14:29 +02:00
Joshua M. Boniface 98d8566aad Merge pull request #1795 from MrTimscampi/themes-fix
Fix themes not loading unless signed in
2020-08-11 14:45:02 -04:00
Anthony Lavado 9da5704bda Merge pull request #1577 from MrTimscampi/apphost-es6
Migrate appHost, qualityOptions, bundle and appLoader to es6
2020-08-11 14:05:28 -04:00
MrTimscampi 96963cb8b6 Wrap appLoader in anonymous function 2020-08-11 19:53:11 +02:00
dkanada 221c7777d1 Merge branch 'master' into strings 2020-08-11 23:36:35 +09:00
MrTimscampi fe0c7d359e Merge remote-tracking branch 'upstream/master' into apphost-es6 2020-08-11 16:29:25 +02:00
Julien Machiels 37bd08fef6 Update src/scripts/settings/webSettings.js
Co-authored-by: Cameron <Influence365@gmail.com>
2020-08-11 15:32:40 +02:00
Cameron a0a1fafc9c Merge branch 'master' into migrate-to-ES6-67 2020-08-10 22:17:58 +01:00
Cameron 1f16e0fb9c Fix suggestions 2020-08-10 22:13:43 +01:00
Anthony Lavado f492bf4558 Merge pull request #1757 from matjaz321/migrated-itembydetailpage-to-es6-moduel
Migrated itembydetailpage to es6 moduel
2020-08-10 15:09:03 -04:00
dkanada 23d0f25c74 remove some duplicate strings from the source 2020-08-09 23:10:58 +09:00
MrTimscampi 0643e29404 Fix suggestions and rebase issues 2020-08-09 15:35:48 +02:00