Commit Graph

15355 Commits

Author SHA1 Message Date
dependabot[bot] 0daf20b0bb Bump workbox-precaching from 6.2.2 to 6.2.4
Bumps [workbox-precaching](https://github.com/googlechrome/workbox) from 6.2.2 to 6.2.4.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.2.2...v6.2.4)

---
updated-dependencies:
- dependency-name: workbox-precaching
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-16 16:03:45 +00:00
dependabot[bot] 739231e48f Bump webpack-cli from 4.7.2 to 4.8.0
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.7.2 to 4.8.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.7.2...webpack-cli@4.8.0)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-16 16:02:37 +00:00
Jack Vanier 2aecd89d6e Merge branch 'jellyfin:master' into master 2021-08-14 20:30:45 -04:00
Pfuenzle cc0600f417 Removed Tag filter limit of 50 2021-08-14 12:39:03 +02:00
Bill Thornton 1734f5c345 Mobile layout refinements 2021-08-13 14:43:55 -04:00
Bill Thornton dc59c68c20 Fix desktop layout 2021-08-13 11:55:10 -04:00
Bill Thornton 0c41d29c34 Fix tv layout 2021-08-13 11:21:27 -04:00
Bill Thornton ba1e05ba22 Fix stylelint error 2021-08-13 09:34:15 -04:00
Bill Thornton 8c1ccaf485 Fix card positioning on mobile 2021-08-13 09:34:15 -04:00
Bill Thornton 602d14a539 Fix card positioning on mobile 2021-08-13 09:34:15 -04:00
Bill Thornton d69245361c Disable item backdrops for people 2021-08-13 09:34:15 -04:00
Bill Thornton af00a04e76 Update item details mobile layout 2021-08-13 09:34:15 -04:00
Bill Thornton 0fcb5e7b3e Merge pull request #2857 from njsmith/buffering-is-important 2021-08-12 18:45:55 -07:00
Bill Thornton 5d09af7ee6 Merge pull request #2858 from thornbill/fix-build-warnings 2021-08-12 18:44:52 -07:00
Bill Thornton 4dc85346d8 Merge pull request #2758 from thornbill/fix-artist-albums 2021-08-12 18:43:44 -07:00
Bill Thornton a8041138d4 Merge pull request #2837 from keegandahm/keegandahm/log-volume-slider 2021-08-12 16:50:41 -07:00
Xavier Rosell 87a40f2835 Translated using Weblate (Catalan)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ca/
2021-08-12 06:32:35 -04:00
Keegan Dahm 4f7131f59a Changed volume curve from x^2 to x^3 2021-08-10 16:16:52 -07:00
newton181 14d643d3de Translated using Weblate (Spanish (Latin America))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/es_419/
2021-08-10 13:49:26 -04:00
Erdinc 7fcbc7d792 Translated using Weblate (Turkish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/tr/
2021-08-10 13:49:26 -04:00
Bill Thornton fdc0ab0be9 Merge pull request #2777 from MrTimscampi/readable-transcode-reasons
Translate the transcode reasons
2021-08-10 10:49:19 -07:00
Bill Thornton 2ccce1aa8b Fix package import build warnings 2021-08-10 12:43:24 -04:00
Bill Thornton 8c2cec79ab Fix source map build warnings 2021-08-10 12:42:57 -04:00
Bill Thornton 5d2fc18664 Merge pull request #2613 from dmitrylyzo/scrollmanager-search-parent
ScrollManager: fix parent search
2021-08-10 06:57:03 -07:00
Nathaniel J. Smith a1a539eeb4 Allow web player to buffer ahead a reasonable amount of data
The hls.js maxBufferLength parameter sets the minimum amount of video
that hls.js will try to buffer. We used to have this set to 30
seconds, but this caused problems with high-bitrate videos trying to
buffer too much data and making Chrome/Firefox cranky, so
maxBufferLength was reduced in #2148 and #2224.

However, those PRs *also* reduced maxMaxBufferLength to 6 seconds,
which doesn't make sense -- basically this is telling hls.js that it
must *never* buffer more than 6 seconds at a time, even if there's
plenty of memory and it wouldn't make the browser cranky at all. And
obviously such a tiny buffer makes it very easy for small network
glitches to cause user-visible playback problems.

So this PR removes the maxMaxBufferLength configuration entirely,
accepting hls.js's default (which is currently 600 seconds).

Fixes #2856
2021-08-10 05:14:59 -07:00
Anthony Lavado 8a8872d2c6 Merge pull request #2821 from thornbill/merge-conflict-action-event 2021-08-09 18:01:38 -04:00
Bill Thornton f6a0475e42 Merge pull request #2853 from thornbill/update-workbox 2021-08-09 14:58:49 -07:00
Bill Thornton d2c7b67a46 Bump workbox-precaching from 5.1.4 to 6.2.2 2021-08-09 17:47:24 -04:00
dependabot[bot] 29b6510dcb Bump workbox-core from 5.1.4 to 6.2.2
Bumps [workbox-core](https://github.com/googlechrome/workbox) from 5.1.4 to 6.2.2.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v5.1.4...v6.2.2)

---
updated-dependencies:
- dependency-name: workbox-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 17:47:24 -04:00
Bill Thornton f02d67674f Merge pull request #2851 from jellyfin/dependabot/npm_and_yarn/typescript-eslint/parser-4.29.1
Bump @typescript-eslint/parser from 4.29.0 to 4.29.1
2021-08-09 13:36:37 -07:00
Bill Thornton f7328c6f2b Merge pull request #2841 from jellyfin/dependabot/npm_and_yarn/workbox-webpack-plugin-6.2.2
Bump workbox-webpack-plugin from 6.1.5 to 6.2.2
2021-08-09 13:36:00 -07:00
dependabot[bot] 3564aeab2e Bump @typescript-eslint/parser from 4.29.0 to 4.29.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.29.0 to 4.29.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.29.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 20:19:26 +00:00
Bill Thornton 3abeb91c62 Merge pull request #2852 from jellyfin/dependabot/npm_and_yarn/eslint-plugin-compat-3.12.0
Bump eslint-plugin-compat from 3.11.1 to 3.12.0
2021-08-09 13:11:44 -07:00
Bill Thornton 384a089e21 Merge pull request #2850 from jellyfin/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.29.1
Bump @typescript-eslint/eslint-plugin from 4.29.0 to 4.29.1
2021-08-09 13:08:10 -07:00
Bill Thornton ee2a3ac953 Merge pull request #2849 from jellyfin/dependabot/github_actions/actions/setup-node-2.4.0
Bump actions/setup-node from 2.3.0 to 2.4.0
2021-08-09 13:07:12 -07:00
dependabot[bot] 957de93ba6 Bump eslint-plugin-compat from 3.11.1 to 3.12.0
Bumps [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat) from 3.11.1 to 3.12.0.
- [Release notes](https://github.com/amilajack/eslint-plugin-compat/releases)
- [Changelog](https://github.com/amilajack/eslint-plugin-compat/blob/master/CHANGELOG.md)
- [Commits](https://github.com/amilajack/eslint-plugin-compat/compare/v3.11.1...v3.12.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-compat
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 19:53:10 +00:00
dependabot[bot] 820ed7997f Bump @typescript-eslint/eslint-plugin from 4.29.0 to 4.29.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.29.0 to 4.29.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.29.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 19:51:48 +00:00
dependabot[bot] 329dadb8c3 Bump actions/setup-node from 2.3.0 to 2.4.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 19:49:01 +00:00
Anthony Lavado af3e641d03 Merge pull request #2848 from thornbill/update-dependabot-frequency
Update dependabot frequency to run weekly
2021-08-09 15:48:41 -04:00
Bill Thornton bc879e12fa Merge pull request #2835 from jellyfin/nvv-webpack-fix
Add "jellyfin" to output file names
2021-08-09 12:11:19 -07:00
Bill Thornton 1ad23d3dd6 Merge pull request #2846 from jellyfin/dependabot/npm_and_yarn/eslint-plugin-import-2.24.0
Bump eslint-plugin-import from 2.23.4 to 2.24.0
2021-08-09 10:18:20 -07:00
dependabot[bot] 85aa86d28f Bump workbox-webpack-plugin from 6.1.5 to 6.2.2
Bumps [workbox-webpack-plugin](https://github.com/googlechrome/workbox) from 6.1.5 to 6.2.2.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.1.5...v6.2.2)

---
updated-dependencies:
- dependency-name: workbox-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 17:17:28 +00:00
Bill Thornton 34aed62771 Update dependabot frequency to run weekly 2021-08-09 13:11:13 -04:00
Bill Thornton 610e569313 Merge pull request #2845 from jellyfin/dependabot/npm_and_yarn/webpack-5.49.0
Bump webpack from 5.48.0 to 5.49.0
2021-08-09 10:08:27 -07:00
Bill Thornton b111ff8c37 Merge pull request #2840 from jellyfin/dependabot/npm_and_yarn/core-js-3.16.1
Bump core-js from 3.15.2 to 3.16.1
2021-08-09 10:07:12 -07:00
Bill Thornton 6e752c6ec9 Merge pull request #2839 from jellyfin/dependabot/npm_and_yarn/hls.js-1.0.8
Bump hls.js from 0.14.17 to 1.0.8
2021-08-09 09:52:39 -07:00
dependabot[bot] 5e798ccf99 Bump eslint-plugin-import from 2.23.4 to 2.24.0
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.23.4 to 2.24.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.23.4...v2.24.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 16:44:00 +00:00
dependabot[bot] dd1a07e456 Bump core-js from 3.15.2 to 3.16.1
Bumps [core-js](https://github.com/zloirock/core-js) from 3.15.2 to 3.16.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.15.2...v3.16.1)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 16:43:24 +00:00
dependabot[bot] dfb9656027 Bump webpack from 5.48.0 to 5.49.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.48.0 to 5.49.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.48.0...v5.49.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 16:42:13 +00:00
Bill Thornton 46ff27dbee Merge pull request #2838 from jellyfin/dependabot/npm_and_yarn/ts-loader-9.2.5
Bump ts-loader from 9.2.3 to 9.2.5
2021-08-09 09:39:35 -07:00