Commit Graph

6994 Commits

Author SHA1 Message Date
Julius Härtl
aa5fb57cb4 fix: Consider a deleted board inaccessible to share recipients
Only the owner can delete/undo a board deletion so there is no reason
other users should have any permission on a board marked as deleted

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-01-09 15:13:40 +01:00
Julius Härtl
818a08b6a1 tests: Add integration tests for deleted boards/cards
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-01-09 15:13:39 +01:00
Julius Härtl
0ef2041a29 Merge pull request #5438 from nextcloud/backport/5354/stable27
[stable27] fix: allow null label colors in trello json importer
2024-01-09 14:55:13 +01:00
Julius Härtl
b7d624c671 chore: Fix php-cs and psalm
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-01-09 11:32:34 +01:00
Mario Jäckle
6b5667dd8f fix: allow null label colors in trello json importer
Signed-off-by: Mario Jäckle <github@jacksbox.de>
2024-01-09 10:57:05 +01:00
Nextcloud bot
26a03c3b86 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-09 00:37:05 +00:00
Nextcloud bot
5569028a72 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-07 00:39:58 +00:00
Nextcloud bot
9aeec692d0 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-05 00:39:47 +00:00
Nextcloud bot
0d754c713c Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-04 00:37:38 +00:00
Julius Härtl
6c8b28f68c Merge pull request #5414 from nextcloud/dependabot/npm_and_yarn/stable27/moment-2.30.1
Chore(deps): Bump moment from 2.29.4 to 2.30.1
2024-01-03 23:28:36 +01:00
Julius Härtl
41743bfe65 Merge pull request #5415 from nextcloud/dependabot/npm_and_yarn/stable27/vue-template-compiler-2.7.16
Chore(deps-dev): Bump vue-template-compiler from 2.7.15 to 2.7.16
2024-01-03 23:28:17 +01:00
Julius Härtl
64427acb6b Merge pull request #5416 from nextcloud/dependabot/npm_and_yarn/stable27/babel/runtime-7.23.7
Chore(deps): Bump @babel/runtime from 7.23.6 to 7.23.7
2024-01-03 23:28:06 +01:00
Julius Härtl
58219901ad Merge pull request #5417 from nextcloud/dependabot/npm_and_yarn/stable27/vue-2.7.16
Chore(deps): Bump vue from 2.7.15 to 2.7.16
2024-01-03 23:27:53 +01:00
Julius Härtl
869c460e40 Merge pull request #5420 from nextcloud/backport/5296/stable27
[stable27] Fix small issues around delete/undo
2024-01-03 23:27:35 +01:00
Julius Härtl
487941532a fix: Properly undo card deletion in the frontend
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-01-03 16:51:52 +01:00
Julius Härtl
857a82ecff fix: Show proper error page when board was not found
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-01-03 16:50:24 +01:00
Julius Härtl
09a2f0ea5e fix: Only query boards not marked for deletion unless we want to undo
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-01-03 16:50:23 +01:00
Nextcloud bot
66e33773e5 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-03 00:38:24 +00:00
dependabot[bot]
230bffc85a Chore(deps): Bump vue from 2.7.15 to 2.7.16
Bumps [vue](https://github.com/vuejs/core) from 2.7.15 to 2.7.16.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-30 03:43:58 +00:00
dependabot[bot]
9f5936fe16 Chore(deps): Bump @babel/runtime from 7.23.6 to 7.23.7
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.6 to 7.23.7.
- [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.23.7/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-12-30 03:43:43 +00:00
dependabot[bot]
ce6793b486 Chore(deps-dev): Bump vue-template-compiler from 2.7.15 to 2.7.16
Bumps [vue-template-compiler](https://github.com/vuejs/vue) from 2.7.15 to 2.7.16.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue/compare/v2.7.15...v2.7.16)

---
updated-dependencies:
- dependency-name: vue-template-compiler
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-30 03:43:25 +00:00
dependabot[bot]
7f553afe8c Chore(deps): Bump moment from 2.29.4 to 2.30.1
Bumps [moment](https://github.com/moment/moment) from 2.29.4 to 2.30.1.
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.4...2.30.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-30 03:43:08 +00:00
Nextcloud bot
52d860f447 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-30 00:39:14 +00:00
Nextcloud bot
d07c7dd916 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-27 00:36:29 +00:00
Nextcloud bot
13ba28bc75 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-26 00:38:12 +00:00
Nextcloud bot
9867a8331e Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-24 00:41:13 +00:00
Nextcloud bot
51146ea811 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-23 00:37:25 +00:00
Nextcloud bot
6b81352764 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-20 00:35:26 +00:00
Nextcloud bot
30c82eacda Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-18 00:36:07 +00:00
Julius Härtl
8c96524e1c Merge pull request #5379 from nextcloud/dependabot/npm_and_yarn/stable27/relative-ci/agent-4.2.2
Chore(deps-dev): Bump @relative-ci/agent from 4.2.1 to 4.2.2
2023-12-17 09:23:53 +01:00
Julius Härtl
1277fe2e35 chore: Update composer deps
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-12-17 09:19:43 +01:00
Nextcloud bot
d02d397563 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-17 00:36:22 +00:00
dependabot[bot]
2675353070 Merge pull request #5380 from nextcloud/dependabot/npm_and_yarn/stable27/babel/runtime-7.23.6 2023-12-16 02:13:51 +00:00
dependabot[bot]
f6645753c4 Chore(deps): Bump @babel/runtime from 7.23.5 to 7.23.6
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.5 to 7.23.6.
- [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.23.6/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-12-16 02:08:04 +00:00
dependabot[bot]
eaa9bef731 Chore(deps-dev): Bump @relative-ci/agent from 4.2.1 to 4.2.2
Bumps [@relative-ci/agent](https://github.com/relative-ci/agent) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/relative-ci/agent/releases)
- [Commits](https://github.com/relative-ci/agent/compare/v4.2.1...v4.2.2)

---
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-12-16 02:07:47 +00:00
Nextcloud bot
be31a7017b Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-15 00:35:57 +00:00
Nextcloud bot
f73497d053 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-13 00:36:48 +00:00
Nextcloud bot
e098e13cfe Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-12 00:35:30 +00:00
Nextcloud bot
fbf993ee00 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-11 00:41:16 +00:00
Nextcloud bot
d4930eedd7 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-10 00:35:25 +00:00
Nextcloud bot
72c328bb9a Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-09 00:35:27 +00:00
Nextcloud bot
9b8e6282b6 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-08 00:35:42 +00:00
Nextcloud bot
16459f96e2 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-07 00:36:17 +00:00
Nextcloud bot
b86e0bb0e3 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-06 00:37:12 +00:00
Nextcloud bot
c71376cb3f Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-05 00:37:41 +00:00
dependabot[bot]
796ff48769 Merge pull request #5340 from nextcloud/dependabot/npm_and_yarn/stable27/babel/runtime-7.23.5 2023-12-02 04:19:07 +00:00
dependabot[bot]
d33c12b026 Chore(deps): Bump @babel/runtime from 7.23.4 to 7.23.5
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.4 to 7.23.5.
- [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.23.5/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-12-02 03:05:00 +00:00
Nextcloud bot
55b89f66f7 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-01 00:34:21 +00:00
Julius Härtl
3be4068c82 chore(release): Bump version to 1.11.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
v1.11.2
2023-11-29 12:29:24 +01:00
Nextcloud bot
6a44b7c765 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-27 00:40:18 +00:00