Commit Graph

11136 Commits

Author SHA1 Message Date
MrTimscampi
22a46ecea6 Apply ESLint autofix for no-yoda rule 2020-07-31 12:40:08 +02:00
MrTimscampi
642e2624e5 Add no-yoda rule to ESLint config 2020-07-31 12:36:54 +02: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
b1e116885a
Merge pull request #1693 from Camc314/migrate-to-ES6-49
Migration of playqueuemanager to ES6 module
2020-07-31 17:15:36 +09:00
dkanada
4359d06a8f
Merge pull request #1692 from Camc314/migrate-to-ES6-50
Migration of refresh dialog to ES6 module
2020-07-31 17:15:17 +09:00
dkanada
c83f12c919
Merge pull request #1705 from jellyfin/dependabot/npm_and_yarn/babel/preset-env-7.11.0
Bump @babel/preset-env from 7.10.4 to 7.11.0
2020-07-31 16:14:01 +09:00
dependabot-preview[bot]
cf06ac3e11
Bump @babel/preset-env from 7.10.4 to 7.11.0
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.10.4 to 7.11.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.11.0/packages/babel-preset-env)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-31 07:11:07 +00:00
dkanada
35231c8179
Merge pull request #1704 from jellyfin/dependabot/npm_and_yarn/babel/core-7.11.0
Bump @babel/core from 7.10.5 to 7.11.0
2020-07-31 16:08:53 +09:00
dkanada
e443404752
Merge pull request #1703 from jellyfin/dependabot/npm_and_yarn/autoprefixer-9.8.6
Bump autoprefixer from 9.8.5 to 9.8.6
2020-07-31 16:08:46 +09:00
dkanada
e6344aa5e0
Merge pull request #1702 from jellyfin/dependabot/npm_and_yarn/hls.js-0.14.7
Bump hls.js from 0.14.6 to 0.14.7
2020-07-31 16:08:39 +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
60d9af0d75
Merge pull request #1701 from MrTimscampi/mobile-logo
Use emblem when loading on mobile
2020-07-31 14:17:38 +09:00
dependabot-preview[bot]
54be93ff82
Bump @babel/core from 7.10.5 to 7.11.0
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.5 to 7.11.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.11.0/packages/babel-core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-31 05:00:44 +00:00
Just@FunThing
0d4ab35b22 Translated using Weblate (Vietnamese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/vi/
2020-07-31 00:23:03 -04:00
dependabot-preview[bot]
62f8196729
Bump autoprefixer from 9.8.5 to 9.8.6
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.8.5 to 9.8.6.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/9.8.5...9.8.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-31 03:30:53 +00:00
diego fernando
cb0bdc829e Translated using Weblate (Spanish (Latin America))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/es_419/
2020-07-30 22:38:05 -04:00
dependabot-preview[bot]
775015a913
Bump hls.js from 0.14.6 to 0.14.7
Bumps [hls.js](https://github.com/video-dev/hls.js) from 0.14.6 to 0.14.7.
- [Release notes](https://github.com/video-dev/hls.js/releases)
- [Changelog](https://github.com/video-dev/hls.js/blob/master/docs/release-process.md)
- [Commits](https://github.com/video-dev/hls.js/compare/v0.14.6...v0.14.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-31 02:21:44 +00:00
MrTimscampi
319805fe5d Use emblem on mobile 2020-07-31 00:08:38 +02:00
Nyanmisaka
c89ede96da Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hans/
2020-07-30 16:08:27 -04: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
dkanada
8f80b30d33
Merge pull request #1697 from cyrusboadway/ctrlandalt
Skip number key navigation when key is modified with alt/ctrl
2020-07-31 04:26:26 +09:00
dkanada
40c42624b6
Merge pull request #1694 from jellyfin/dependabot/npm_and_yarn/webpack-4.44.1
Bump webpack from 4.44.0 to 4.44.1
2020-07-31 04:25:16 +09:00
dkanada
b7442d8b06
Merge pull request #1695 from jellyfin/dependabot/npm_and_yarn/css-loader-4.1.1
Bump css-loader from 4.0.0 to 4.1.1
2020-07-31 04:24:46 +09:00
MrTimscampi
a395e6b3d3 Remove redundant variable assignments 2020-07-30 19:42:30 +02:00
Bond-009
e7180e2633
Merge pull request #1091 from cromefire/es6-2
Migrated HtmlVideoPlayer
2020-07-30 15:54:34 +02:00
dependabot-preview[bot]
1e76ec3ff0
Bump css-loader from 4.0.0 to 4.1.1
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 4.0.0 to 4.1.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v4.0.0...v4.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-30 11:57:23 +00:00
dependabot-preview[bot]
2110f862c1
Bump webpack from 4.44.0 to 4.44.1
Bumps [webpack](https://github.com/webpack/webpack) from 4.44.0 to 4.44.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.44.0...v4.44.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-30 11:56:57 +00:00
Felix Bjerhem Aronsson
5e422e15c0
Misc suggestions from code review
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-07-30 13:42:41 +02:00
Felix Bjerhem Aronsson
f254a71572
Moved hide cursor according to review 2020-07-30 13:42:07 +02:00
Cameron
17923bb924 Migration of playqueuemanager to ES6 module 2020-07-30 10:15:25 +01:00
Supergamer1337
d7526d955d Added show and hide cursor 2020-07-30 10:51:53 +02:00
dkanada
fe815a0568
Merge pull request #1691 from jellyfin/dependabot/npm_and_yarn/elliptic-6.5.3
[Security] Bump elliptic from 6.5.2 to 6.5.3
2020-07-30 16:51:30 +09:00
Cameron
f05fdfc0a4 Migration of refresh dialog to ES6 module 2020-07-30 08:38:09 +01:00
Cromefire_
cf6324e462
Fixed link to redirect target 2020-07-30 00:44:33 +02:00
Cromefire_
e9c9f4966c
Fixed type of AudioTrackList 2020-07-30 00:41:11 +02:00
dependabot-preview[bot]
da2d19b1c3
[Security] Bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. **This update includes a security fix.**
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-29 22:25:58 +00: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
Anthony Lavado
e1dee9d701
Merge pull request #1554 from Camc314/migrate-to-ES6-18
Migration of music to ES6 modules
2020-07-29 14:23:49 -07:00
Anthony Lavado
9b6a90ffdd
Merge pull request #1684 from thornbill/fix-ios-fullscreeen
Fix fullscreen video in iOS Safari
2020-07-29 13:49:37 -07:00
SaddFox
3c8ad2ca0b Translated using Weblate (Slovenian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/sl/
2020-07-29 16:35:46 -04: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