From c6b22ec9d9594d32643bf8836c214c40cd30c65f Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 30 Jan 2024 17:00:01 +0100 Subject: [PATCH 1/7] fix(CI): Adjust npm-publish to work with GPR Signed-off-by: Ferdinand Thiessen --- .github/workflows/npm-publish.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 309fd39af0..918927c8d2 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -54,9 +54,16 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + - name: Set up Github Package Registry ${{ steps.versions.outputs.nodeVersion }} + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v3 + with: + node-version: ${{ steps.versions.outputs.nodeVersion }} + registry-url: https://npm.pkg.github.com/ + scope: nextcloud-libraries + - name: Publish package on Github Package Registry run: | - npm config set //npm.pkg.github.com/:_authToken=$NODE_AUTH_TOKEN + npm config set registry=https://npm.pkg.github.com/ npm publish --tag $RELEASE_GROUP env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} From f31d5f8fee0d9e11c65f3e0106775b66d94e65d1 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 03:24:08 +0000 Subject: [PATCH 2/7] Translate l10n/messages.pot in es 100% translated source file: 'l10n/messages.pot' on 'es'. --- l10n/es.pot | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/l10n/es.pot b/l10n/es.pot index 37ed0c3d6a..0175fdf5f6 100644 --- a/l10n/es.pot +++ b/l10n/es.pot @@ -118,6 +118,9 @@ msgstr "Confirmar cambios" msgid "Custom" msgstr "Personalizado" +msgid "Dark skin tone" +msgstr "Tono de piel obscuro" + #. TRANSLATORS: A color name for RGB(136, 85, 168) msgid "Deluge" msgstr "Diluvio" @@ -181,6 +184,9 @@ msgstr "invisible" msgid "Keyboard navigation help" msgstr "Ayuda de navegación del teclado" +msgid "Light skin tone" +msgstr "Tono de piel claro" + msgid "Load more \"{options}\"" msgstr "Cargar más \"{options}\"" @@ -188,6 +194,15 @@ msgstr "Cargar más \"{options}\"" msgid "Mariner" msgstr "Marinero" +msgid "Medium dark skin tone" +msgstr "Tono de piel medio oscuro" + +msgid "Medium light skin tone" +msgstr "Tono de piel medio claro" + +msgid "Medium skin tone" +msgstr "Tono de piel medio" + msgid "Message limit of {count} characters reached" msgstr "Se ha alcanzado el límite de {count} caracteres en el mensaje" @@ -197,6 +212,9 @@ msgstr "Más ítems ..." msgid "More options" msgstr "Más opciones" +msgid "Neutral skin color" +msgstr "Color de piel neutral" + msgid "Next" msgstr "Siguiente" @@ -225,9 +243,6 @@ msgstr "Olivino" msgid "online" msgstr "en línea" -msgid "Open contact menu" -msgstr "Abrir menú de contactos" - msgid "Open link to \"{resourceName}\"" msgstr "Abrir enlace a \"{resourceName}\"" @@ -334,6 +349,9 @@ msgstr "Navegación de ajustes" msgid "Show password" msgstr "Mostrar contraseña" +msgid "Skin tone" +msgstr "Tono de piel" + msgid "Skip to app navigation" msgstr "Saltar a la navegación de apps" From 61dc2a10dcad151040b274e03ccb022aee24382b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 07:47:05 +0000 Subject: [PATCH 3/7] chore(deps): Bump codecov/codecov-action from 3.1.4 to 3.1.6 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 3.1.6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/eaaf4bedf32dbdc6b720b63067d99c4d77d6047d...ab904c41d6ece82784817410c45d8b8c02684457) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/node-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-test.yml b/.github/workflows/node-test.yml index b6c5b5187b..230c7bfe2b 100644 --- a/.github/workflows/node-test.yml +++ b/.github/workflows/node-test.yml @@ -80,7 +80,7 @@ jobs: run: npm run test:coverage --if-present - name: Collect coverage - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4 + uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6 with: files: ./coverage/lcov.info From 4e9d56b25f469b48f23926676ce45e4d46352152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 07:47:13 +0000 Subject: [PATCH 4/7] chore(deps): Bump dorny/paths-filter from 2.11.1 to 3.0.0 Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2.11.1 to 3.0.0. - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/4512585405083f25c027a35db413c2b3b9006d50...0bc4621a3135347011ad047f9ecf449bf72ce2bd) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-eslint.yml | 2 +- .github/workflows/node-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml index fd590d4e24..1a19b61ee5 100644 --- a/.github/workflows/lint-eslint.yml +++ b/.github/workflows/lint-eslint.yml @@ -25,7 +25,7 @@ jobs: src: ${{ steps.changes.outputs.src}} steps: - - uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1 + - uses: dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd # v3.0.0 id: changes continue-on-error: true with: diff --git a/.github/workflows/node-test.yml b/.github/workflows/node-test.yml index b6c5b5187b..62be3a88b6 100644 --- a/.github/workflows/node-test.yml +++ b/.github/workflows/node-test.yml @@ -23,7 +23,7 @@ jobs: src: ${{ steps.changes.outputs.src}} steps: - - uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1 + - uses: dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd # v3.0.0 id: changes continue-on-error: true with: From dd918c1eba8581c29b37c4c0ade8380857b09306 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 07:58:28 +0000 Subject: [PATCH 5/7] chore(deps-dev): Bump cypress from 13.6.3 to 13.6.4 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.3 to 13.6.4. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v13.6.3...v13.6.4) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7097ed35d2..232bf8ca6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9687,9 +9687,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.6.3", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.3.tgz", - "integrity": "sha512-d/pZvgwjAyZsoyJ3FOsJT5lDsqnxQ/clMqnNc++rkHjbkkiF2h9s0JsZSyyH4QXhVFW3zPFg82jD25roFLOdZA==", + "version": "13.6.4", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.4.tgz", + "integrity": "sha512-pYJjCfDYB+hoOoZuhysbbYhEmNW7DEDsqn+ToCLwuVowxUXppIWRr7qk4TVRIU471ksfzyZcH+mkoF0CQUKnpw==", "dev": true, "hasInstallScript": true, "dependencies": { From f5bd71b568074ffd78ca9045a7f036caa05b8e22 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 31 Jan 2024 11:51:31 +0100 Subject: [PATCH 6/7] chore(CHANGELOG): Add missing entry for 8.6.0 release Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3e4d7197..ba934049d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file. * feat: Implement widget flag for requesting interactive view by @juliushaertl in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5144 * feat(NcListItem): introduce 'details' slot by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5146 * feat(NcNoteCard): provide a slot for inserting a custom icon instead of default by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4894 +* feat(NcActionButton): support boolean value for radio type by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5134 ### 🐛 Fixed bugs * fix(NcActions): keyboard navigation by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5153 From 5e06d46b5e46d7c490798c005b5808aba1cc8440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Wed, 31 Jan 2024 13:48:38 +0100 Subject: [PATCH 7/7] fix(NcAppNavigationNewItem): bring back correct CSS class MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- src/assets/NcAppNavigationItem.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/assets/NcAppNavigationItem.scss b/src/assets/NcAppNavigationItem.scss index 1a1c6acd4c..a6b8612e57 100644 --- a/src/assets/NcAppNavigationItem.scss +++ b/src/assets/NcAppNavigationItem.scss @@ -34,7 +34,7 @@ } // overwrite active text color - .app-navigation-entry-link { + .app-navigation-entry-link, .app-navigation-entry-button { color: var(--color-primary-element-text) !important; } } @@ -68,12 +68,14 @@ display: none; } - &:not(.app-navigation-entry--editing) .app-navigation-entry-link { - padding-right: $icon-margin; + &:not(.app-navigation-entry--editing) { + .app-navigation-entry-link, .app-navigation-entry-button { + padding-right: $icon-margin; + } } // Main entry link - .app-navigation-entry-link { + .app-navigation-entry-link, .app-navigation-entry-button { z-index: 100; /* above the bullet to allow click*/ display: flex; overflow: hidden;