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

1737 commits

Author SHA1 Message Date
Ian Walton
e7b5207294 Fix clearing backdrop when no item is playing. 2020-08-26 18:35:20 -04:00
Ian Walton
c22e3b2cc6 Fix seriesImageUrl linter issue. 2020-08-26 17:18:23 -04:00
Ian Walton
9b6b79628f Switch to simple check for item. 2020-08-26 17:05:01 -04:00
Ian Walton
7eff82d671 Add null check to remotecontrol. 2020-08-25 22:27:28 -04:00
Ian Walton
201685a60b Merge branch 'unstable' into show-mobile-seek 2020-08-25 22:19:59 -04:00
dkanada
6159eca8f8 prevent the use of confusing globals 2020-08-25 10:12:35 +09:00
dkanada
4f3c5df4f0
Merge pull request #1832 from MrTimscampi/fix-show-title
Fix cards without title
2020-08-22 07:43:35 +09:00
dkanada
e916c81441
Merge pull request #1827 from thornbill/under-cover
Fix TV channel logo size
2020-08-22 07:42:42 +09:00
dkanada
9e3a27266c
Merge pull request #1820 from thornbill/fix-guide-margin
Remove horizontal margins on guide
2020-08-22 07:42:09 +09:00
MrTimscampi
e841c55e85 Fix cards without title 2020-08-20 21:56:27 +02:00
Bill Thornton
e7dbbaa36f Make fallback text on cards less tiny 2020-08-20 14:00:37 -04:00
Bill Thornton
8194b19d0c Fix background size for TV channel logos 2020-08-20 11:42:09 -04:00
Bill Thornton
c3d458b148 Remove unused styles and unneeded class 2020-08-20 11:38:06 -04:00
Ian Walton
dc162aca95
Use strict equality check.
Co-authored-by: Matjaz Zavski <matjaz.zavski15@gmail.com>
2020-08-19 19:19:23 -04:00
Bill Thornton
f4a329433e Only add background color to blurhashed items 2020-08-19 13:47:16 -04:00
Bill Thornton
e5198a6328 Skip adding background color for non-blurhashable items 2020-08-19 13:36:29 -04:00
Bill Thornton
5e1d4edd87 Set background color on blurhash image load 2020-08-19 13:02:09 -04: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
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