Commit Graph

545 Commits

Author SHA1 Message Date
MrTimscampi
8874a31b70 feat(player): add video playback 2020-10-19 23:55:58 +02:00
Julien Machiels
371ff6e4a3
Merge pull request #197 from jellyfin/scrollable-languages
Properly scrollable locale switcher
2020-10-19 21:09:17 +02:00
ferferga
9ebb079a60 Fix lint 2020-10-19 19:35:28 +02:00
Julien Machiels
7b250f0d7a
Merge pull request #196 from jellyfin/spanish
Add Spanish to i18n locales
2020-10-19 19:16:18 +02:00
Julien Machiels
f84231b65c
Merge pull request #212 from jellyfin/dependabot/npm_and_yarn/nuxt-i18n-6.15.4
chore(deps): bump nuxt-i18n from 6.15.3 to 6.15.4
2020-10-19 19:15:33 +02:00
Julien Machiels
f2f063adf3
Merge pull request #211 from jellyfin/dependabot/npm_and_yarn/eslint-plugin-jsdoc-30.7.3
chore(deps-dev): bump eslint-plugin-jsdoc from 30.6.5 to 30.7.3
2020-10-19 19:15:17 +02:00
dependabot-preview[bot]
023d2368d3
chore(deps): bump nuxt-i18n from 6.15.3 to 6.15.4
Bumps [nuxt-i18n](https://github.com/nuxt-community/i18n-module) from 6.15.3 to 6.15.4.
- [Release notes](https://github.com/nuxt-community/i18n-module/releases)
- [Changelog](https://github.com/nuxt-community/i18n-module/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/i18n-module/compare/v6.15.3...v6.15.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-19 16:12:37 +00:00
dependabot-preview[bot]
ff97052635
chore(deps-dev): bump eslint-plugin-jsdoc from 30.6.5 to 30.7.3
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 30.6.5 to 30.7.3.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v30.6.5...v30.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-19 16:04:32 +00:00
ferferga
66041943a0 Properly scrollable locale switcher 2020-10-19 17:10:53 +02:00
ferferga
8a76ea5d22 Add Spanish to i18n locales 2020-10-19 16:48:17 +02:00
Julien Machiels
a3ea39699d
Merge pull request #207 from jellyfin/dependabot/npm_and_yarn/jest-26.6.0
chore(deps-dev): bump jest from 26.5.3 to 26.6.0
2020-10-19 15:06:57 +02:00
dependabot-preview[bot]
45ee635cdb
chore(deps-dev): bump jest from 26.5.3 to 26.6.0
Bumps [jest](https://github.com/facebook/jest) from 26.5.3 to 26.6.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v26.5.3...v26.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-19 12:53:04 +00:00
Julien Machiels
bc31a26ebf
Merge pull request #206 from jellyfin/dependabot/npm_and_yarn/babel-jest-26.6.0
chore(deps-dev): bump babel-jest from 26.5.2 to 26.6.0
2020-10-19 14:50:47 +02:00
dependabot-preview[bot]
6e64ea3d7c
chore(deps-dev): bump babel-jest from 26.5.2 to 26.6.0
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 26.5.2 to 26.6.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v26.6.0/packages/babel-jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-19 12:03:46 +00:00
Julien Machiels
ac71f428df
Merge pull request #205 from jellyfin/dependabot/npm_and_yarn/nuxtjs/auth-next-5.0.0-1602966760.822bc05
chore(deps): bump @nuxtjs/auth-next from 5.0.0-1595976864.509d9d6 to 5.0.0-1602966760.822bc05
2020-10-18 11:07:18 +02:00
dependabot-preview[bot]
4a63ee6ff6
chore(deps): bump @nuxtjs/auth-next
Bumps [@nuxtjs/auth-next](https://github.com/nuxt-community/auth-module) from 5.0.0-1595976864.509d9d6 to 5.0.0-1602966760.822bc05.
- [Release notes](https://github.com/nuxt-community/auth-module/releases)
- [Changelog](https://github.com/nuxt-community/auth-module/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/auth-module/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-17 20:36:57 +00:00
Julien Machiels
58228564e8
Merge pull request #202 from Shadowghost/ci-docker-fixup
Another attempt on fixing the Docker CI
2020-10-17 19:22:12 +02:00
Shadowghost
fd3fbc35e8 ci(fix): force buildx builder to use docker-container driver, ensure correct default builder 2020-10-17 16:53:08 +00:00
Julien Machiels
b570a636ad
Merge pull request #201 from Shadowghost/ci-docker-fixup
Add docker login and logout to CI
2020-10-17 17:47:31 +02:00
Shadowghost
1b697245c7 ci(fix): add docker login and logout task 2020-10-17 15:35:22 +00:00
Julien Machiels
ea10dd26dd
Merge pull request #193 from Shadowghost/ci-docker-manifests
Add docker manifests to CI to support multi-arch image tags
2020-10-17 12:49:28 +02:00
Julien Machiels
597df13458
Merge pull request #199 from jellyfin/dependabot/npm_and_yarn/eslint-config-prettier-6.13.0
chore(deps-dev): bump eslint-config-prettier from 6.12.0 to 6.13.0
2020-10-17 12:45:20 +02:00
Julien Machiels
322fb42630
Merge pull request #200 from jellyfin/dependabot/npm_and_yarn/lint-staged-10.4.2
chore(deps-dev): bump lint-staged from 10.4.0 to 10.4.2
2020-10-17 12:44:51 +02:00
dependabot-preview[bot]
f65ce614c8
chore(deps-dev): bump lint-staged from 10.4.0 to 10.4.2
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.4.0 to 10.4.2.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.4.0...v10.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-17 06:32:35 +00:00
dependabot-preview[bot]
e602687d30
chore(deps-dev): bump eslint-config-prettier from 6.12.0 to 6.13.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.12.0 to 6.13.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.12.0...v6.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-16 14:51:24 +00:00
Allan Nordhøy
c487ed47e7 Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (32 of 32 strings)

Translation: Jellyfin/Jellyfin Vue
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-vue/nb_NO/
2020-10-16 01:02:03 -04:00
Julien Machiels
8b85a2b4b3
Merge pull request #194 from jellyfin/dependabot/npm_and_yarn/nuxt/types-2.14.7
chore(deps-dev): bump @nuxt/types from 2.14.6 to 2.14.7
2020-10-15 23:43:00 +02:00
Julien Machiels
489f3ced63
Merge pull request #195 from jellyfin/dependabot/npm_and_yarn/nuxt-2.14.7
chore(deps): bump nuxt from 2.14.6 to 2.14.7
2020-10-15 23:42:38 +02:00
Shadowghost
d38ea83c44 ci(fix): use build artifacts to speed up image generation 2020-10-15 18:41:24 +00:00
dependabot-preview[bot]
5df07d58e5
chore(deps): bump nuxt from 2.14.6 to 2.14.7
Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.14.6 to 2.14.7.
- [Release notes](https://github.com/nuxt/nuxt.js/releases)
- [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md)
- [Commits](https://github.com/nuxt/nuxt.js/compare/v2.14.6...v2.14.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-15 16:51:09 +00:00
dependabot-preview[bot]
fd1da8c6de
chore(deps-dev): bump @nuxt/types from 2.14.6 to 2.14.7
Bumps [@nuxt/types](https://github.com/nuxt/nuxt.js) from 2.14.6 to 2.14.7.
- [Release notes](https://github.com/nuxt/nuxt.js/releases)
- [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md)
- [Commits](https://github.com/nuxt/nuxt.js/compare/v2.14.6...v2.14.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-15 16:44:31 +00:00
Shadowghost
6a9e2fc561 ci(fix): fix docker build context 2020-10-15 14:45:23 +00:00
Shadowghost
3f7682491a feat(ci): add docker image build validation for PRs 2020-10-15 14:38:31 +00:00
Shadowghost
be9e825261 fix(ci): fix env var (again) 2020-10-15 14:25:44 +00:00
Shadowghost
c248c465b4 fix(ci): fix docker client experimental env var 2020-10-15 14:23:35 +00:00
Shadowghost
70922e79ef feat(ci): refactor docker image building to buildx 2020-10-15 14:17:45 +00:00
Shadowghost
6b584f5733 fix(ci): remove experimental feature from docker server 2020-10-15 12:08:33 +00:00
Shadowghost
7a0a845933 fix(ci): fix missing TitleCase 2020-10-15 09:32:05 +00:00
Shadowghost
3e1d86c27b fix(ci): force TitleCase on displayName 2020-10-15 07:08:31 +00:00
Shadowghost
21484c06b0 fix(ci): remove pr image tasks, add stable and latest manifests 2020-10-15 06:52:30 +00:00
Shadowghost
f6057a776f fix(ci): fix compare for pr tasks 2020-10-15 06:42:45 +00:00
Shadowghost
6cb389b33c fix(ci): fix displayName strings 2020-10-15 06:40:23 +00:00
Shadowghost
a036ad2c84 fix(ci): fix indent 2020-10-15 06:20:58 +00:00
Shadowghost
0bc63407c3 feat(ci): add pr docker image tasks 2020-10-15 06:17:33 +00:00
wbrmdz
1fc188b846 Translated using Weblate (Spanish)
Currently translated at 100.0% (32 of 32 strings)

Translation: Jellyfin/Jellyfin Vue
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-vue/es/
2020-10-14 20:33:50 -04:00
wbrmdz
be36fedd54 Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (32 of 32 strings)

Translation: Jellyfin/Jellyfin Vue
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-vue/es_419/
2020-10-14 20:33:50 -04:00
Shadowghost
776fec2f61 feat(ci): add manifest generation and push 2020-10-14 21:28:13 +00:00
Shadowghost
e636090182 fix(ci): lint ci yaml 2020-10-14 21:26:52 +00:00
Julien Machiels
73a6aa11ac
Merge pull request #192 from jellyfin/dependabot/npm_and_yarn/nuxt-i18n-6.15.3
chore(deps): bump nuxt-i18n from 6.15.1 to 6.15.3
2020-10-14 19:43:12 +02:00
Julien Machiels
3e69a92eac
Merge pull request #191 from jellyfin/dependabot/npm_and_yarn/mdi/font-5.7.55
chore(deps-dev): bump @mdi/font from 5.6.55 to 5.7.55
2020-10-14 19:42:39 +02:00