Commit Graph

2430 Commits

Author SHA1 Message Date
MrTimscampi
ccd6e07380 chore(vscode): set default auto formatter to Prettier
VSCode sometimes "forget" what the formatter is, leading to format on save not working.
2021-03-17 00:42:32 +01:00
Fernando Fernández
2012afde66 refactor: watch settings change in a plugin and address review comments 2021-03-17 00:42:32 +01:00
Fernando Fernández
aa9b4ff77a refactor: snackbar and decouple settings from displaypreferences 2021-03-17 00:42:32 +01:00
Fernando Fernández
17d1a25a0d feat: replace boolean with destr for complete datatype casting 2021-03-17 00:42:30 +01:00
Fernando Fernández
a82e0ff59b fix: delete values not defined in the store from server's displayPreferences 2021-03-17 00:42:10 +01:00
Thibault Nocchi
23df7451d6 fix(displaypreferences): use default dark mode value from the nuxt config 2021-03-17 00:42:10 +01:00
Fernando Fernández
ae8bd03880 refactor: keep track of the syncing state of the preferences with the server 2021-03-17 00:42:10 +01:00
Fernando Fernández
6b9ef72e10 refactor: use proper javascript datatypes 2021-03-17 00:42:10 +01:00
Thibault Nocchi
4405946021 refactor(displaypreferences): refactored display preferences watchers to a helper 2021-03-17 00:42:10 +01:00
Thibault Nocchi
1f41f5fc7c fix(displaypreferences): fix state update as the endpoint needs the whole displaypref object 2021-03-17 00:42:10 +01:00
MrTimscampi
dc51742a6e refactor(displaypreferences): refactor the store 2021-03-17 00:42:10 +01:00
Julien Machiels
61b6822c98
Merge pull request #885 from jellyfin/dependabot/npm_and_yarn/shaka-player-3.0.9
fix(deps): bump shaka-player from 3.0.8 to 3.0.9
2021-03-16 10:19:00 +01:00
dependabot[bot]
46fb527757
fix(deps): bump shaka-player from 3.0.8 to 3.0.9
Bumps [shaka-player](https://github.com/google/shaka-player) from 3.0.8 to 3.0.9.
- [Release notes](https://github.com/google/shaka-player/releases)
- [Changelog](https://github.com/google/shaka-player/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/shaka-player/compare/v3.0.8...v3.0.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-16 08:00:47 +00:00
Julien Machiels
730889a395
Merge pull request #887 from jellyfin/dependabot/npm_and_yarn/eslint-plugin-jsdoc-32.3.0
chore(deps-dev): bump eslint-plugin-jsdoc from 32.2.0 to 32.3.0
2021-03-16 08:06:53 +01:00
Julien Machiels
47ff3657ad
Merge pull request #886 from jellyfin/dependabot/npm_and_yarn/nuxt-i18n-6.21.1
fix(deps): bump nuxt-i18n from 6.21.0 to 6.21.1
2021-03-16 08:06:38 +01:00
dependabot[bot]
5dc1fbf2b2
chore(deps-dev): bump eslint-plugin-jsdoc from 32.2.0 to 32.3.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 32.2.0 to 32.3.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v32.2.0...v32.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-16 00:26:16 +00:00
dependabot[bot]
03ef82bb59
fix(deps): bump nuxt-i18n from 6.21.0 to 6.21.1
Bumps [nuxt-i18n](https://github.com/nuxt-community/i18n-module) from 6.21.0 to 6.21.1.
- [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.21.0...v6.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-16 00:24:45 +00:00
Marek Pavelka
431cd1bbac chore(i18n): translate terms (Czech)
Currently translated at 100.0% (318 of 318 strings)

Translation: Jellyfin Vue/Jellyfin Vue
Translate-URL: https://translate.jellyfin.org/projects/jellyfin-vue/jellyfin-vue/cs/
2021-03-15 17:31:23 -04:00
Julien Machiels
76d2dee2d6
Merge pull request #884 from jellyfin/fix-docker
fix(docker): fix dockerfile not building the SSR version properly
2021-03-15 13:14:01 +01:00
Julien Machiels
903ac67a2e
Update .github/workflows/docker-release.yml
Co-authored-by: Fernando Fernández <ferferga@hotmail.com>
2021-03-15 13:06:13 +01:00
Julien Machiels
fcd823e80d
Update .github/workflows/docker.yml
Co-authored-by: Fernando Fernández <ferferga@hotmail.com>
2021-03-15 13:06:08 +01:00
Julien Machiels
d343271959
Merge pull request #881 from jellyfin/dependabot/npm_and_yarn/eslint-7.22.0
chore(deps-dev): bump eslint from 7.21.0 to 7.22.0
2021-03-15 12:20:59 +01:00
Julien Machiels
1fee352e7e
Merge pull request #879 from jellyfin/dependabot/npm_and_yarn/eslint-plugin-jest-24.3.1
chore(deps-dev): bump eslint-plugin-jest from 24.2.1 to 24.3.1
2021-03-15 12:20:40 +01:00
Julien Machiels
2f1463a015
Merge pull request #882 from jellyfin/fix-action-version
chore: fix version of auto-label-merge-conflict
2021-03-15 12:20:25 +01:00
MrTimscampi
85891a12d9 fix(docker): fix dockerfile not building the SSR version properly
For some reason, npm wasn't passing down the standalone flag to nuxt-build. As a result,
dependencies weren't bundled anymore, leading to errors when trying to run it. This adds a dedicated
standalone build command to avoid having to pass down flags.
2021-03-15 12:18:40 +01:00
Julien Machiels
d6620ce1b4
Merge pull request #883 from jellyfin/restore-dockerfile
build(docker): restore dockerignore
2021-03-15 12:13:41 +01:00
MrTimscampi
9e2ab163e7 build(docker): restore dockerignor 2021-03-15 11:39:09 +01:00
dependabot[bot]
682a5df5a5
chore(deps-dev): bump eslint from 7.21.0 to 7.22.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.22.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.21.0...v7.22.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 10:28:20 +00:00
Fernando Fernández
ec880c3c75
chore: fix version of auto-label-merge-conflict 2021-03-15 11:01:00 +01:00
Julien Machiels
de4aba0b5b
Merge pull request #880 from jellyfin/dependabot/npm_and_yarn/dompurify-2.2.7
fix(deps): bump dompurify from 2.2.6 to 2.2.7
2021-03-15 10:58:26 +01:00
Julien Machiels
04ab9f177d
Merge pull request #875 from jellyfin/jellyfin-bot-action
ci: use the jellyfin-bot token for Github Actions
2021-03-15 09:41:34 +01:00
danieladov
3e405971b2 chore(i18n): translate terms (Spanish)
Currently translated at 99.6% (317 of 318 strings)

Translation: Jellyfin Vue/Jellyfin Vue
Translate-URL: https://translate.jellyfin.org/projects/jellyfin-vue/jellyfin-vue/es/
2021-03-14 20:51:55 -04:00
dependabot[bot]
316bd14876
fix(deps): bump dompurify from 2.2.6 to 2.2.7
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.6 to 2.2.7.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.2.6...2.2.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 00:29:43 +00:00
dependabot[bot]
6beb9064bb
chore(deps-dev): bump eslint-plugin-jest from 24.2.1 to 24.3.1
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.2.1 to 24.3.1.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.2.1...v24.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 00:27:19 +00:00
Julien Machiels
389cc2b4c1
Merge pull request #878 from jellyfin/chore/readme_and_telemetry
chore: fix readme type & disabled telemetry in CI config
2021-03-15 00:55:41 +01:00
Thibault Nocchi
0ce88a91e2 chore: fix readme type & disabled telemetry in CI config 2021-03-14 22:11:56 +01:00
Julien Machiels
c17969a401 chore(i18n): translate terms (French)
Currently translated at 100.0% (318 of 318 strings)

Translation: Jellyfin Vue/Jellyfin Vue
Translate-URL: https://translate.jellyfin.org/projects/jellyfin-vue/jellyfin-vue/fr/
2021-03-14 00:20:30 -05:00
MrTimscampi
8e9ddc4adb ci(github): pin labeler and auto-label-merge-conflicts versions 2021-03-13 23:59:06 +01:00
Weblate
052623e7ca Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Jellyfin Vue/Jellyfin Vue
Translate-URL: https://translate.jellyfin.org/projects/jellyfin-vue/jellyfin-vue/
2021-03-13 16:24:07 -05:00
Oatavandi
a63769d964 Translated using Weblate (Malayalam)
Currently translated at 100.0% (318 of 318 strings)

Translation: Jellyfin/Jellyfin Vue
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-vue/ml/
2021-03-13 03:22:23 -05:00
hoanghuy309
74b1aa9bc1 Translated using Weblate (Vietnamese)
Currently translated at 100.0% (318 of 318 strings)

Translation: Jellyfin/Jellyfin Vue
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-vue/vi/
2021-03-13 03:22:22 -05:00
Oatavandi
17b5e7358f Translated using Weblate (Tamil)
Currently translated at 100.0% (318 of 318 strings)

Translation: Jellyfin/Jellyfin Vue
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-vue/ta/
2021-03-13 03:22:22 -05:00
Csaba
5af6345eae Translated using Weblate (Hungarian)
Currently translated at 100.0% (318 of 318 strings)

Translation: Jellyfin/Jellyfin Vue
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-vue/hu/
2021-03-13 02:20:24 -05:00
MrTimscampi
aa7658671b ci: use the jellyfin-bot token for Github Actions 2021-03-13 07:29:16 +01:00
kwm1800
a0fcb1e4c9 Translated using Weblate (Korean)
Currently translated at 72.3% (230 of 318 strings)

Translation: Jellyfin/Jellyfin Vue
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-vue/ko/
2021-03-12 22:51:35 -05:00
cocool97
f85a6d0a41 Translated using Weblate (German)
Currently translated at 100.0% (318 of 318 strings)

Translation: Jellyfin/Jellyfin Vue
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-vue/de/
2021-03-12 18:04:12 -05:00
cocool97
8a5e791243 Translated using Weblate (French)
Currently translated at 100.0% (318 of 318 strings)

Translation: Jellyfin/Jellyfin Vue
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-vue/fr/
2021-03-12 18:04:12 -05:00
Julien Machiels
cacb640560
Merge pull request #843 from jellyfin/play-button-cleanup
Refactor PlayButton and remove GlobalPlayButton
2021-03-12 21:32:10 +01:00
WWWesten
6e45bafdea Translated using Weblate (Kazakh)
Currently translated at 100.0% (318 of 318 strings)

Translation: Jellyfin/Jellyfin Vue
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-vue/kk/
2021-03-12 11:47:50 -05:00
Benji
3043900a91 Translated using Weblate (Polish)
Currently translated at 100.0% (318 of 318 strings)

Translation: Jellyfin/Jellyfin Vue
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-vue/pl/
2021-03-12 11:47:49 -05:00