Commit Graph

504 Commits

Author SHA1 Message Date
Cameron aa26acc015 Merge branch 'master' into migrate-to-ES6-41 2020-07-31 11:20:39 +01: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
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
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
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
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
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 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
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
Cameron 17923bb924 Migration of playqueuemanager to ES6 module 2020-07-30 10:15:25 +01:00
Cameron f05fdfc0a4 Migration of refresh dialog to ES6 module 2020-07-30 08:38:09 +01:00
matjaz321 c5e6b5d95d Migrated livetvtuner.js file to es6 module 2020-07-29 22:18:34 +02:00
Cameron 4c597c67d6 remove duplicate 2020-07-29 19:49:47 +01: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
Anthony Lavado 63bd2ef908 Merge pull request #1655 from Camc314/migrate-to-ES6-43
Migration of imageEditor and imageDownloader to ES6 modules
2020-07-28 16:38:45 -07: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
dkanada feab1aca89 Merge pull request #1672 from MrTimscampi/browsers
Adjust target browsers
2020-07-28 23:03:07 +09:00
MrTimscampi 5dafb7bfb1 Adjust target browsers 2020-07-28 15:25:40 +02:00
dkanada e2be0980b7 Merge pull request #1666 from jellyfin/dependabot/npm_and_yarn/hls.js-0.14.6
Bump hls.js from 0.14.5 to 0.14.6
2020-07-28 12:36:57 +09:00
dependabot-preview[bot] 5a22d943ed Bump hls.js from 0.14.5 to 0.14.6
Bumps [hls.js](https://github.com/video-dev/hls.js) from 0.14.5 to 0.14.6.
- [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.5...v0.14.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-27 22:58:56 +00:00
Dmitry Lyzo 5a3d77471b Fix typo 2020-07-28 01:14:38 +03:00
Cameron 4c28399c6b Migration of library browser to ES6 moduels 2020-07-27 20:21:19 +01:00
Cromefire_ 7ab3e27a4e Merge branch 'master' into es6-2
# Conflicts:
#	src/plugins/htmlVideoPlayer/plugin.js
2020-07-27 19:02:10 +02:00
Cameron fb8a90ac50 Migration of imageEditor and imageDownloader to ES6 modules 2020-07-27 11:05:20 +01:00
dkanada 454b81a037 Merge pull request #1599 from MrTimscampi/dead-code-society
Remove dead code
2020-07-27 13:58:00 +09:00
dependabot-preview[bot] 93d350095a Bump browser-sync from 2.26.10 to 2.26.12
Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.26.10 to 2.26.12.
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.26.10...v2.26.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-26 20:10:53 +00:00
MrTimscampi dc5af7d19f Merge remote-tracking branch 'upstream/master' into dead-code-society 2020-07-26 18:28:32 +02:00
Cameron a6934a1f0d Merge branch 'master' into migrate-to-ES6-41 2020-07-26 17:01:57 +01: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 29759ac884 Kill shaka and fix livetvschedule 2020-07-26 12:32:59 +02:00
Cameron 3658b4471a Migration of Favorites and Hometab to ES6 modules 2020-07-26 11:29:26 +01:00
Cameron 287cc06963 Migration of edititemmetadata to ES6 module 2020-07-26 11:29:02 +01:00
dkanada 704b2fe9da Merge pull request #1643 from jellyfin/dependabot/npm_and_yarn/css-loader-4.0.0
Bump css-loader from 3.6.0 to 4.0.0
2020-07-26 18:49:27 +09:00
Cameron 249500add3 Merge branch 'master' into es6-2 2020-07-26 10:48:48 +01: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 4709e76b5a Resolve alphaPïcker issue and clean package.json 2020-07-25 23:40:33 +02:00
dependabot-preview[bot] d1ce560688 Bump css-loader from 3.6.0 to 4.0.0
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.6.0 to 4.0.0.
- [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/v3.6.0...v4.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-25 16:34:14 +00:00
dependabot-preview[bot] 8bc1d9e3d6 Bump webpack from 4.43.0 to 4.44.0
Bumps [webpack](https://github.com/webpack/webpack) from 4.43.0 to 4.44.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.43.0...v4.44.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-24 17:40:47 +00:00
MrTimscampi 443ce5a747 Fix more suggestions 2020-07-24 17:18:28 +02:00
dkanada 962bbdf1a4 Merge pull request #1635 from jellyfin/dependabot/npm_and_yarn/hls.js-0.14.5
Bump hls.js from 0.14.3 to 0.14.5
2020-07-25 00:01:45 +09:00
dependabot-preview[bot] 5bb9649201 Bump hls.js from 0.14.3 to 0.14.5
Bumps [hls.js](https://github.com/video-dev/hls.js) from 0.14.3 to 0.14.5.
- [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.3...v0.14.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-24 11:19:42 +00:00
MrTimscampi ffc22f629e Resolve suggestions 2020-07-24 13:08:49 +02:00