Compare commits

..

49 Commits

Author SHA1 Message Date
Julius Härtl
9511d0d845 chore(release): Bump version to 1.13.0
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-04-24 11:28:41 +02:00
Nextcloud bot
36124888c2 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-24 00:36:55 +00:00
Julius Härtl
b6e67a7053 Merge pull request #5724 from nextcloud/backport/5723/stable29
[stable29] Clarify config file not found exception message
2024-04-23 19:27:05 +02:00
Julius Härtl
199a6426b8 Merge pull request #5727 from nextcloud/backport/5702/stable29
[stable29] Fix tags' display when they are numerous
2024-04-23 19:26:45 +02:00
Julius Härtl
30a07066f0 Merge pull request #5768 from nextcloud/backport/5729/stable29
[stable29] fix: Adapt NcAppSidebar props to new version
2024-04-23 19:26:25 +02:00
Nextcloud bot
7199876879 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-23 00:37:15 +00:00
dependabot[bot]
c597d3b46c Merge pull request #5781 from nextcloud/dependabot/npm_and_yarn/stable29/nextcloud/cypress-1.0.0-beta.8 2024-04-20 02:15:13 +00:00
dependabot[bot]
7d5184856a Merge pull request #5777 from nextcloud/dependabot/npm_and_yarn/stable29/nextcloud/dialogs-4.2.7 2024-04-20 02:10:23 +00:00
dependabot[bot]
ef1a00eddd Merge pull request #5780 from nextcloud/dependabot/npm_and_yarn/stable29/nextcloud/files-3.2.0 2024-04-20 02:10:19 +00:00
dependabot[bot]
a76a678786 Merge pull request #5779 from nextcloud/dependabot/npm_and_yarn/stable29/cypress-13.8.0 2024-04-20 02:09:51 +00:00
dependabot[bot]
734e702942 Merge pull request #5778 from nextcloud/dependabot/npm_and_yarn/stable29/eslint-plugin-cypress-2.15.2 2024-04-20 02:09:44 +00:00
dependabot[bot]
c6f5a743e1 Chore(deps-dev): Bump @nextcloud/cypress
Bumps [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress) from 1.0.0-beta.7 to 1.0.0-beta.8.
- [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases)
- [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.7...v1.0.0-beta.8)

---
updated-dependencies:
- dependency-name: "@nextcloud/cypress"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-20 01:21:26 +00:00
dependabot[bot]
92f1a292ff Chore(deps): Bump @nextcloud/files from 3.1.1 to 3.2.0
Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-files/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.1.1...v3.2.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/files"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-20 01:21:06 +00:00
dependabot[bot]
6c084da970 Chore(deps-dev): Bump cypress from 13.7.3 to 13.8.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.3 to 13.8.0.
- [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.7.3...v13.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-20 01:20:56 +00:00
dependabot[bot]
2cf6af9e5a Chore(deps-dev): Bump eslint-plugin-cypress from 2.15.1 to 2.15.2
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.15.1 to 2.15.2.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.15.1...v2.15.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-20 01:20:43 +00:00
dependabot[bot]
ad9ada55ca Chore(deps): Bump @nextcloud/dialogs from 4.2.6 to 4.2.7
Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 4.2.6 to 4.2.7.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/v4.2.7/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v4.2.6...v4.2.7)

