Commit Graph

7086 Commits

Author SHA1 Message Date
dependabot[bot]
95ff8e19d2 Chore(deps): Bump @nextcloud/vue from 7.12.2 to 7.12.4
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.12.2 to 7.12.4.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/v7.12.4/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.12.2...v7.12.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-26 02:42:00 +00:00
dependabot[bot]
b88931cc10 Chore(deps): Bump @babel/runtime from 7.22.10 to 7.22.11
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.10 to 7.22.11.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.11/packages/babel-runtime)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-26 02:41:30 +00:00
dependabot[bot]
dac4679cea Chore(deps-dev): Bump @relative-ci/agent from 4.1.6 to 4.1.8
Bumps [@relative-ci/agent](https://github.com/relative-ci/agent) from 4.1.6 to 4.1.8.
- [Release notes](https://github.com/relative-ci/agent/releases)
- [Commits](https://github.com/relative-ci/agent/compare/v4.1.6...v4.1.8)

---
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>
2023-08-26 02:40:44 +00:00
dependabot[bot]
a222a826e7 Chore(deps-dev): Bump psalm/phar from 5.14.1 to 5.15.0
Bumps [psalm/phar](https://github.com/psalm/phar) from 5.14.1 to 5.15.0.
- [Release notes](https://github.com/psalm/phar/releases)
- [Commits](https://github.com/psalm/phar/compare/5.14.1...5.15.0)

---
updated-dependencies:
- dependency-name: psalm/phar
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-26 02:38:52 +00:00
dependabot[bot]
90fad55424 Chore(deps-dev): Bump phpunit/phpunit from 9.6.10 to 9.6.11
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.10 to 9.6.11.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.11/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.10...9.6.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-26 02:38:49 +00:00
dependabot[bot]
77a9c8ba8d Chore(deps): Bump cypress-io/github-action from 5 to 6
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5 to 6.
- [Release notes](https://github.com/cypress-io/github-action/releases)
- [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/github-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: cypress-io/github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-26 01:14:33 +00:00
Nextcloud bot
a5e8b26cea Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-26 00:48:40 +00:00
Nextcloud bot
889b98fbe3 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-25 00:52:04 +00:00
Luka Trovic
d589559c7d feat: update smart picker links
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2023-08-24 20:04:46 +02:00
Julius Härtl
2bf339fb03 Merge pull request #5046 from nextcloud/feature/preselect-board-list-for-new-card-dialog 2023-08-24 15:47:30 +02:00
Luka Trovic
e03e57e5ac feat: remember last board, list for new card dialog
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2023-08-24 15:39:48 +02:00
Nextcloud bot
56a00258d4 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-24 01:17:40 +00:00
Nextcloud bot
788b785b3c Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-23 00:44:33 +00:00
Julius Härtl
89cc8e2024 Merge pull request #4362 from faab007nl/patch-1 2023-08-22 08:45:26 +02:00
Julius Härtl
0d658e0959 Merge pull request #4748 from nextcloud/Jerome-Herbinet-deck-card-comment-notif-label-improv 2023-08-22 08:45:09 +02:00
Fabian Dingemans
f9cf7223e4 Enabled advanced fields option on tag color picker
I have enabled the advanced fields option on the color picker for the board tag editor

Signed-off-by: Fabian Dingemans <mail@fabiandingemans.nl>
2023-08-22 08:23:13 +02:00
Julius Härtl
8e4c783c97 feat: Group deck activity settings
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-08-22 08:22:35 +02:00
Jérôme Herbinet
af1e413513 Deck card comment notification label improvement
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2023-08-22 07:55:26 +02:00
Julius Härtl
b9316cdd2b Merge pull request #4850 from nextcloud/remDupBtn 2023-08-22 07:54:20 +02:00
Julius Härtl
b4e6d69695 Merge pull request #5039 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/browserslist-config-3.0.0 2023-08-21 09:16:33 +02:00
Julius Härtl
bc2873da84 Merge pull request #5037 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/webpack-vue-config-6.0.0 2023-08-21 08:49:35 +02:00
Julius Härtl
3a0aa3c599 Merge pull request #5041 from nextcloud/automated/noid/main-update-nextcloud-ocp 2023-08-20 11:38:47 +02:00
nextcloud-command
2466b00738 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2023-08-20 02:24:30 +00:00
dependabot[bot]
8ed14499c4 Merge pull request #5038 from nextcloud/dependabot/npm_and_yarn/main/cypress-12.17.4 2023-08-19 03:04:34 +00:00
dependabot[bot]
5b93bfa24d Chore(deps-dev): Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0
Bumps [@nextcloud/browserslist-config](https://github.com/nextcloud/browserslist-config) from 2.3.0 to 3.0.0.
- [Release notes](https://github.com/nextcloud/browserslist-config/releases)
- [Commits](https://github.com/nextcloud/browserslist-config/compare/v2.3.0...v3.0.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/browserslist-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-19 01:20:20 +00:00
dependabot[bot]
20f1219c27 Chore(deps-dev): Bump cypress from 12.17.3 to 12.17.4
Bumps [cypress](https://github.com/cypress-io/cypress) from 12.17.3 to 12.17.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/v12.17.3...v12.17.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-19 01:20:01 +00:00
dependabot[bot]
ccbad7198c Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 5.5.1 to 6.0.0
Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud-libraries/webpack-vue-config) from 5.5.1 to 6.0.0.
- [Release notes](https://github.com/nextcloud-libraries/webpack-vue-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v5.5.1...v6.0.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/webpack-vue-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-19 01:19:34 +00:00
Nextcloud bot
e10c578d96 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-18 00:51:54 +00:00
Julius Härtl
72c3d8a3c9 Merge pull request #5029 from nextcloud/feature/update-card-create-dialog 2023-08-16 21:03:42 +02:00
Nextcloud bot
f333cb3865 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-16 00:41:37 +00:00
Luka Trovic
3428b1793b feat: error msg on CreateNewCardCustomPicker & only show available boards
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2023-08-15 20:32:28 +02:00
Nextcloud bot
3337d007af Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-15 01:15:59 +00:00
Julius Härtl
87cc013c2a Merge pull request #5025 from nextcloud/feature/add-tests-create-new-deck-card 2023-08-14 09:44:19 +02:00
Luka Trovic
369de2d8be test: add cypress tests for create new deck card
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2023-08-14 09:19:10 +02:00
Julius Härtl
cfeda558f6 Merge pull request #5023 from nextcloud/automated/noid/main-update-nextcloud-ocp 2023-08-14 07:08:37 +02:00
Nextcloud bot
3f74854f49 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-14 00:41:47 +00:00
nextcloud-command
6b7abfc3d9 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2023-08-13 02:24:27 +00:00
Julius Härtl
d232979d7b ci(cypress): Catch resize observer loop limit (2)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-08-12 09:27:08 +02:00
Julius Härtl
f1e7a4b184 ci(cypress): Catch resize observer loop limit
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-08-12 09:14:31 +02:00
Julius Härtl
be86a2e96c fix: use proper owner source
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-08-12 09:10:59 +02:00
dependabot[bot]
a5f7160b52 Merge pull request #5007 from nextcloud/dependabot/npm_and_yarn/main/eslint-plugin-cypress-2.14.0 2023-08-12 05:29:50 +00:00
dependabot[bot]
6191d62ade Chore(deps-dev): Bump eslint-plugin-cypress from 2.13.3 to 2.14.0
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.13.3 to 2.14.0.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.13.3...v2.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-12 04:19:10 +00:00
dependabot[bot]
f2ccbf3fae Merge pull request #5009 from nextcloud/dependabot/npm_and_yarn/main/vue/vue2-jest-29.2.5 2023-08-12 04:18:29 +00:00
dependabot[bot]
d8894e1ab4 Merge pull request #5008 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/vue-7.12.2 2023-08-12 04:11:26 +00:00
dependabot[bot]
9ec077884b Merge pull request #5006 from nextcloud/dependabot/npm_and_yarn/main/babel/runtime-7.22.10 2023-08-12 04:08:53 +00:00
dependabot[bot]
b20be99732 Chore(deps-dev): Bump @vue/vue2-jest from 29.2.4 to 29.2.5
Bumps [@vue/vue2-jest](https://github.com/vuejs/vue-jest) from 29.2.4 to 29.2.5.
- [Release notes](https://github.com/vuejs/vue-jest/releases)
- [Commits](https://github.com/vuejs/vue-jest/compare/v29.2.4...v29.2.5)

---
updated-dependencies:
- dependency-name: "@vue/vue2-jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-12 01:31:00 +00:00
dependabot[bot]
82f427bc4f Chore(deps): Bump @nextcloud/vue from 7.12.1 to 7.12.2
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.12.1 to 7.12.2.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/v7.12.2/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.12.1...v7.12.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>
2023-08-12 01:30:39 +00:00
dependabot[bot]
b6de652dd0 Chore(deps): Bump @babel/runtime from 7.22.6 to 7.22.10
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.6 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-runtime)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-12 01:29:53 +00:00
Nextcloud bot
10c5783170 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-12 00:43:15 +00:00
Julius Härtl
86111b3939 Merge pull request #5005 from nextcloud/test/version-ignore 2023-08-11 20:00:30 +02:00