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

888 commits

Author SHA1 Message Date
Cameron
5d4b133dcf
Merge branch 'master' into migrate-to-ES6-45 2020-08-02 18:00:52 +01:00
Cameron
275676f712 remove defaults 2020-08-02 17:58:21 +01:00
Cameron
042cb4119b lint 2020-08-02 09:22:03 +01:00
Cameron
0e409e2717
Merge branch 'master' into migrate-to-ES6-48 2020-08-02 09:14:01 +01:00
Cameron
49c1b3e159 Addition of defaults 2020-08-02 09:00:25 +01:00
dkanada
54eab501c9
Merge branch 'master' into titles 2020-08-02 16:57:13 +09:00
dkanada
a9e0eec51a
Merge branch 'master' into migrated-livetvsettings-to-es6-module 2020-08-02 16:54:45 +09:00
dkanada
891f54563b change error message key 2020-08-02 01:23:57 +09:00
matjaz321
0c8e1994b7 fixed linting errors 2020-08-01 15:36:16 +02:00
matjaz321
ab52727254 Migrated livetvseriestimer to es6 module 2020-08-01 15:32:57 +02:00
matjaz321
9da6f2d6bc Migrated livetvsuggested.js to es6 module 2020-08-01 15:21:25 +02:00
matjaz321
39a1d94c50 Migrated to es6 module 2020-08-01 14:52:15 +02:00
matjaz321
7e5e429625 small fix 2020-07-31 23:31:32 +02:00
matjaz321
c5c11279b8 Migrated to es6 module 2020-07-31 23:27:51 +02:00
Cameron
70a8bd1f09 Merge branch 'migrate-to-ES6-47' of https://github.com/Camc314/jellyfin-web into migrate-to-ES6-47 2020-07-31 21:38:02 +01:00
Cameron
dd0e47a70e Apply suggestions 2020-07-31 21:35:01 +01:00
Cameron
ee14ae76db
Merge branch 'master' into migrate-to-ES6-47 2020-07-31 21:27:48 +01:00
Anthony Lavado
1349914e7e
Merge pull request #1700 from matjaz321/migration-livetvstatus-to-es6-module
Migrated livetvstatus.js to es6 module
2020-07-31 13:22:58 -07:00
matjaz321
8b1c80c4fb more fixes 2020-07-31 18:44:37 +02:00
Matjaz Zavski
620f9cd30f
Update src/controllers/livetvstatus.js
Co-authored-by: Cameron <Influence365@gmail.com>
2020-07-31 18:41:31 +02:00
Cameron
38d25172d5 Fix type and applysuggestions to home.js 2020-07-31 17:06:04 +01:00
dkanada
3774008343 standardize key prefixes for translations 2020-08-01 00:18:24 +09:00
Cameron
997054ab12 remove require
This reverts commit bef8a4509d0b151e7a2e85f549bfca49ce952341.
2020-07-31 16:10:38 +01:00
matjaz321
d14ac4b2e1 removed 2020-07-31 16:58:53 +02:00
dkanada
66f04066ee
Merge pull request #1710 from MrTimscampi/remove-image-hack
Remove image size hack
2020-07-31 22:33:48 +09:00
MrTimscampi
ae520390c6 Remove image size hack 2020-07-31 15:18:32 +02:00
Cameron
5b91863b49
Merge branch 'master' into migrate-to-ES6-39 2020-07-31 13:57:49 +01:00
dkanada
f430518d45
Merge pull request #1333 from MrTimscampi/another-lint-bites-the-dust
Kill Yoda
2020-07-31 21:48:18 +09:00
MrTimscampi
22a46ecea6 Apply ESLint autofix for no-yoda rule 2020-07-31 12:40:08 +02:00
Cameron
116e73e560
Remove unused vars 2020-07-31 11:30:02 +01:00
Cameron
aa26acc015
Merge branch 'master' into migrate-to-ES6-41 2020-07-31 11:20:39 +01:00
Cyrus Boadway
5fb29b77a8 Consider Meta Key as a modifier
In a previous commit, number seek navigation was disabled when the ALT and CTRL
modifiers were active. Macs allow tab switching with the COMMAND key and
a number. This commit excludes meta key modifiers (COMMAND and WINDOWS)
key.
2020-07-31 11:15:27 +01:00
dkanada
8e7f1aa0d7
Merge pull request #1680 from KucharczykL/previous-next-tooltips
Add tooltips for Skip to previous/next buttons
2020-07-31 19:10:13 +09:00
Cameron
df162f3ca3
Merge branch 'master' into migrate-to-ES6-47 2020-07-31 09:52:21 +01:00
dkanada
6ee29e528c
Merge pull request #1699 from MrTimscampi/no-useless-assignments-plz
Remove redundant variable assignments
2020-07-31 14:20:39 +09:00
matjaz321
b3bfbe640e Migrated livestatus.js to es6 module 2020-07-30 23:25:35 +02:00
dkanada
34d0b67f0e
Merge pull request #1678 from jellyfin/banner
Fix banner height and use primary image as fallback
2020-07-31 04:56:04 +09:00
dkanada
5d6b0b2ae9
Merge pull request #1689 from matjaz321/livetvtuner-to-es6-migration
Migration of `livetvtuner.js` to es6
2020-07-31 04:34:47 +09:00
dkanada
f15c1cbb90
Merge pull request #1688 from Supergamer1337/play_mouse_timings
Made cursor hide on OSD hide.
2020-07-31 04:29:32 +09:00
MrTimscampi
a395e6b3d3 Remove redundant variable assignments 2020-07-30 19:42:30 +02:00
Felix Bjerhem Aronsson
f254a71572
Moved hide cursor according to review 2020-07-30 13:42:07 +02:00
Supergamer1337
d7526d955d Added show and hide cursor 2020-07-30 10:51:53 +02:00
Cyrus Boadway
e870cc733d Skip number key navigation when key is modified
Pressing 0-9 seeks playback to the corresponding %. This overloaded 
browser tab switching when ALT/CTRL modifiers were active.
2020-07-29 23:00:07 +01:00
matjaz321
5fb80c7fcb fixed es linting error 2020-07-29 22:26:45 +02:00
matjaz321
c5e6b5d95d Migrated livetvtuner.js file to es6 module 2020-07-29 22:18:34 +02:00
Cameron
a3c5cc6225 suggestion 2020-07-29 20:23:28 +01:00
Cameron
a49592c9f4
Update src/controllers/music/musicrecommended.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-07-29 20:22:10 +01:00
Cameron
e0bf43f868
Update src/controllers/music/musicgenres.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-07-29 20:11:48 +01:00
Cameron
9858e3db68
Update src/controllers/music/musicplaylists.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-07-29 20:11:41 +01:00
Cameron
b3a304f0b5
Update src/controllers/music/songs.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-07-29 20:11:33 +01:00