Bill Thornton
5e1d4edd87
Set background color on blurhash image load
2020-08-19 13:02:09 -04:00
nyanmisaka
7dfe5ba185
Merge remote-tracking branch 'upstream/master' into tonemap-ui
2020-08-19 17:50:01 +08:00
Bill Thornton
d5ebfe4add
Remove horizontal margins on guide
2020-08-18 16:33:37 -04: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
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
7756b3164b
Fix suggestions
2020-08-16 15:46:29 +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
Cameron
d95497cb23
Merge branch 'master' into migrate-to-ES6-67
2020-08-16 12:18:24 +01:00
dkanada
5e53170cf6
Merge pull request #1761 from Camc314/migrate-to-ES6-61
...
Migration of recordingeditor and recordingfields to ES6 modules
2020-08-16 19:16:52 +09:00
Ian Walton
7952b75ca2
Show seek buttons when playing video on mobile.
2020-08-15 14:50:43 -04:00
Ian Walton
9b1ed7ce4f
Change all instances of currentTime to be in ms.
2020-08-15 11:30:36 -04:00
dkanada
b761203739
Merge pull request #1801 from MrTimscampi/json-stringify
...
Use JSON when POSTing data
2020-08-15 11:30:29 +09: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
dkanada
c06cc3b728
Merge pull request #1804 from jellyfin/strings
...
Remove some duplicate strings
2020-08-14 06:37:15 +09:00
Cameron
b1c96575f2
remove missed require
2020-08-13 22:31:31 +01:00
Cameron
5de2498f12
Update recordingcreator.js
2020-08-13 22:30:00 +01:00
MrTimscampi
1b33cec561
Merge remote-tracking branch 'upstream/master' into another-es6-pr
2020-08-13 15:40:10 +02:00
MrTimscampi
ce74cb0602
Fix lint
2020-08-13 15:37:09 +02:00
dkanada
74136e3615
Merge pull request #1780 from Camc314/migrate-to-ES6-70
...
Migration of tunerPicker and userdatabuttons to ES6 modules
2020-08-13 22:13:30 +09: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
Cameron
f3cdedacdf
Remove unneccessary .default
2020-08-13 09:19:32 +01:00
Cameron
047e7df7b1
Merge branch 'master' into migrate-to-ES6-61
2020-08-13 09:14:55 +01:00
Anthony Lavado
c7b983a563
Merge pull request #1771 from Camc314/migrate-to-ES6-68
...
Migration of themeMediaPLayer, viewSettings and notification to ES6 modules
2020-08-12 15:58:00 -04:00
MrTimscampi
3359fc388b
Use JSON when POSTing data
2020-08-12 21:17:07 +02:00
Anthony Lavado
ead5b82ef2
Merge pull request #1728 from mattstrayer/migrate-to-ES6-filtermenu
...
Migrated FilterMenu to es6 module
2020-08-12 10:17:13 -04:00
MrTimscampi
645668454a
Merge remote-tracking branch 'upstream/master' into pluginmanager-es6
2020-08-12 15:33:11 +02:00
MrTimscampi
e432f3fed2
Fix issues
2020-08-12 15:30:30 +02:00
MrTimscampi
0feb4f1e36
Merge remote-tracking branch 'upstream/master' into another-es6-pr
2020-08-12 15:14:29 +02:00
MrTimscampi
c11dc53e44
Fix require
2020-08-12 15:12:03 +02:00
Matt Strayer
3e8ebe28b9
add lets to for loops
2020-08-11 16:51:43 -04:00
Cameron
73598dafe9
Merge branch 'master' into migrate-to-ES6-68
2020-08-11 21:38:00 +01:00
Cameron
492a59db82
Update src/components/themeMediaPlayer.js
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-08-11 21:22:17 +01:00
Matt Strayer
ad8247cda9
Update src/components/filtermenu/filtermenu.js
...
Co-authored-by: Cameron <Influence365@gmail.com>
2020-08-11 15:48:40 -04:00
Cameron
5bfaf811d5
relocate let
2020-08-11 20:21:46 +01:00
Matt Strayer
fe237698bf
only export functions previously declared in prototype
2020-08-11 14:21:19 -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
Cameron
0a9632b531
Update recordingeditor.js
2020-08-11 18:34:28 +01:00
Matt Strayer
5675b00956
Rebased to add in list.js ( #1675 ), updated scope injection
2020-08-11 13:04:34 -04:00
MrTimscampi
fe0c7d359e
Merge remote-tracking branch 'upstream/master' into apphost-es6
2020-08-11 16:29:25 +02:00
MrTimscampi
8a67b5e41f
Fix import and Chromecast on Edge Chromium
2020-08-11 15:37:48 +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
Cameron
e24dcad51a
Merge branch 'master' into migrate-to-ES6-70
2020-08-10 09:42:20 +01: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