---
updated-dependencies:
- dependency-name: "@nextcloud/dialogs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-20 01:20:32 +00:00
Julius Härtl
439cca1c28 fix: Adapt NcAppSidebar props to new version
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-04-18 06:34:41 +00:00
Nextcloud bot
d989eaaad6 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-17 00:37:14 +00:00
Julius Härtl
39636f8b4c Merge pull request #5762 from nextcloud/automated/noid/stable29-update-nextcloud-ocp 2024-04-14 14:40:55 +01:00
nextcloud-command
dfd43ee1a6 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2024-04-14 03:33:39 +00:00
Nextcloud bot
0fc3ad993c Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-14 00:36:33 +00:00
dependabot[bot]
0d68b3a3e9 Merge pull request #5760 from nextcloud/dependabot/npm_and_yarn/stable29/nextcloud/capabilities-1.2.0 2024-04-13 04:34:31 +00:00
dependabot[bot]
5d6fe63755 Merge pull request #5757 from nextcloud/dependabot/npm_and_yarn/stable29/dompurify-3.1.0 2024-04-13 04:34:27 +00:00
dependabot[bot]
0e17b8596f Merge pull request #5759 from nextcloud/dependabot/npm_and_yarn/stable29/nextcloud/vue-8.11.2 2024-04-13 04:34:17 +00:00
dependabot[bot]
5daacad46b Merge pull request #5758 from nextcloud/dependabot/npm_and_yarn/stable29/cypress-13.7.3 2024-04-13 04:34:04 +00:00
dependabot[bot]
d243da2bbc Chore(deps): Bump @nextcloud/capabilities from 1.1.0 to 1.2.0
Bumps [@nextcloud/capabilities](https://github.com/nextcloud-libraries/nextcloud-capabilities) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-capabilities/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-capabilities/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-capabilities/compare/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/capabilities"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-13 02:21:37 +00:00
dependabot[bot]
7221715728 Chore(deps): Bump @nextcloud/vue from 8.11.1 to 8.11.2
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.11.1 to 8.11.2.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.11.1...v8.11.2)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-13 02:21:22 +00:00
dependabot[bot]
dbcae4e345 Chore(deps-dev): Bump cypress from 13.7.2 to 13.7.3
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.2 to 13.7.3.
- [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.7.2...v13.7.3)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-13 02:21:03 +00:00
dependabot[bot]
bf8ea830dc Chore(deps): Bump dompurify from 3.0.11 to 3.1.0
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.11 to 3.1.0.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.0.11...3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-13 02:20:41 +00:00
Julius Härtl
991c774d56 Merge pull request #5741 from nextcloud/automated/noid/stable29-update-nextcloud-ocp
[stable29] Update nextcloud/ocp dependency
2024-04-09 10:22:33 +02:00
nextcloud-command
bafc8346c0 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2024-04-07 02:31:32 +00:00
Nextcloud bot
0f6c09db79 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-07 00:37:04 +00:00
dependabot[bot]
a3620e9668 Merge pull request #5738 from nextcloud/dependabot/npm_and_yarn/stable29/cypress-13.7.2 2024-04-06 03:41:00 +00:00
dependabot[bot]
94f2b36d46 Chore(deps-dev): Bump cypress from 13.7.1 to 13.7.2
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.1 to 13.7.2.
- [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.7.1...v13.7.2)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-06 02:12:36 +00:00
Nextcloud bot
14cd92eb76 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-05 00:37:19 +00:00
Nextcloud bot
52a492db23 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-04 00:36:36 +00:00
Jérôme Herbinet
c435304084 Fix the mixed tab and space (replace with full tab)
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2024-04-03 08:30:42 +00:00
Jérôme Herbinet
bbe895ca78 Fix tags' display when they are numerous
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2024-04-03 08:30:42 +00:00
Jim Madge
dafe8077d6 Clarify config file not found exception message
Signed-off-by: Jim Madge <jmadge@turing.ac.uk>
2024-04-03 08:29:31 +00:00
Nextcloud bot
821a74220e Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-03 00:36:44 +00:00
Nextcloud bot
9995b213e7 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-02 00:36:04 +00:00
Nextcloud bot
7650caa580 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-01 00:36:00 +00:00
Nextcloud bot
65c344b2e1 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-31 00:36:51 +00:00
Nextcloud bot
ad582a27cc Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-30 00:37:35 +00:00
dependabot[bot]
91153024fb Merge pull request #5716 from nextcloud/dependabot/npm_and_yarn/stable29/relative-ci/agent-4.2.6 2024-03-29 06:55:15 +00:00
dependabot[bot]
ded3816d39 Chore(deps-dev): Bump @relative-ci/agent from 4.2.5 to 4.2.6
Bumps [@relative-ci/agent](https://github.com/relative-ci/agent) from 4.2.5 to 4.2.6.
- [Release notes](https://github.com/relative-ci/agent/releases)
- [Commits](https://github.com/relative-ci/agent/compare/v4.2.5...v4.2.6)

---
updated-dependencies:
- dependency-name: "@relative-ci/agent"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-29 06:45:40 +00:00
Nextcloud bot
d035d55878 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-29 00:42:02 +00:00
Julius Härtl
690d85adec Merge pull request #5711 from nextcloud/update-stable29-target-versions
chore(CI): Adjust testing matrix for Nextcloud 29 on stable29
2024-03-28 14:32:26 +01:00
Joas Schilling
778327dd5d chore(CI): Adjust testing matrix for Nextcloud 29 on stable29
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-03-28 12:17:55 +01:00
33 changed files with 197 additions and 442 deletions

View File

@@ -13,23 +13,6 @@ updates:
- juliushaertl
- luka-nextcloud
- package-ecosystem: npm
target-branch: stable29
versioning-strategy: lockfile-only
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
open-pull-requests-limit: 30
labels:
- 3. to review
- dependencies
- package-ecosystem: npm
target-branch: stable28
versioning-strategy: lockfile-only

View File

@@ -16,7 +16,7 @@ jobs:
node-version: [16.x]
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2
with:
@@ -24,7 +24,7 @@ jobs:
- name: Set up npm7
run: npm i -g npm@7
- name: Setup PHP
uses: shivammathur/setup-php@2.30.2
uses: shivammathur/setup-php@2.30.0
with:
php-version: '7.4'
tools: composer

View File

@@ -32,7 +32,7 @@ jobs:
echo "APP_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
path: ${{ env.APP_NAME }}
@@ -66,7 +66,7 @@ jobs:
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
- name: Set up php ${{ env.PHP_VERSION }}
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
with:
php-version: ${{ env.PHP_VERSION }}
coverage: none
@@ -128,7 +128,7 @@ jobs:
unzip latest-$NCVERSION.zip
- name: Checkout server master fallback
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
if: ${{ steps.server-checkout.outcome != 'success' }}
with:
submodules: true

View File

@@ -31,7 +31,7 @@ jobs:
reaction-type: "+1"
- name: Checkout the latest code
uses: actions/checkout@v4.1.3 # v3.5.2
uses: actions/checkout@v4.1.1 # v3.5.2
with:
fetch-depth: 0
token: ${{ secrets.COMMAND_BOT_PAT }}

View File

@@ -21,9 +21,9 @@ jobs:
matrix:
node-version: [20.x]
# containers: [1, 2, 3]
php-versions: [ '8.1' ]
php-versions: [ '8.0' ]
databases: [ 'sqlite' ]
server-versions: [ 'master' ]
server-versions: [ 'stable29' ]
steps:
- name: Use Node.js ${{ matrix.node-version }}
@@ -37,7 +37,7 @@ jobs:
echo "text_app_ref=$text_app_ref" >> $GITHUB_ENV
- name: Checkout server
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.1
with:
repository: nextcloud/server
ref: ${{ matrix.server-versions }}
@@ -50,19 +50,19 @@ jobs:
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
- name: Checkout ${{ env.APP_NAME }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.1
with:
path: apps/${{ env.APP_NAME }}
- name: Checkout text
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.1
with:
repository: nextcloud/text
ref: ${{ env.text_app_ref }}
path: apps/text
- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@2.30.2
uses: shivammathur/setup-php@2.30.0
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, zip, gd, apcu

View File

@@ -28,7 +28,7 @@ jobs:
matrix:
php-versions: ['8.1']
databases: ['sqlite', 'mysql', 'pgsql']
server-versions: ['master']
server-versions: ['stable29']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -52,7 +52,7 @@ jobs:
steps:
- name: Checkout server
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.1
with:
repository: nextcloud/server
ref: ${{ matrix.server-versions }}
@@ -66,19 +66,19 @@ jobs:
cd build/integration && composer require --dev phpunit/phpunit:~9
- name: Checkout app
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.1
with:
path: apps/${{ env.APP_NAME }}
- name: Checkout activity
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
repository: nextcloud/activity
ref: ${{ matrix.server-versions }}
path: apps/activity
- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@2.30.2
uses: shivammathur/setup-php@2.30.0
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, mysql, pdo_mysql, pgsql, pdo_pgsql, apcu

View File

@@ -53,7 +53,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Read package.json node and npm engines version
uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2

View File

@@ -22,10 +22,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up php8.2
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
with:
php-version: 8.2
coverage: none

View File

@@ -19,16 +19,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.1', '8.2', '8.3' ]
php-versions: [ '8.0', '8.1', '8.2', '8.3' ]
name: php-lint
steps:
- name: Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
with:
php-version: ${{ matrix.php-versions }}
coverage: none

View File

@@ -22,7 +22,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Read package.json node and npm engines version
uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2

View File

@@ -12,7 +12,7 @@ jobs:
node-version: [14.x]
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2
with:

View File

@@ -18,13 +18,13 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
branches: ['main', 'master', 'stable28', 'stable27', 'stable26']
name: npm-audit-fix-${{ matrix.branches }}
steps:
- name: Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
ref: ${{ matrix.branches }}
@@ -57,7 +57,7 @@ jobs:
- name: Create Pull Request
if: always()
uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v5
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v5
with:
token: ${{ secrets.COMMAND_BOT_PAT }}
commit-message: "chore(deps): fix npm audit"

View File

@@ -21,7 +21,7 @@ jobs:
matrix: ${{ steps.versions.outputs.sparse-matrix }}
steps:
- name: Checkout app
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Get version matrix
id: versions
@@ -80,19 +80,19 @@ jobs:
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
- name: Checkout server
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: true
repository: nextcloud/server
ref: ${{ matrix.server-versions }}
- name: Checkout app
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
path: apps/${{ env.APP_NAME }}
- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
with:
php-version: ${{ matrix.php-versions }}
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation

View File

@@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.2']
server-versions: ['master']
server-versions: ['stable29']
services:
postgres:
@@ -68,19 +68,19 @@ jobs:
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
- name: Checkout server
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: true
repository: nextcloud/server
ref: ${{ matrix.server-versions }}
- name: Checkout app
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
path: apps/${{ env.APP_NAME }}
- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
with:
php-version: ${{ matrix.php-versions }}
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation

View File

@@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.2']
server-versions: ['master']
server-versions: ['stable29']
steps:
- name: Set app env
@@ -57,19 +57,19 @@ jobs:
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
- name: Checkout server
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: true
repository: nextcloud/server
ref: ${{ matrix.server-versions }}
- name: Checkout app
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
path: apps/${{ env.APP_NAME }}
- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
with:
php-version: ${{ matrix.php-versions }}
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation

View File

@@ -18,10 +18,10 @@ jobs:
name: static-psalm-analysis
steps:
- name: Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up php8.2
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
with:
php-version: 8.2
coverage: none

View File

@@ -43,7 +43,7 @@ jobs:
# Enable GitHub auto merge
- name: Auto merge
uses: alexwilson/enable-github-automerge-action@5a508f46e70d6723b62d752352280eb6f7abf9d0 # main
uses: alexwilson/enable-github-automerge-action@d8d24b8699d9749aca9279609909abca856457c8 # main
if: startsWith(steps.branchname.outputs.branch, 'automated/noid/') && endsWith(steps.branchname.outputs.branch, 'update-nextcloud-ocp')
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -17,13 +17,13 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
branches: ['main', 'master', 'stable28', 'stable27', 'stable26']
name: update-nextcloud-ocp-${{ matrix.branches }}
steps:
- id: checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
ref: ${{ matrix.branches }}
submodules: true
@@ -31,7 +31,7 @@ jobs:
- name: Set up php8.2
if: steps.checkout.outcome == 'success'
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
with:
php-version: 8.2
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
@@ -100,7 +100,7 @@ jobs:
- name: Create Pull Request
if: steps.checkout.outcome == 'success'
uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v3
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v3
with:
token: ${{ secrets.COMMAND_BOT_PAT }}
commit-message: "chore(dev-deps): Bump nextcloud/ocp package"

View File

@@ -1,6 +1,31 @@
# Changelog
All notable changes to this project will be documented in this file.
## 1.13.0
### Added
- feat: Rename to teams @juliushaertl [#5611](https://github.com/nextcloud/deck/pull/5611)
- feat: Implement a team resource provider @juliushaertl [#5625](https://github.com/nextcloud/deck/pull/5625)
- Interactive board widget @juliushaertl [#5630](https://github.com/nextcloud/deck/pull/5630)
- introduce done and open filters @grnd-alt [#5488](https://github.com/nextcloud/deck/pull/5488)
### Fixed
- fixed sorting for upcoming cards @elzody [#5493](https://github.com/nextcloud/deck/pull/5493)
- fix(PermissionService#getPermissions): Catch exceptions from getBoard method @marcelklehr [#5542](https://github.com/nextcloud/deck/pull/5542)
- fix(activity): Fix permission checks when rendering activities in bac… @nickvergessen [#5533](https://github.com/nextcloud/deck/pull/5533)
- fix: Safeguard sync requests to hopefully not spam then server @juliushaertl [#5590](https://github.com/nextcloud/deck/pull/5590)
- fix: card move dialog auto close @luka-nextcloud [#5537](https://github.com/nextcloud/deck/pull/5537)
- fix: Avoid conflicts on deck attachments folder name @juliushaertl [#5703](https://github.com/nextcloud/deck/pull/5703)
- fix: Adapt NcAppSidebar props to new version @backportbot[bot] [#5768](https://github.com/nextcloud/deck/pull/5768)
- Fix tags' display when they are numerous @backportbot[bot] [#5727](https://github.com/nextcloud/deck/pull/5727)
- Clarify config file not found exception message @backportbot[bot] [#5724](https://github.com/nextcloud/deck/pull/5724)
### Other
- chore(CI): Adjust testing matrix for Nextcloud 29 on stable29 @nickvergessen [#5711](https://github.com/nextcloud/deck/pull/5711)
## 1.13.0-beta.1
### Added

View File

@@ -16,7 +16,7 @@
- 🚀 Get your project organized
</description>
<version>1.14.0-dev</version>
<version>1.13.0</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<documentation>
@@ -38,7 +38,7 @@
<database min-version="9.4">pgsql</database>
<database>sqlite</database>
<database min-version="8.0">mysql</database>
<nextcloud min-version="30" max-version="30"/>
<nextcloud min-version="29" max-version="29"/>
</dependencies>
<background-jobs>
<job>OCA\Deck\Cron\DeleteCron</job>

View File

@@ -15,7 +15,7 @@
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "^9",
"nextcloud/coding-standard": "^1.1",
"nextcloud/ocp": "dev-master",
"nextcloud/ocp": "dev-stable29",
"psalm/phar": "^5.13"
},
"config": {

29
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "91d1163b8b5b076f39a79a9c394d0217",
"content-hash": "100910e14ce26e45293a1b29bc723416",
"packages": [
{
"name": "justinrainbow/json-schema",
@@ -250,16 +250,16 @@
},
{
"name": "nextcloud/ocp",
"version": "dev-master",
"version": "dev-stable29",
"source": {
"type": "git",
"url": "https://github.com/nextcloud-deps/ocp.git",
"reference": "14e4b4c5bb3f9189b78c9d29bfc6a049046c2d71"
"reference": "9fd8cd85394dc7c2c000d6bf2def918c81aab703"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/14e4b4c5bb3f9189b78c9d29bfc6a049046c2d71",
"reference": "14e4b4c5bb3f9189b78c9d29bfc6a049046c2d71",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/9fd8cd85394dc7c2c000d6bf2def918c81aab703",
"reference": "9fd8cd85394dc7c2c000d6bf2def918c81aab703",
"shasum": ""
},
"require": {
@@ -269,11 +269,10 @@
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.1.4"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "30.0.0-dev"
"dev-stable29": "29.0.0-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -289,9 +288,9 @@
"description": "Composer package containing Nextcloud's public API (classes, interfaces)",
"support": {
"issues": "https://github.com/nextcloud-deps/ocp/issues",
"source": "https://github.com/nextcloud-deps/ocp/tree/master"
"source": "https://github.com/nextcloud-deps/ocp/tree/stable29"
},
"time": "2024-04-24T00:33:09+00:00"
"time": "2024-04-09T00:32:49+00:00"
},
{
"name": "nikic/php-parser",
@@ -842,16 +841,16 @@
},
{
"name": "phpunit/phpunit",
"version": "9.6.19",
"version": "9.6.18",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "a1a54a473501ef4cdeaae4e06891674114d79db8"
"reference": "32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1a54a473501ef4cdeaae4e06891674114d79db8",
"reference": "a1a54a473501ef4cdeaae4e06891674114d79db8",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04",
"reference": "32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04",
"shasum": ""
},
"require": {
@@ -925,7 +924,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.19"
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.18"
},
"funding": [
{
@@ -941,7 +940,7 @@
"type": "tidelift"
}
],
"time": "2024-04-05T04:35:58+00:00"
"time": "2024-03-21T12:07:32+00:00"
},
{
"name": "psalm/phar",

View File

@@ -9,11 +9,7 @@ OC.L10N.register(
"%s on %s" : "%s n %s",
"Action needed" : "Aición necesaria",
"copy" : "copia",
"To do" : "Xera pendiente",
"Done" : "Fecho",
"Example Task 3" : "Xera d'exemplu 3",
"Example Task 2" : "Xera d'exemplu 2",
"Example Task 1" : "Xera d'exemplu 1",
"The file was uploaded" : "Xubióse'l ficheru",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El ficheru xubíu supera la direutiva «upload_max_filesize» del ficheru php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu supera la direutiva «MAX_FILE_SIZE» que s'especificó nel formulariu HTML",
@@ -26,67 +22,42 @@ OC.L10N.register(
"Move card" : "Mover la tarxeta",
"Cancel" : "Encaboxar",
"File already exists" : "El ficheru yá esiste",
"Drop your files to upload" : "Suelta los ficheros pa xubilos",
"Add card" : "Amestar una tarxeta",
"Archived cards" : "Tarxetes archivaes",
"Add list" : "Amestar una llista",
"List name" : "Nome de la llista",
"Open" : "Abrir",
"Completed" : "Completáu",
"Next 24 hours" : "Les próximes 24 hores",
"Next 7 days" : "Los próximos 7 díes",
"Next 30 days" : "Los próximos 30 díes",
"Open details" : "Abrir los detalles",
"Details" : "Detalles",
"Sharing" : "Comparticiñon",
"Tags" : "Etiquetes",
"Deleted items" : "Elementos desaniciaos",
"Activity" : "Actividá",
"Deleted lists" : "Llistes desaniciaes",
"Undo" : "Desfacer",
"Deleted cards" : "Tarxetes desaniciaes",
"(Group)" : "(Grupu)",
"(Team)" : "(Equipu)",
"Can edit" : "Pue editar",
"Owner" : "Propietariu",
"Delete" : "Desaniciar",
"Transfer" : "Tresferir",
"Edit list title" : "Editar el títulu de la llista",
"Archive all cards" : "Archivar toles carpetes",
"Unarchive all cards" : "Desarchivar toles tarxetes",
"Delete list" : "Desaniciar la llista",
"Archive all cards in this list" : "Archivar toles tarxetes d'esta llista",
"Unarchive all cards in this list" : "Desarchivar toles tarxetes d'esta llista",
"Add a new card" : "Amestar una tarxeta nueva",
"Card name" : "Nome de la tarxeta",
"List deleted" : "Desanicióse la llista",
"Edit" : "Editar",
"Add a new tag" : "Amestar una etiqueta nueva",
"Members" : "Miembros",
"Show in Files" : "Amosar en Ficheros",
"Download" : "Baxar",
"Invalid path selected" : "Seleicionóse un camín inválidu",
"Comments" : "Comentarios",
"Modified" : "Modificóse",
"The title cannot be empty." : "El títulu nun pue tar baleru",
"No comments yet. Begin the discussion!" : "Nun hai nengún comentariu. ¡Comienza'l discutiniu!",
"Failed to load comments" : "Nun se puen cargar los comentarios",
"Save" : "Guardar",
"The comment cannot be empty." : "El comentariu nun pue tar baleru.",
"In reply to" : "En rempuesta a",
"Reply" : "Responder",
"Update" : "Anovar",
"Created:" : "Creóse'l",
"Description" : "Descripción",
"(Unsaved)" : "(ensin guardar)",
"(Saving…)" : "(Guardando…)",
"Formatting help" : "Ayuda del formatu",
"Edit description" : "Editar la descripción",
"View description" : "Ver la descripción",
"Not completed" : "Nun se completó",
"Archive card" : "Archivar la tarxeta",
"(group)" : "(grupu)",
"Next week {timeLocale}" : "La próxima selmana {timeLocale}",
"Mark as done" : "Marcar como fecha",
"Delete card" : "Desaniciar la tarxeta",
"seconds ago" : "hai segundos",

View File

@@ -7,11 +7,7 @@
"%s on %s" : "%s n %s",
"Action needed" : "Aición necesaria",
"copy" : "copia",
"To do" : "Xera pendiente",
"Done" : "Fecho",
"Example Task 3" : "Xera d'exemplu 3",
"Example Task 2" : "Xera d'exemplu 2",
"Example Task 1" : "Xera d'exemplu 1",
"The file was uploaded" : "Xubióse'l ficheru",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El ficheru xubíu supera la direutiva «upload_max_filesize» del ficheru php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu supera la direutiva «MAX_FILE_SIZE» que s'especificó nel formulariu HTML",
@@ -24,67 +20,42 @@
"Move card" : "Mover la tarxeta",
"Cancel" : "Encaboxar",
"File already exists" : "El ficheru yá esiste",
"Drop your files to upload" : "Suelta los ficheros pa xubilos",
"Add card" : "Amestar una tarxeta",
"Archived cards" : "Tarxetes archivaes",
"Add list" : "Amestar una llista",
"List name" : "Nome de la llista",
"Open" : "Abrir",
"Completed" : "Completáu",
"Next 24 hours" : "Les próximes 24 hores",
"Next 7 days" : "Los próximos 7 díes",
"Next 30 days" : "Los próximos 30 díes",
"Open details" : "Abrir los detalles",
"Details" : "Detalles",
"Sharing" : "Comparticiñon",
"Tags" : "Etiquetes",
"Deleted items" : "Elementos desaniciaos",
"Activity" : "Actividá",
"Deleted lists" : "Llistes desaniciaes",
"Undo" : "Desfacer",
"Deleted cards" : "Tarxetes desaniciaes",
"(Group)" : "(Grupu)",
"(Team)" : "(Equipu)",
"Can edit" : "Pue editar",
"Owner" : "Propietariu",
"Delete" : "Desaniciar",
"Transfer" : "Tresferir",
"Edit list title" : "Editar el títulu de la llista",
"Archive all cards" : "Archivar toles carpetes",
"Unarchive all cards" : "Desarchivar toles tarxetes",
"Delete list" : "Desaniciar la llista",
"Archive all cards in this list" : "Archivar toles tarxetes d'esta llista",
"Unarchive all cards in this list" : "Desarchivar toles tarxetes d'esta llista",
"Add a new card" : "Amestar una tarxeta nueva",
"Card name" : "Nome de la tarxeta",
"List deleted" : "Desanicióse la llista",
"Edit" : "Editar",
"Add a new tag" : "Amestar una etiqueta nueva",
"Members" : "Miembros",
"Show in Files" : "Amosar en Ficheros",
"Download" : "Baxar",
"Invalid path selected" : "Seleicionóse un camín inválidu",
"Comments" : "Comentarios",
"Modified" : "Modificóse",
"The title cannot be empty." : "El títulu nun pue tar baleru",
"No comments yet. Begin the discussion!" : "Nun hai nengún comentariu. ¡Comienza'l discutiniu!",
"Failed to load comments" : "Nun se puen cargar los comentarios",
"Save" : "Guardar",
"The comment cannot be empty." : "El comentariu nun pue tar baleru.",
"In reply to" : "En rempuesta a",
"Reply" : "Responder",
"Update" : "Anovar",
"Created:" : "Creóse'l",
"Description" : "Descripción",
"(Unsaved)" : "(ensin guardar)",
"(Saving…)" : "(Guardando…)",
"Formatting help" : "Ayuda del formatu",
"Edit description" : "Editar la descripción",
"View description" : "Ver la descripción",
"Not completed" : "Nun se completó",
"Archive card" : "Archivar la tarxeta",
"(group)" : "(grupu)",
"Next week {timeLocale}" : "La próxima selmana {timeLocale}",
"Mark as done" : "Marcar como fecha",
"Delete card" : "Desaniciar la tarxeta",
"seconds ago" : "hai segundos",

View File

@@ -280,7 +280,6 @@ OC.L10N.register(
"Ctrl" : "Ctrl",
"Search" : "Bilatu",
"Enter" : "Sartu",
"Space" : "Espazioa",
"All boards" : "Taula guztiak",
"Archived boards" : "Artxibatutako taulak",
"Shared with you" : "Zurekin partekatua",

View File

@@ -278,7 +278,6 @@
"Ctrl" : "Ctrl",
"Search" : "Bilatu",
"Enter" : "Sartu",
"Space" : "Espazioa",
"All boards" : "Taula guztiak",
"Archived boards" : "Artxibatutako taulak",
"Shared with you" : "Zurekin partekatua",

View File

@@ -37,10 +37,6 @@ OC.L10N.register(
"{user} has archived card {card} in list {stack} on board {board}" : "{user} переместил(а) в архив карточку «{card}» из списка «{stack}» на доске «{board}»",
"You have unarchived card {card} in list {stack} on board {board}" : "Вы восстановили из архива карточку «{card}» в список «{stack}» на доске «{board}»",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} восстановил(а) из архива карточку «{card}» в список «{stack}» на доске «{board}»",
"You have marked the card {card} as done in list {stack} on board {board}" : "Вы отметили как завершённую карточку «{card}» в списке «{stack}» на доске «{board}»",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} отметил(а) как завершённую карточку «{card}» в списке «{stack}» на доске «{board}»",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Вы отметили как незавершённую карточку «{card}» в списке «{stack}» на доске «{board}»",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} отметил(а) как незавершённую карточку «{card}» в списке «{stack}» на доске «{board}»",
"You have removed the due date of card {card}" : "Вы удалили срок исполнения по карточке «{card}»",
"{user} has removed the due date of card {card}" : "{user} удалил(а) срок исполнения по карточке «{card}»",
"You have set the due date of card {card} to {after}" : "Вы задали срок исполнения по карточке «{card}» до {after}",
@@ -72,8 +68,6 @@ OC.L10N.register(
"A <strong>board, list or card</strong> was changed" : "<strong>Доска, список или карточка</strong> были изменены",
"A <strong>comment</strong> was created on a card" : "Добавлен <strong>комментарий</strong> к карточке",
"A <strong>card description</strong> has been changed" : "<strong>Описание карточки</strong> изменено",
"Cards due today" : "Завершающиеся сегодня",
"Cards due tomorrow" : "Завершающиеся завтра",
"Upcoming cards" : "Ожидающие выполнения",
"Load more" : "Загрузить больше",
"Personal" : "Личное",
@@ -146,27 +140,21 @@ OC.L10N.register(
"List name" : "Название списка",
"Active filters" : "Активные фильтры",
"Apply filter" : "Применить фильтр",
"Filter by tag" : "Отбор по меткам:",
"Filter by assigned user" : "Отбор по назначению:",
"Unassigned" : "Без назначения",
"Filter by completed" : "Отбор по состоянию завершения",
"Open and completed" : "Открытые и завершённые",
"Open" : "Открытые",
"Completed" : "Завершённые",
"Filter by due date" : "Отбор по сроку исполнения:",
"Filter by tag" : "Фильтр по меткам:",
"Filter by assigned user" : "Фильтр по назначению:",
"Unassigned" : "не назначен",
"Open" : "Открыть",
"Completed" : "Выполнено",
"Filter by due date" : "Фильтр по сроку исполнения:",
"Overdue" : "Просроченные",
"Next 24 hours" : "Ближайшие 24 часа",
"Next 7 days" : "Ближайшие 7 дней",
"Next 30 days" : "Ближайшие 30 дней",
"No due date" : "Без назначенной даты",
"Clear filter" : "Сбросить фильтр",
"View Modes" : "Режимы просмотра",
"Toggle View Modes" : "Выбор режима просмотра",
"Hide archived cards" : "Скрывать архивные карточки",
"Show archived cards" : "Показывать архивные карточки",
"Hide archived cards" : "Скрыть архивные карточки",
"Show archived cards" : "Просмотреть или скрыть архивные карточки",
"Toggle compact mode" : "Выбор компактного или обычного режима просмотра",
"Hide card cover images" : "Скрыть обложки карточек",
"Show card cover images" : "Показывать обложки карточек",
"Open details" : "Открыть подробности",
"Details" : "Свойства",
"Currently present people" : "Присутствующие в настоящее время люди",
@@ -180,12 +168,9 @@ OC.L10N.register(
"Deleted lists" : "Удалённые списки",
"Undo" : "Отменить",
"Deleted cards" : "Карточки в корзине",
"Share board with a user, group or team …" : "Открыть доступ к доске пользователю, группе или команде…",
"Searching for users, groups and teams …" : "Поиск пользователей, групп и команд…",
"No participants found" : "Не удалось найти ни одного участника",
"Board owner" : "Владелец доски",
"(Group)" : "(Группа)",
"(Team)" : "(Команда)",
"Can edit" : "Разрешить редактировать",
"Can share" : "Разрешить делиться с другими",
"Can manage" : "Разрешить изменять",
@@ -211,9 +196,7 @@ OC.L10N.register(
"title and color value must be provided" : "необходимо указать цвет и название",
"Board name" : "Название доски",
"Members" : "Участники",
"Assign to users/groups/team" : "Назначить пользователям, группам или командам",
"Assign a user to this card…" : "Назначить карточку пользователю…",
"Select a user to assign to this card…" : "Выберите пользователя, которому будет назначена карточка…",
"Assign a user to this card…" : "Назначить пользователя этой карточке…",
"Upload new files" : "Передать на сервер новые файлы",
"Share from Files" : "Опубликовать из приложения «Файлы»",
"Pending share" : "Ожидающие публикации",
@@ -253,21 +236,12 @@ OC.L10N.register(
"Choose attachment" : "Выберите вложение",
"Assign a due date to this card…" : "Назначить срок истечения карточки...",
"Set a due date" : "Задать дату исполнения",
"Add due date" : "Назначить дату завершения",
"Choose a date" : "Выбрать дату…",
"Remove due date" : "Удалить срок исполнения",
"Due at:" : "Дата завершения:",
"Not completed" : "Не завершено",
"Unarchive card" : "Восстановить из архива",
"Archive card" : "Переместить в архив",
"Select Date" : "Выберите дату",
"Set due date for later today" : "Задать дату завершения на сегодня позднее",
"Set due date for tomorrow" : "Задать дату завершения на завтра",
"Set due date for this weekend" : "Задать дату завершения на ближайшие выходные",
"Set due date for next week" : "Задать дату завершения на следующую неделю",
"Assign a tag to this card…" : "Назначить метку этой карточке…",
"Select or create a tag…" : "Выбрать или создать метку…",
"Create a new tag:" : "Создать метку:",
"(group)" : "(группа)",
"Next week {timeLocale}" : "Следующая неделя {timeLocale}",
"Todo items" : "Элементы списка задач",
@@ -276,36 +250,17 @@ OC.L10N.register(
"Card details" : "Свойства карточки",
"Assign to me" : "Назначить себе",
"Unassign myself" : "Отказаться от назначения",
"Mark as not done" : "Отметить как невыполненную",
"Mark as done" : "Отметить как выполненную",
"Delete card" : "Удалить",
"Card deleted" : "Карточка удалена",
"seconds ago" : "несколько секунд назад",
"Keyboard shortcuts" : "Сочетания клавиш",
"Boost your productivity using Deck with keyboard shortcuts." : "Используйте комбинации клавиш для работы в приложении",
"Board actions" : "Управление доской",
"Keyboard shortcut" : "Комбинации клавиш",
"Action" : "Действие",
"Shift" : "Shift",
"Scroll" : "Прокрутка",
"Scroll sideways" : "Боковая прокрутка",
"Navigate between cards" : "Перемещение между карточками",
"Esc" : "Esc",
"Close card details" : "Закрыть свойства карточки",
"Ctrl" : "Ctrl",
"Search" : "Поиск",
"Show card filters" : "Открыть фильтр отбора",
"Clear card filters" : "Очистить фильтр отбора",
"Show help dialog" : "Открыть справку",
"Card actions" : "Управление карточками",
"Enter" : "Ввод",
"Space" : "Пробел",
"Open card details" : "Открыть свойства карточки",
"Edit the card title" : "Изменить заголовок карточки",
"Assign yourself to the current card" : "Назначить открытую карточку себе",
"Archive/unarchive the current card" : "Переместить карточку в архив или вернуть из архива",
"Mark card as completed/not completed" : "Изменить отметку завершения карточки",
"Open card menu" : "Открыть меню управления карточкой",
"All boards" : "Все доски",
"Archived boards" : "Архив досок",
"Shared with you" : "Предоставленные вам",
@@ -313,7 +268,6 @@ OC.L10N.register(
"Use bigger card view" : "Режим просмотра с увеличенными карточками",
"Show card ID badge" : "Показывать идентификатор карточки",
"Show boards in calendar/tasks" : "Показывать карточки в календаре и задачах",
"Limit board creation to some groups" : "Разрешить создавать доски только участниками определённых групп",
"Board details" : "Свойства доски",
"Edit board" : "Редактировать",
"Clone board" : "Скопировать доску",
@@ -354,8 +308,6 @@ OC.L10N.register(
"Open card" : "Открыть карточку",
"Close" : "Закрыть",
"No upcoming cards" : "Отсутствуют карточки, ожидающие выполнения",
"upcoming cards today" : "карточки, которые должны быть выполнены сегодня",
"upcoming cards tomorrow" : "карточки, которые должны быть выполнены до завтра",
"upcoming cards" : "карточки, ожидающие выполнения",
"New card" : "Новая карточка",
"Due on {date}" : "Дата исполнения: {date}",

View File

@@ -35,10 +35,6 @@
"{user} has archived card {card} in list {stack} on board {board}" : "{user} переместил(а) в архив карточку «{card}» из списка «{stack}» на доске «{board}»",
"You have unarchived card {card} in list {stack} on board {board}" : "Вы восстановили из архива карточку «{card}» в список «{stack}» на доске «{board}»",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} восстановил(а) из архива карточку «{card}» в список «{stack}» на доске «{board}»",
"You have marked the card {card} as done in list {stack} on board {board}" : "Вы отметили как завершённую карточку «{card}» в списке «{stack}» на доске «{board}»",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} отметил(а) как завершённую карточку «{card}» в списке «{stack}» на доске «{board}»",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Вы отметили как незавершённую карточку «{card}» в списке «{stack}» на доске «{board}»",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} отметил(а) как незавершённую карточку «{card}» в списке «{stack}» на доске «{board}»",
"You have removed the due date of card {card}" : "Вы удалили срок исполнения по карточке «{card}»",
"{user} has removed the due date of card {card}" : "{user} удалил(а) срок исполнения по карточке «{card}»",
"You have set the due date of card {card} to {after}" : "Вы задали срок исполнения по карточке «{card}» до {after}",
@@ -70,8 +66,6 @@
"A <strong>board, list or card</strong> was changed" : "<strong>Доска, список или карточка</strong> были изменены",
"A <strong>comment</strong> was created on a card" : "Добавлен <strong>комментарий</strong> к карточке",
"A <strong>card description</strong> has been changed" : "<strong>Описание карточки</strong> изменено",
"Cards due today" : "Завершающиеся сегодня",
"Cards due tomorrow" : "Завершающиеся завтра",
"Upcoming cards" : "Ожидающие выполнения",
"Load more" : "Загрузить больше",
"Personal" : "Личное",
@@ -144,27 +138,21 @@
"List name" : "Название списка",
"Active filters" : "Активные фильтры",
"Apply filter" : "Применить фильтр",
"Filter by tag" : "Отбор по меткам:",
"Filter by assigned user" : "Отбор по назначению:",
"Unassigned" : "Без назначения",
"Filter by completed" : "Отбор по состоянию завершения",
"Open and completed" : "Открытые и завершённые",
"Open" : "Открытые",
"Completed" : "Завершённые",
"Filter by due date" : "Отбор по сроку исполнения:",
"Filter by tag" : "Фильтр по меткам:",
"Filter by assigned user" : "Фильтр по назначению:",
"Unassigned" : "не назначен",
"Open" : "Открыть",
"Completed" : "Выполнено",
"Filter by due date" : "Фильтр по сроку исполнения:",
"Overdue" : "Просроченные",
"Next 24 hours" : "Ближайшие 24 часа",
"Next 7 days" : "Ближайшие 7 дней",
"Next 30 days" : "Ближайшие 30 дней",
"No due date" : "Без назначенной даты",
"Clear filter" : "Сбросить фильтр",
"View Modes" : "Режимы просмотра",
"Toggle View Modes" : "Выбор режима просмотра",
"Hide archived cards" : "Скрывать архивные карточки",
"Show archived cards" : "Показывать архивные карточки",
"Hide archived cards" : "Скрыть архивные карточки",
"Show archived cards" : "Просмотреть или скрыть архивные карточки",
"Toggle compact mode" : "Выбор компактного или обычного режима просмотра",
"Hide card cover images" : "Скрыть обложки карточек",
"Show card cover images" : "Показывать обложки карточек",
"Open details" : "Открыть подробности",
"Details" : "Свойства",
"Currently present people" : "Присутствующие в настоящее время люди",
@@ -178,12 +166,9 @@
"Deleted lists" : "Удалённые списки",
"Undo" : "Отменить",
"Deleted cards" : "Карточки в корзине",
"Share board with a user, group or team …" : "Открыть доступ к доске пользователю, группе или команде…",
"Searching for users, groups and teams …" : "Поиск пользователей, групп и команд…",
"No participants found" : "Не удалось найти ни одного участника",
"Board owner" : "Владелец доски",
"(Group)" : "(Группа)",
"(Team)" : "(Команда)",
"Can edit" : "Разрешить редактировать",
"Can share" : "Разрешить делиться с другими",
"Can manage" : "Разрешить изменять",
@@ -209,9 +194,7 @@
"title and color value must be provided" : "необходимо указать цвет и название",
"Board name" : "Название доски",
"Members" : "Участники",
"Assign to users/groups/team" : "Назначить пользователям, группам или командам",
"Assign a user to this card…" : "Назначить карточку пользователю…",
"Select a user to assign to this card…" : "Выберите пользователя, которому будет назначена карточка…",
"Assign a user to this card…" : "Назначить пользователя этой карточке…",
"Upload new files" : "Передать на сервер новые файлы",
"Share from Files" : "Опубликовать из приложения «Файлы»",
"Pending share" : "Ожидающие публикации",
@@ -251,21 +234,12 @@
"Choose attachment" : "Выберите вложение",
"Assign a due date to this card…" : "Назначить срок истечения карточки...",
"Set a due date" : "Задать дату исполнения",
"Add due date" : "Назначить дату завершения",
"Choose a date" : "Выбрать дату…",
"Remove due date" : "Удалить срок исполнения",
"Due at:" : "Дата завершения:",
"Not completed" : "Не завершено",
"Unarchive card" : "Восстановить из архива",
"Archive card" : "Переместить в архив",
"Select Date" : "Выберите дату",
"Set due date for later today" : "Задать дату завершения на сегодня позднее",
"Set due date for tomorrow" : "Задать дату завершения на завтра",
"Set due date for this weekend" : "Задать дату завершения на ближайшие выходные",
"Set due date for next week" : "Задать дату завершения на следующую неделю",
"Assign a tag to this card…" : "Назначить метку этой карточке…",
"Select or create a tag…" : "Выбрать или создать метку…",
"Create a new tag:" : "Создать метку:",
"(group)" : "(группа)",
"Next week {timeLocale}" : "Следующая неделя {timeLocale}",
"Todo items" : "Элементы списка задач",
@@ -274,36 +248,17 @@
"Card details" : "Свойства карточки",
"Assign to me" : "Назначить себе",
"Unassign myself" : "Отказаться от назначения",
"Mark as not done" : "Отметить как невыполненную",
"Mark as done" : "Отметить как выполненную",
"Delete card" : "Удалить",
"Card deleted" : "Карточка удалена",
"seconds ago" : "несколько секунд назад",
"Keyboard shortcuts" : "Сочетания клавиш",
"Boost your productivity using Deck with keyboard shortcuts." : "Используйте комбинации клавиш для работы в приложении",
"Board actions" : "Управление доской",
"Keyboard shortcut" : "Комбинации клавиш",
"Action" : "Действие",
"Shift" : "Shift",
"Scroll" : "Прокрутка",
"Scroll sideways" : "Боковая прокрутка",
"Navigate between cards" : "Перемещение между карточками",
"Esc" : "Esc",
"Close card details" : "Закрыть свойства карточки",
"Ctrl" : "Ctrl",
"Search" : "Поиск",
"Show card filters" : "Открыть фильтр отбора",
"Clear card filters" : "Очистить фильтр отбора",
"Show help dialog" : "Открыть справку",
"Card actions" : "Управление карточками",
"Enter" : "Ввод",
"Space" : "Пробел",
"Open card details" : "Открыть свойства карточки",
"Edit the card title" : "Изменить заголовок карточки",
"Assign yourself to the current card" : "Назначить открытую карточку себе",
"Archive/unarchive the current card" : "Переместить карточку в архив или вернуть из архива",
"Mark card as completed/not completed" : "Изменить отметку завершения карточки",
"Open card menu" : "Открыть меню управления карточкой",
"All boards" : "Все доски",
"Archived boards" : "Архив досок",
"Shared with you" : "Предоставленные вам",
@@ -311,7 +266,6 @@
"Use bigger card view" : "Режим просмотра с увеличенными карточками",
"Show card ID badge" : "Показывать идентификатор карточки",
"Show boards in calendar/tasks" : "Показывать карточки в календаре и задачах",
"Limit board creation to some groups" : "Разрешить создавать доски только участниками определённых групп",
"Board details" : "Свойства доски",
"Edit board" : "Редактировать",
"Clone board" : "Скопировать доску",
@@ -352,8 +306,6 @@
"Open card" : "Открыть карточку",
"Close" : "Закрыть",
"No upcoming cards" : "Отсутствуют карточки, ожидающие выполнения",
"upcoming cards today" : "карточки, которые должны быть выполнены сегодня",
"upcoming cards tomorrow" : "карточки, которые должны быть выполнены до завтра",
"upcoming cards" : "карточки, ожидающие выполнения",
"New card" : "Новая карточка",
"Due on {date}" : "Дата исполнения: {date}",

View File

@@ -38,7 +38,6 @@ OC.L10N.register(
"You have unarchived card {card} in list {stack} on board {board}" : "Zrušili ste archiváciu karty {card} v zozname {stack} na nástenke {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} zrušil archiváciu karty {card} v zozname {stack} na nástenke {board}",
"You have marked the card {card} as done in list {stack} on board {board}" : "Označili ste kartu {card} ako vykonanú v zozname {stack} na {board}",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} označil kartu {card} ako hotovú v zozname {stack} na nástenke {board}",
"You have marked the card {card} as undone in list {stack} on board {board}" : "V zozname {stack} na {board} ste označili kartu {card} ako zrušenú",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} označil kartu {card} ako nedokončenú v zozname {stack} na {board}",
"You have removed the due date of card {card}" : "Odobrali ste termín dokončenia z karty {card}",
@@ -87,12 +86,8 @@ OC.L10N.register(
"{user} has shared {deck-board} with you." : "{user} zdieľa {deck-board} s vami.",
"Deck board" : "Palubná doska",
"Owned by %1$s" : "Vlastní %1$s",
"Deck boards, cards and comments" : "Nástenky Deck, karty a komentáre",
"From %1$s, in %2$s/%3$s, owned by %4$s" : "Od %1$s, v %2$s/%3$s, vlastnené %4$s",
"Create a new deck card" : "Vytvoriť novú kartu deck",
"Card comments" : "Komentáre karty",
"%s on %s" : "%s na %s",
"Deck boards and cards" : "Nástenky Deck a karty",
"No data was provided to create an attachment." : "Neboli poskytnuté dáta pre vytvorenie prílohy.",
"Finished" : "Ukončené",
"To review" : "Na posúdenie",
@@ -149,8 +144,6 @@ OC.L10N.register(
"Filter by tag" : "Filtrovať podľa štítkov",
"Filter by assigned user" : "Filtrovať podľa priradeného používateľa",
"Unassigned" : "Nepriradený",
"Filter by completed" : "Filtrovať podľa dokončených",
"Open and completed" : "Otvorené a dokončené",
"Open" : "Otvoriť",
"Completed" : "Dokončené",
"Filter by due date" : "Filtrovať podľa termínu",
@@ -160,16 +153,11 @@ OC.L10N.register(
"Next 30 days" : "Následujúcich 30 dní",
"No due date" : "Bez termínu",
"Clear filter" : "Vyčistiť filter",
"View Modes" : "Režimy zobrazenia",
"Toggle View Modes" : "Prepnúť režimy zobrazenia",
"Hide archived cards" : "Skryť archivované karty",
"Show archived cards" : "Zobraziť archivované karty",
"Toggle compact mode" : "Vyp/zap. kompaktný režim",
"Hide card cover images" : "Skryť obrázky obalu karty",
"Show card cover images" : "Zobraziť obrázky obalu karty",
"Open details" : "Otvoriť detaily",
"Details" : "Podrobnosti",
"Currently present people" : "Momentálne prítomný ľudia",
"Loading board" : "Načítanie nástenky",
"Board not found" : "Nástenka nebola nájdená",
"Create a new list to add cards to this board" : "Pre pridanie kariet na túto tabuľu vytvorte nový zoznam",
@@ -180,12 +168,9 @@ OC.L10N.register(
"Deleted lists" : "Vymazané zoznamy",
"Undo" : "Odvolať",
"Deleted cards" : "Odstránené karty",
"Share board with a user, group or team …" : "Zdieľanie nástenky s užívateľom, skupinou alebo tímom …",
"Searching for users, groups and teams …" : "Vyhľadávam užívateľov, skupiny a tímy ...",
"No participants found" : "Nenašli sa žiadni účastníci",
"Board owner" : "Vlastník nástenky",
"(Group)" : "(Skupina)",
"(Team)" : "(Tím)",
"Can edit" : "Môže upravovať",
"Can share" : "Môže sprístupniť",
"Can manage" : "Môže spravovať",
@@ -197,7 +182,6 @@ OC.L10N.register(
"Transfer" : "Prenos",
"The board has been transferred to {user}" : "Nástenka bola presunutá na {user}",
"Failed to transfer the board to {user}" : "Chyba pri presune nástenky na {user}",
"Edit list title" : "Upraviť názov zoznamu",
"Archive all cards" : "Archivovať všetky karty",
"Unarchive all cards" : "Zrušiť archiváciu všetkých kariet",
"Delete list" : "Vymazať zoznam",
@@ -211,9 +195,7 @@ OC.L10N.register(
"title and color value must be provided" : "je potrebné zadať nadpis a vybrať farbu",
"Board name" : "Názov nástenky",
"Members" : "Členovia",
"Assign to users/groups/team" : "Priradiť k užívateľom/skupinám/tímom",
"Assign a user to this card…" : "Priradiť používateľa k tejto karte…",
"Select a user to assign to this card…" : "Vyberte užívateľa, ktorého chcete priradiť k tejto karte…",
"Upload new files" : "Nahrať nové súbory",
"Share from Files" : "Zdieľať zo Súborov",
"Pending share" : "Čakajúce zdieľanie",
@@ -251,23 +233,14 @@ OC.L10N.register(
"Add Attachment" : "Pridať prílohu",
"Write a description …" : "Napíšte popis...",
"Choose attachment" : "Vybrať prílohu",
"Assign a due date to this card…" : "Priradiť tejto karte termín…",
"Set a due date" : "Nastaviť termín",
"Add due date" : "Pridať termín",
"Choose a date" : "Vyberte dátum",
"Remove due date" : "Odstrániť termín dokončenia",
"Due at:" : "Termín dokončenia:",
"Not completed" : "Nedokončené",
"Unarchive card" : "Zrušiť archiváciu karty",
"Archive card" : "Archivovať kartu",
"Select Date" : "Vybrať dátum",
"Set due date for later today" : "Nastaviť termín dokončenia na neskôr dnes ",
"Set due date for tomorrow" : "Nastaviť termín dokončenia na zajtra",
"Set due date for this weekend" : "Nastaviť termín dokončenia na tento víkend",
"Set due date for next week" : "Nastaviť termín dokončenia na budúci týždeň",
"Assign a tag to this card…" : "Tejto karte priradiť štítok…",
"Select or create a tag…" : "Vybrať alebo vytvoriť štítok...",
"Create a new tag:" : "Vytvoriť nový štítok:",
"(group)" : "(skupina)",
"Next week {timeLocale}" : "Budúci týždeň {timeLocale}",
"Todo items" : "Položky úloh",
@@ -276,37 +249,16 @@ OC.L10N.register(
"Card details" : "Podrobnosti o karte",
"Assign to me" : "Priradiť mne",
"Unassign myself" : "Zrušiť priradenie mne",
"Mark as not done" : "Označiť ako nedokončené",
"Mark as done" : "Označiť ako dokončené",
"Delete card" : "Zmazať kartu",
"Card deleted" : "Karta bola vymazaná",
"seconds ago" : "pred niekoľkými sekundami",
"Keyboard shortcuts" : "Klávesové skratky",
"Boost your productivity using Deck with keyboard shortcuts." : "Zvýšte svoju produktivitu s Deck pomocou klávesových skratiek.",
"Board actions" : "Akcie nástenky",
"Keyboard shortcut" : "Klávesová skratka",
"Action" : "Akcia",
"Shift" : "Shift",
"Scroll" : "Rolovať",
"Scroll sideways" : "Rolovať do strán",
"Navigate between cards" : "Navigovať medzi kartami",
"Esc" : "Esc",
"Close card details" : "Zatvoriť podrobnosti o karte",
"Ctrl" : "Ctrl",
"Search" : "Hľadať",
"Show card filters" : "Zobraziť filtre karty",
"Clear card filters" : "Vymazať filtre kariet",
"Show help dialog" : "Zobraziť okno s pomocou",
"Card actions" : "Akcie karty",
"The following actions can be triggered on the currently highlighted card" : "Na aktuálne zvýraznenej karte možno spustiť nasledujúce akcie",
"Enter" : "Enter",
"Space" : "Medzerník",
"Open card details" : "Otvoriť podrobnosti o karte",
"Edit the card title" : "Upraviť názov karty",
"Assign yourself to the current card" : "Priraďte seba k aktuálnej karte",
"Archive/unarchive the current card" : "Archivovať/zrušiť archiváciu aktuálnej karty",
"Mark card as completed/not completed" : "Označiť kartu ako dokončenú/nedokončenú",
"Open card menu" : "Otvoriť menu karty",
"All boards" : "Všetky nástenky",
"Archived boards" : "Archivované nástenky",
"Shared with you" : "Vám sprístupnené",
@@ -314,14 +266,11 @@ OC.L10N.register(
"Use bigger card view" : "Použiť väčšie zobrazenie karty",
"Show card ID badge" : "Ukázať ID karty",
"Show boards in calendar/tasks" : "Zobrazovať nástenky v kalendári/úlohách",
"Limit board creation to some groups" : "Obmedziť vytváranie nástenky pre konkrétne skupiny",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Užívatelia mimo týchto skupín si nebudú môcť vytvárať vlastné nástenky, ale stále budú môcť pracovať na nástenkách, ktoré s nimi boli zdieľané.",
"Board details" : "Podrobnosti o nástenke",
"Edit board" : "Upraviť nástenku",
"Clone board" : "Duplikovať nástenku",
"Unarchive board" : "Zrušiť archiváciu nástenky",
"Archive board" : "Archivovať nástenku",
"Export board" : "Exportovať nástenku",
"Turn on due date reminders" : "Zapnúť pripomienky na termín dokončenia",
"Turn off due date reminders" : "Vypnúť pripomienky na termín dokončenia",
"Due date reminders" : "Pripomienky termínu dokončenia",
@@ -342,7 +291,6 @@ OC.L10N.register(
"Search for {searchQuery} in all boards" : "Vyhľadať {searchQuery} na všetkých plochách",
"No results found" : "Neboli nájdené žiadne výsledky",
"This weekend {timeLocale}" : "Tento víkend {timeLocale}",
"Deck board {name}\n* Last modified on {lastMod}" : "Nástenka Deck {name}\n* Naposledy upravené {lastMod}",
"{stack} in {board}" : "{stack} v {board}",
"Click to expand description" : "Kliknite pre rozšírenie popisu",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Vytvorené dňa {created}\n* Naposledy upravené {lastMod}\n* {nbAttachments} príloh\n* Komentáre: {nbComments}",
@@ -356,8 +304,6 @@ OC.L10N.register(
"Open card" : "Otvoriť kartu",
"Close" : "Zatvoriť",
"No upcoming cards" : "Žiadne nadchádzajúce karty",
"upcoming cards today" : "Nadchádzajúce karty na dnes",
"upcoming cards tomorrow" : "Nadchádzajúce karty na zajtra",
"upcoming cards" : "nadchádzajúce karty",
"New card" : "Nová karta",
"Due on {date}" : "Platné do {date}",

View File

@@ -36,7 +36,6 @@
"You have unarchived card {card} in list {stack} on board {board}" : "Zrušili ste archiváciu karty {card} v zozname {stack} na nástenke {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} zrušil archiváciu karty {card} v zozname {stack} na nástenke {board}",
"You have marked the card {card} as done in list {stack} on board {board}" : "Označili ste kartu {card} ako vykonanú v zozname {stack} na {board}",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} označil kartu {card} ako hotovú v zozname {stack} na nástenke {board}",
"You have marked the card {card} as undone in list {stack} on board {board}" : "V zozname {stack} na {board} ste označili kartu {card} ako zrušenú",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} označil kartu {card} ako nedokončenú v zozname {stack} na {board}",
"You have removed the due date of card {card}" : "Odobrali ste termín dokončenia z karty {card}",
@@ -85,12 +84,8 @@
"{user} has shared {deck-board} with you." : "{user} zdieľa {deck-board} s vami.",
"Deck board" : "Palubná doska",
"Owned by %1$s" : "Vlastní %1$s",
"Deck boards, cards and comments" : "Nástenky Deck, karty a komentáre",
"From %1$s, in %2$s/%3$s, owned by %4$s" : "Od %1$s, v %2$s/%3$s, vlastnené %4$s",
"Create a new deck card" : "Vytvoriť novú kartu deck",
"Card comments" : "Komentáre karty",
"%s on %s" : "%s na %s",
"Deck boards and cards" : "Nástenky Deck a karty",
"No data was provided to create an attachment." : "Neboli poskytnuté dáta pre vytvorenie prílohy.",
"Finished" : "Ukončené",
"To review" : "Na posúdenie",
@@ -147,8 +142,6 @@
"Filter by tag" : "Filtrovať podľa štítkov",
"Filter by assigned user" : "Filtrovať podľa priradeného používateľa",
"Unassigned" : "Nepriradený",
"Filter by completed" : "Filtrovať podľa dokončených",
"Open and completed" : "Otvorené a dokončené",
"Open" : "Otvoriť",
"Completed" : "Dokončené",
"Filter by due date" : "Filtrovať podľa termínu",
@@ -158,16 +151,11 @@
"Next 30 days" : "Následujúcich 30 dní",
"No due date" : "Bez termínu",
"Clear filter" : "Vyčistiť filter",
"View Modes" : "Režimy zobrazenia",
"Toggle View Modes" : "Prepnúť režimy zobrazenia",
"Hide archived cards" : "Skryť archivované karty",
"Show archived cards" : "Zobraziť archivované karty",
"Toggle compact mode" : "Vyp/zap. kompaktný režim",
"Hide card cover images" : "Skryť obrázky obalu karty",
"Show card cover images" : "Zobraziť obrázky obalu karty",
"Open details" : "Otvoriť detaily",
"Details" : "Podrobnosti",
"Currently present people" : "Momentálne prítomný ľudia",
"Loading board" : "Načítanie nástenky",
"Board not found" : "Nástenka nebola nájdená",
"Create a new list to add cards to this board" : "Pre pridanie kariet na túto tabuľu vytvorte nový zoznam",
@@ -178,12 +166,9 @@
"Deleted lists" : "Vymazané zoznamy",
"Undo" : "Odvolať",
"Deleted cards" : "Odstránené karty",
"Share board with a user, group or team …" : "Zdieľanie nástenky s užívateľom, skupinou alebo tímom …",
"Searching for users, groups and teams …" : "Vyhľadávam užívateľov, skupiny a tímy ...",
"No participants found" : "Nenašli sa žiadni účastníci",
"Board owner" : "Vlastník nástenky",
"(Group)" : "(Skupina)",
"(Team)" : "(Tím)",
"Can edit" : "Môže upravovať",
"Can share" : "Môže sprístupniť",
"Can manage" : "Môže spravovať",
@@ -195,7 +180,6 @@
"Transfer" : "Prenos",
"The board has been transferred to {user}" : "Nástenka bola presunutá na {user}",
"Failed to transfer the board to {user}" : "Chyba pri presune nástenky na {user}",
"Edit list title" : "Upraviť názov zoznamu",
"Archive all cards" : "Archivovať všetky karty",
"Unarchive all cards" : "Zrušiť archiváciu všetkých kariet",
"Delete list" : "Vymazať zoznam",
@@ -209,9 +193,7 @@
"title and color value must be provided" : "je potrebné zadať nadpis a vybrať farbu",
"Board name" : "Názov nástenky",
"Members" : "Členovia",
"Assign to users/groups/team" : "Priradiť k užívateľom/skupinám/tímom",
"Assign a user to this card…" : "Priradiť používateľa k tejto karte…",
"Select a user to assign to this card…" : "Vyberte užívateľa, ktorého chcete priradiť k tejto karte…",
"Upload new files" : "Nahrať nové súbory",
"Share from Files" : "Zdieľať zo Súborov",
"Pending share" : "Čakajúce zdieľanie",
@@ -249,23 +231,14 @@
"Add Attachment" : "Pridať prílohu",
"Write a description …" : "Napíšte popis...",
"Choose attachment" : "Vybrať prílohu",
"Assign a due date to this card…" : "Priradiť tejto karte termín…",
"Set a due date" : "Nastaviť termín",
"Add due date" : "Pridať termín",
"Choose a date" : "Vyberte dátum",
"Remove due date" : "Odstrániť termín dokončenia",
"Due at:" : "Termín dokončenia:",
"Not completed" : "Nedokončené",
"Unarchive card" : "Zrušiť archiváciu karty",
"Archive card" : "Archivovať kartu",
"Select Date" : "Vybrať dátum",
"Set due date for later today" : "Nastaviť termín dokončenia na neskôr dnes ",
"Set due date for tomorrow" : "Nastaviť termín dokončenia na zajtra",
"Set due date for this weekend" : "Nastaviť termín dokončenia na tento víkend",
"Set due date for next week" : "Nastaviť termín dokončenia na budúci týždeň",
"Assign a tag to this card…" : "Tejto karte priradiť štítok…",
"Select or create a tag…" : "Vybrať alebo vytvoriť štítok...",
"Create a new tag:" : "Vytvoriť nový štítok:",
"(group)" : "(skupina)",
"Next week {timeLocale}" : "Budúci týždeň {timeLocale}",
"Todo items" : "Položky úloh",
@@ -274,37 +247,16 @@
"Card details" : "Podrobnosti o karte",
"Assign to me" : "Priradiť mne",
"Unassign myself" : "Zrušiť priradenie mne",
"Mark as not done" : "Označiť ako nedokončené",
"Mark as done" : "Označiť ako dokončené",
"Delete card" : "Zmazať kartu",
"Card deleted" : "Karta bola vymazaná",
"seconds ago" : "pred niekoľkými sekundami",
"Keyboard shortcuts" : "Klávesové skratky",
"Boost your productivity using Deck with keyboard shortcuts." : "Zvýšte svoju produktivitu s Deck pomocou klávesových skratiek.",
"Board actions" : "Akcie nástenky",
"Keyboard shortcut" : "Klávesová skratka",
"Action" : "Akcia",
"Shift" : "Shift",
"Scroll" : "Rolovať",
"Scroll sideways" : "Rolovať do strán",
"Navigate between cards" : "Navigovať medzi kartami",
"Esc" : "Esc",
"Close card details" : "Zatvoriť podrobnosti o karte",
"Ctrl" : "Ctrl",
"Search" : "Hľadať",
"Show card filters" : "Zobraziť filtre karty",
"Clear card filters" : "Vymazať filtre kariet",
"Show help dialog" : "Zobraziť okno s pomocou",
"Card actions" : "Akcie karty",
"The following actions can be triggered on the currently highlighted card" : "Na aktuálne zvýraznenej karte možno spustiť nasledujúce akcie",
"Enter" : "Enter",
"Space" : "Medzerník",
"Open card details" : "Otvoriť podrobnosti o karte",
"Edit the card title" : "Upraviť názov karty",
"Assign yourself to the current card" : "Priraďte seba k aktuálnej karte",
"Archive/unarchive the current card" : "Archivovať/zrušiť archiváciu aktuálnej karty",
"Mark card as completed/not completed" : "Označiť kartu ako dokončenú/nedokončenú",
"Open card menu" : "Otvoriť menu karty",
"All boards" : "Všetky nástenky",
"Archived boards" : "Archivované nástenky",
"Shared with you" : "Vám sprístupnené",
@@ -312,14 +264,11 @@
"Use bigger card view" : "Použiť väčšie zobrazenie karty",
"Show card ID badge" : "Ukázať ID karty",
"Show boards in calendar/tasks" : "Zobrazovať nástenky v kalendári/úlohách",
"Limit board creation to some groups" : "Obmedziť vytváranie nástenky pre konkrétne skupiny",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Užívatelia mimo týchto skupín si nebudú môcť vytvárať vlastné nástenky, ale stále budú môcť pracovať na nástenkách, ktoré s nimi boli zdieľané.",
"Board details" : "Podrobnosti o nástenke",
"Edit board" : "Upraviť nástenku",
"Clone board" : "Duplikovať nástenku",
"Unarchive board" : "Zrušiť archiváciu nástenky",
"Archive board" : "Archivovať nástenku",
"Export board" : "Exportovať nástenku",
"Turn on due date reminders" : "Zapnúť pripomienky na termín dokončenia",
"Turn off due date reminders" : "Vypnúť pripomienky na termín dokončenia",
"Due date reminders" : "Pripomienky termínu dokončenia",
@@ -340,7 +289,6 @@
"Search for {searchQuery} in all boards" : "Vyhľadať {searchQuery} na všetkých plochách",
"No results found" : "Neboli nájdené žiadne výsledky",
"This weekend {timeLocale}" : "Tento víkend {timeLocale}",
"Deck board {name}\n* Last modified on {lastMod}" : "Nástenka Deck {name}\n* Naposledy upravené {lastMod}",
"{stack} in {board}" : "{stack} v {board}",
"Click to expand description" : "Kliknite pre rozšírenie popisu",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Vytvorené dňa {created}\n* Naposledy upravené {lastMod}\n* {nbAttachments} príloh\n* Komentáre: {nbComments}",
@@ -354,8 +302,6 @@
"Open card" : "Otvoriť kartu",
"Close" : "Zatvoriť",
"No upcoming cards" : "Žiadne nadchádzajúce karty",
"upcoming cards today" : "Nadchádzajúce karty na dnes",
"upcoming cards tomorrow" : "Nadchádzajúce karty na zajtra",
"upcoming cards" : "nadchádzajúce karty",
"New card" : "Nová karta",
"Due on {date}" : "Platné do {date}",

View File

@@ -231,7 +231,7 @@ class ConfigService {
return $this->config->getUserValue($userId ?? $this->getUserId(), 'deck', 'attachment_folder', '/Deck');
}
public function setAttachmentFolder(?string $userId, string $path): void {
public function setAttachmentFolder(?string $userId = null, string $path): void {
if ($userId === null && $this->getUserId() === null) {
throw new NoPermissionException('Must be logged in get the attachment folder');
}

156
package-lock.json generated
View File

@@ -1,16 +1,16 @@
{
"name": "deck",
"version": "1.14.0-dev",
"version": "1.13.0-beta.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "deck",
"version": "1.14.0-dev",
"version": "1.13.0-beta.1",
"license": "agpl",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.24.4",
"@babel/runtime": "^7.24.1",
"@nextcloud/auth": "^2.2.1",
"@nextcloud/axios": "^2.4.0",
"@nextcloud/capabilities": "^1.1.0",
@@ -52,10 +52,10 @@
"@nextcloud/eslint-config": "^8.3.0",
"@nextcloud/stylelint-config": "^2.4.0",
"@nextcloud/webpack-vue-config": "^6.0.0",
"@relative-ci/agent": "^4.2.6",
"@relative-ci/agent": "^4.2.5",
"@vue/test-utils": "^2.4.5",
"@vue/vue2-jest": "^29.2.6",
"cypress": "^13.7.2",
"cypress": "^13.7.1",
"eslint-plugin-cypress": "^2.15.1",
"eslint-webpack-plugin": "^4.1.0",
"jest": "^29.7.0",
@@ -1964,9 +1964,9 @@
"peer": true
},
"node_modules/@babel/runtime": {
"version": "7.24.4",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.4.tgz",
"integrity": "sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==",
"version": "7.24.1",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.1.tgz",
"integrity": "sha512-+BIznRzyqBf+2wCTxcKE3wDjfGeCoVE61KSHGpkzqrLi8qxqFwBeUFyId2cxkTmm55fzDGnm0+yCxaxygrLUnQ==",
"dependencies": {
"regenerator-runtime": "^0.14.0"
},
@@ -3609,27 +3609,27 @@
}
},
"node_modules/@nextcloud/cypress": {
"version": "1.0.0-beta.7",
"resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.7.tgz",
"integrity": "sha512-TDweITt1aUj6GPM1JmtNNKMgWwSj6sn98iwIP0rUZbsc8eTMgNQtBL92eoj/FIo3i80Xh11wKc6rTGruvor8Yw==",
"version": "1.0.0-beta.8",
"resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.8.tgz",
"integrity": "sha512-VK3RyXj2HJISx0wUEs1yBBJ3fkDX5C1CAM92Px4Brf9IPz5YfCZAICvxjM8HIXPACR0yb5MUCtGz7E9hv1H/wA==",
"dev": true,
"dependencies": {
"dockerode": "^4.0.0",
"fast-xml-parser": "^4.2.5",
"wait-on": "^7.0.1"
"dockerode": "^4.0.2",
"fast-xml-parser": "^4.3.6",
"wait-on": "^7.2.0"
},
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
"npm": "^10.0.0"
},
"peerDependencies": {
"cypress": "^13.2.0"
}
},
"node_modules/@nextcloud/dialogs": {
"version": "4.2.6",
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.6.tgz",
"integrity": "sha512-y3hXga9l2swlAcopj77uPcgGX6zm+OW2RGM9urdDUTn8KH5cid4JldgqH6rzpt/5CSsyUQAKWNTwHX4pFoeA1w==",
"version": "4.2.7",
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.7.tgz",
"integrity": "sha512-20211P3F+Kg/Cy56pd19hneluIQm54nZtrM5OP5Sjxw15LkZhIfkNcMKepJV8vvPK3p9sCv6wOWe0uu+GtZW2Q==",
"dependencies": {
"@mdi/svg": "^7.4.47",
"@nextcloud/files": "3.0.0-beta.21",
@@ -4695,17 +4695,18 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
},
"node_modules/@nextcloud/files": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.1.1.tgz",
"integrity": "sha512-PwGxh/AcKeDehYSf/L+OpYNzZ2eK5xA1l/lVjufwa7I+u2onCo6qjYSqvc9Dh4Myzixjmt5YiA+Um/gx/Kq4NA==",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.2.0.tgz",
"integrity": "sha512-3EQBR758bzvqcNRzcp1etHGGkCZgK6wS9or8iQpzIOKf4B2tAe1O+hXA8GzPiQ5ZlGIPblOlMOEMlRg1KD49hg==",
"dependencies": {
"@nextcloud/auth": "^2.2.1",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.7.0",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^3.0.0",
"cancelable-promise": "^4.3.1",
"is-svg": "^5.0.0",
"webdav": "^5.4.0"
"webdav": "^5.5.0"
},
"engines": {
"node": "^20.0.0",
@@ -4881,9 +4882,9 @@
}
},
"node_modules/@nextcloud/vue": {
"version": "8.11.1",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.11.1.tgz",
"integrity": "sha512-tK/OpRasvjVwKBe8k7T5WfvNbeimYPF7TGNq3P2UO8ir6mDoO0aymAW8qKfPU56elH7bqqr8qk0d8rC/jZuLaQ==",
"version": "8.11.2",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.11.2.tgz",
"integrity": "sha512-mjA3Ni2CB3gOkKFMYFhQUjqaUos8hnwglfvz3lPp5LVrORsXaHa3C2ZudVp+hAKslVsRKkjfMYOKrlquw8vxQw==",
"dependencies": {
"@floating-ui/dom": "^1.1.0",
"@linusborg/vue-simple-portal": "^0.1.5",
@@ -7910,6 +7911,11 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/cancelable-promise": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/cancelable-promise/-/cancelable-promise-4.3.1.tgz",
"integrity": "sha512-A/8PwLk/T7IJDfUdQ68NR24QHa8rIlnN/stiJEBo6dmVUkD4K14LswG0w3VwdeK/o7qOwRUR1k2MhK5Rpy2m7A=="
},
"node_modules/caniuse-lite": {
"version": "1.0.30001507",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001507.tgz",
@@ -8887,9 +8893,9 @@
"integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA=="
},
"node_modules/cypress": {
"version": "13.7.2",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.2.tgz",
"integrity": "sha512-FF5hFI5wlRIHY8urLZjJjj/YvfCBrRpglbZCLr/cYcL9MdDe0+5usa8kTIrDHthlEc9lwihbkb5dmwqBDNS2yw==",
"version": "13.8.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-13.8.0.tgz",
"integrity": "sha512-Qau//mtrwEGOU9cn2YjavECKyDUwBh8J2tit+y9s1wsv6C3BX+rlv6I9afmQnL8PmEEzJ6be7nppMHacFzZkTw==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -9602,9 +9608,9 @@
}
},
"node_modules/dompurify": {
"version": "3.0.11",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.11.tgz",
"integrity": "sha512-Fan4uMuyB26gFV3ovPoEoQbxRRPfTu3CvImyZnhGq5fsIEO+gEFLp45ISFt+kQBWsK5ulDdT0oV28jS1UrwQLg=="
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.0.tgz",
"integrity": "sha512-yoU4rhgPKCo+p5UrWWWNKiIq+ToGqmVVhk0PmMYBK4kRsR3/qhemNFL8f6CFmBd4gMwm3F4T7HBoydP5uY07fA=="
},
"node_modules/domutils": {
"version": "2.8.0",
@@ -10252,9 +10258,9 @@
"peer": true
},
"node_modules/eslint-plugin-cypress": {
"version": "2.15.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.1.tgz",
"integrity": "sha512-eLHLWP5Q+I4j2AWepYq0PgFEei9/s5LvjuSqWrxurkg1YZ8ltxdvMNmdSf0drnsNo57CTgYY/NIHHLRSWejR7w==",
"version": "2.15.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz",
"integrity": "sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==",
"dev": true,
"dependencies": {
"globals": "^13.20.0"
@@ -11381,17 +11387,17 @@
"peer": true
},
"node_modules/fast-xml-parser": {
"version": "4.2.5",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz",
"integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==",
"version": "4.3.6",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz",
"integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==",
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/naturalintelligence"
},
{
"type": "github",
"url": "https://github.com/sponsors/NaturalIntelligence"
},
{
"type": "paypal",
"url": "https://paypal.me/naturalintelligence"
}
],
"dependencies": {
@@ -24486,9 +24492,9 @@
"peer": true
},
"@babel/runtime": {
"version": "7.24.4",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.4.tgz",
"integrity": "sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==",
"version": "7.24.1",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.1.tgz",
"integrity": "sha512-+BIznRzyqBf+2wCTxcKE3wDjfGeCoVE61KSHGpkzqrLi8qxqFwBeUFyId2cxkTmm55fzDGnm0+yCxaxygrLUnQ==",
"requires": {
"regenerator-runtime": "^0.14.0"
},
@@ -25717,20 +25723,20 @@
}
},
"@nextcloud/cypress": {
"version": "1.0.0-beta.7",
"resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.7.tgz",
"integrity": "sha512-TDweITt1aUj6GPM1JmtNNKMgWwSj6sn98iwIP0rUZbsc8eTMgNQtBL92eoj/FIo3i80Xh11wKc6rTGruvor8Yw==",
"version": "1.0.0-beta.8",
"resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.8.tgz",
"integrity": "sha512-VK3RyXj2HJISx0wUEs1yBBJ3fkDX5C1CAM92Px4Brf9IPz5YfCZAICvxjM8HIXPACR0yb5MUCtGz7E9hv1H/wA==",
"dev": true,
"requires": {
"dockerode": "^4.0.0",
"fast-xml-parser": "^4.2.5",
"wait-on": "^7.0.1"
"dockerode": "^4.0.2",
"fast-xml-parser": "^4.3.6",
"wait-on": "^7.2.0"
}
},
"@nextcloud/dialogs": {
"version": "4.2.6",
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.6.tgz",
"integrity": "sha512-y3hXga9l2swlAcopj77uPcgGX6zm+OW2RGM9urdDUTn8KH5cid4JldgqH6rzpt/5CSsyUQAKWNTwHX4pFoeA1w==",
"version": "4.2.7",
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.7.tgz",
"integrity": "sha512-20211P3F+Kg/Cy56pd19hneluIQm54nZtrM5OP5Sjxw15LkZhIfkNcMKepJV8vvPK3p9sCv6wOWe0uu+GtZW2Q==",
"requires": {
"@mdi/svg": "^7.4.47",
"@nextcloud/files": "3.0.0-beta.21",
@@ -26389,17 +26395,18 @@
}
},
"@nextcloud/files": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.1.1.tgz",
"integrity": "sha512-PwGxh/AcKeDehYSf/L+OpYNzZ2eK5xA1l/lVjufwa7I+u2onCo6qjYSqvc9Dh4Myzixjmt5YiA+Um/gx/Kq4NA==",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.2.0.tgz",
"integrity": "sha512-3EQBR758bzvqcNRzcp1etHGGkCZgK6wS9or8iQpzIOKf4B2tAe1O+hXA8GzPiQ5ZlGIPblOlMOEMlRg1KD49hg==",
"requires": {
"@nextcloud/auth": "^2.2.1",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.7.0",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^3.0.0",
"cancelable-promise": "^4.3.1",
"is-svg": "^5.0.0",
"webdav": "^5.4.0"
"webdav": "^5.5.0"
},
"dependencies": {
"is-svg": {
@@ -26522,9 +26529,9 @@
}
},
"@nextcloud/vue": {
"version": "8.11.1",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.11.1.tgz",
"integrity": "sha512-tK/OpRasvjVwKBe8k7T5WfvNbeimYPF7TGNq3P2UO8ir6mDoO0aymAW8qKfPU56elH7bqqr8qk0d8rC/jZuLaQ==",
"version": "8.11.2",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.11.2.tgz",
"integrity": "sha512-mjA3Ni2CB3gOkKFMYFhQUjqaUos8hnwglfvz3lPp5LVrORsXaHa3C2ZudVp+hAKslVsRKkjfMYOKrlquw8vxQw==",
"requires": {
"@floating-ui/dom": "^1.1.0",
"@linusborg/vue-simple-portal": "^0.1.5",
@@ -28823,6 +28830,11 @@
}
}
},
"cancelable-promise": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/cancelable-promise/-/cancelable-promise-4.3.1.tgz",
"integrity": "sha512-A/8PwLk/T7IJDfUdQ68NR24QHa8rIlnN/stiJEBo6dmVUkD4K14LswG0w3VwdeK/o7qOwRUR1k2MhK5Rpy2m7A=="
},
"caniuse-lite": {
"version": "1.0.30001507",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001507.tgz",
@@ -29556,9 +29568,9 @@
"integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA=="
},
"cypress": {
"version": "13.7.2",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.2.tgz",
"integrity": "sha512-FF5hFI5wlRIHY8urLZjJjj/YvfCBrRpglbZCLr/cYcL9MdDe0+5usa8kTIrDHthlEc9lwihbkb5dmwqBDNS2yw==",
"version": "13.8.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-13.8.0.tgz",
"integrity": "sha512-Qau//mtrwEGOU9cn2YjavECKyDUwBh8J2tit+y9s1wsv6C3BX+rlv6I9afmQnL8PmEEzJ6be7nppMHacFzZkTw==",
"dev": true,
"requires": {
"@cypress/request": "^3.0.0",
@@ -30071,9 +30083,9 @@
}
},
"dompurify": {
"version": "3.0.11",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.11.tgz",
"integrity": "sha512-Fan4uMuyB26gFV3ovPoEoQbxRRPfTu3CvImyZnhGq5fsIEO+gEFLp45ISFt+kQBWsK5ulDdT0oV28jS1UrwQLg=="
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.0.tgz",
"integrity": "sha512-yoU4rhgPKCo+p5UrWWWNKiIq+ToGqmVVhk0PmMYBK4kRsR3/qhemNFL8f6CFmBd4gMwm3F4T7HBoydP5uY07fA=="
},
"domutils": {
"version": "2.8.0",
@@ -30747,9 +30759,9 @@
}
},
"eslint-plugin-cypress": {
"version": "2.15.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.1.tgz",
"integrity": "sha512-eLHLWP5Q+I4j2AWepYq0PgFEei9/s5LvjuSqWrxurkg1YZ8ltxdvMNmdSf0drnsNo57CTgYY/NIHHLRSWejR7w==",
"version": "2.15.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz",
"integrity": "sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==",
"dev": true,
"requires": {
"globals": "^13.20.0"
@@ -31384,9 +31396,9 @@
"peer": true
},
"fast-xml-parser": {
"version": "4.2.5",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz",
"integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==",
"version": "4.3.6",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz",
"integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==",
"requires": {
"strnum": "^1.0.5"
}

View File

@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
"version": "1.14.0-dev",
"version": "1.13.0",
"authors": [
{
"name": "Julius Härtl",
@@ -31,7 +31,7 @@
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.24.4",
"@babel/runtime": "^7.24.1",
"@nextcloud/auth": "^2.2.1",
"@nextcloud/axios": "^2.4.0",
"@nextcloud/capabilities": "^1.1.0",
@@ -80,10 +80,10 @@
"@nextcloud/eslint-config": "^8.3.0",
"@nextcloud/stylelint-config": "^2.4.0",
"@nextcloud/webpack-vue-config": "^6.0.0",
"@relative-ci/agent": "^4.2.6",
"@relative-ci/agent": "^4.2.5",
"@vue/test-utils": "^2.4.5",
"@vue/vue2-jest": "^29.2.6",
"cypress": "^13.7.2",
"cypress": "^13.7.1",
"eslint-plugin-cypress": "^2.15.1",
"eslint-webpack-plugin": "^4.1.0",
"jest": "^29.7.0",
@@ -107,4 +107,4 @@
"<rootDir>/node_modules/jest-serializer-vue"
]
}
}
}