Commit Graph

746 Commits

Author SHA1 Message Date
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
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
dkanada 6ee29e528c Merge pull request #1699 from MrTimscampi/no-useless-assignments-plz
Remove redundant variable assignments
2020-07-31 14:20:39 +09: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
Cameron 7eefd45a2c Update src/controllers/music/musicartists.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-07-29 20:11:25 +01:00
Supergamer1337 3ffd2bc4b9 Made cursor hide on OSD hide.
Cursor shows on OSD show.

Co-authored-by: Esaias Tilly <esaias@tillys.se>
2020-07-29 21:08:50 +02:00
Cameron 6026af2038 apply suggestions 2020-07-29 19:48:07 +01:00
Cameron d1ccc6faea Merge branch 'master' into migrate-to-ES6-18 2020-07-29 12:44:03 +01:00
Lukáš Kucharczyk 7e92a4d02f Add tooltip to Previous/Next track buttons. 2020-07-29 11:41:24 +02:00
dkanada 24cd5e112b fix banner height and use primary image as fallback 2020-07-29 14:19:27 +09:00
Anthony Lavado 231c965ad9 Merge pull request #1663 from Camc314/migrate-to-ES6-44
Migration of libraryBrowser and multiDownload to ES6 modules
2020-07-28 16:38:17 -07:00
Cameron 4d5cf02c1f update missing 2020-07-28 17:18:37 +01:00
Cameron 3757e2c9be apply suggestions 2020-07-28 16:45:21 +01:00
dkanada 89e584686e Merge pull request #1656 from dmitrylyzo/fix-plugin-install
Fix CircleOfDeath on plugin install
2020-07-28 12:36:33 +09:00
Cameron 4c28399c6b Migration of library browser to ES6 moduels 2020-07-27 20:21:19 +01:00
Cameron d2ea7cec53 Update scheduledtask.js 2020-07-27 17:03:47 +01:00
Dmitry Lyzo 2e315a422f Fix require of ES6 module 2020-07-27 13:27:27 +03:00
Dmitry Lyzo 793d74e82f Fix wrong deminification 2020-07-27 13:12:05 +03:00
MrTimscampi 5e1b6acffe Disallow block padding 2020-07-27 08:06:46 +02:00
MrTimscampi 0d1661055b Fix accidentally reverted var 2020-07-26 18:30:31 +02:00
MrTimscampi dc5af7d19f Merge remote-tracking branch 'upstream/master' into dead-code-society 2020-07-26 18:28:32 +02:00
dkanada a085bb5269 update routes for plugin and session pages 2020-07-26 20:31:16 +09:00
dkanada c0261ee487 move wizard and user preference routes to nested folders 2020-07-26 20:31:16 +09:00
MrTimscampi 4a80a5ee2c Fix lint error 2020-07-26 13:27:46 +02:00
MrTimscampi 60ec70b2d8 Fix linting errors 2020-07-26 13:10:32 +02:00
MrTimscampi 950efe0091 Remove old links to Emby docs 2020-07-26 12:35:41 +02:00
Julien Machiels e7b87c106f Update src/controllers/livetv/livetvschedule.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-07-26 12:33:01 +02:00
MrTimscampi 29759ac884 Kill shaka and fix livetvschedule 2020-07-26 12:32:59 +02:00
MrTimscampi dfbb7dfc16 Remove dead code 2020-07-26 12:30:50 +02:00
Anthony Lavado feaabb6de9 Merge pull request #1634 from MrTimscampi/es6
Merge the ES6 feature branch back into master
2020-07-25 21:42:06 -07:00
MrTimscampi b7d2561dae Address more feedback 2020-07-25 13:42:03 +02:00
MrTimscampi 443ce5a747 Fix more suggestions 2020-07-24 17:18:28 +02:00
dkanada 621db2ecc9 Merge pull request #1630 from grafixeyehero/fix-SpecialFeatures
remove unused morebutton and editimage
2020-07-25 00:01:52 +09:00
dkanada 04b2763447 Merge pull request #1542 from dmitrylyzo/fix-osd-lock
Fix OSD lock
2020-07-25 00:01:15 +09:00
MrTimscampi ffc22f629e Resolve suggestions 2020-07-24 13:08:49 +02:00