Commit Graph

7620 Commits

Author SHA1 Message Date
Julius Härtl
63c9eb162d Merge pull request #5114 from nextcloud/dependabot/github_actions/actions/checkout-4 2023-09-09 09:07:44 +02:00
dependabot[bot]
8d64921213 Chore(deps): Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-09 02:34:17 +00:00
dependabot[bot]
4b53a94a30 Chore(deps): Bump @babel/runtime from 7.22.11 to 7.22.15
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.11 to 7.22.15.
- [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.15/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-09-09 01:14:01 +00:00
dependabot[bot]
083e4ec42e Chore(deps): Bump p-queue from 7.4.0 to 7.4.1
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 7.4.0 to 7.4.1.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v7.4.0...v7.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-09 01:13:47 +00:00
dependabot[bot]
8e1055bc49 Chore(deps-dev): Bump @vue/vue2-jest from 29.2.5 to 29.2.6
Bumps [@vue/vue2-jest](https://github.com/vuejs/vue-jest) from 29.2.5 to 29.2.6.
- [Release notes](https://github.com/vuejs/vue-jest/releases)
- [Commits](https://github.com/vuejs/vue-jest/compare/v29.2.5...v29.2.6)

---
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-09-09 01:13:35 +00:00
Nextcloud bot
3a8579faca Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-09 00:41:58 +00:00
Nextcloud bot
85daaf3127 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-07 00:45:15 +00:00
Julius Härtl
54cc67da93 Merge pull request #5045 from nextcloud/enh/dark-mode 2023-09-04 10:06:20 +02:00
Julius Härtl
05b2648e0b Merge pull request #5077 from nextcloud/dependabot/composer/tests/integration/guzzlehttp/guzzle-7.8.0 2023-09-04 08:41:02 +02:00
Julius Härtl
2f6e46ee15 Merge pull request #5080 from nextcloud/dependabot/npm_and_yarn/main/p-queue-7.4.0 2023-09-04 08:40:45 +02:00
Julius Härtl
906a2b3799 Merge pull request #5082 from nextcloud/automated/noid/main-update-nextcloud-ocp 2023-09-04 08:40:04 +02:00
nextcloud-command
bd12608ff7 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2023-09-03 02:33:01 +00:00
dependabot[bot]
26d9626f2a Chore(deps): Bump p-queue from 7.3.4 to 7.4.0
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 7.3.4 to 7.4.0.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v7.3.4...v7.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-02 02:32:42 +00:00
dependabot[bot]
d61395717c Chore(deps-dev): Update guzzlehttp/guzzle requirement
Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.8/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.7.0...7.8.0)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-02 01:52:15 +00:00
Nextcloud bot
d21c6e1b3b Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-02 00:42:33 +00:00
Julius Härtl
d3515de265 style: Fix code style
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-09-01 14:45:22 +02:00
Julius Härtl
a8839ccb64 fix: Use Lab for calculating text contrast color value (fix #3084)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-09-01 14:45:22 +02:00
Julius Härtl
f53785ef54 fix: Due date badge in dark mode / compact mode (fix #4386)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-09-01 14:45:22 +02:00
Julius Härtl
08bc7b163b feat: Enhance dark mode (fix #5034)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-09-01 14:45:22 +02:00
Nextcloud bot
27a1e7eb83 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-01 00:45:50 +00:00
Nextcloud bot
9313c98055 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-31 00:50:49 +00:00
Nextcloud bot
54670ffdbf Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-30 00:47:47 +00:00
Julius Härtl
ce05997174 Merge pull request #5047 from nextcloud/feature/update-smart-picker-links 2023-08-28 08:38:22 +02:00
Julius Härtl
8a8bc33bb0 Merge pull request #5062 from nextcloud/dependabot/github_actions/cypress-io/github-action-6 2023-08-28 08:37:38 +02:00
Julius Härtl
72e17ce70e Merge pull request #5070 from nextcloud/automated/noid/main-update-nextcloud-ocp 2023-08-28 08:07:53 +02:00
Nextcloud bot
3c2eb738ff Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-28 00:42:42 +00:00
nextcloud-command
15f9c94c64 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2023-08-27 02:26:17 +00:00
dependabot[bot]
7e92c0dabd Merge pull request #5067 from nextcloud/dependabot/npm_and_yarn/main/jest-29.6.4 2023-08-26 06:26:56 +00:00
dependabot[bot]
a4f5ac1504 Merge pull request #5069 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/vue-7.12.4 2023-08-26 05:21:07 +00:00
dependabot[bot]
c08b829d1a Merge pull request #5068 from nextcloud/dependabot/npm_and_yarn/main/babel/runtime-7.22.11 2023-08-26 05:16:22 +00:00
dependabot[bot]
e68865ed84 Chore(deps-dev): Bump jest from 29.6.2 to 29.6.4
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.6.2 to 29.6.4.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.6.4/packages/jest)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-26 05:12:22 +00:00
dependabot[bot]
35b0e2fbe9 Merge pull request #5066 from nextcloud/dependabot/npm_and_yarn/main/relative-ci/agent-4.1.8 2023-08-26 05:11:30 +00:00
dependabot[bot]
8ebb881028 Merge pull request #5065 from nextcloud/dependabot/composer/psalm/phar-5.15.0 2023-08-26 05:11:06 +00:00
dependabot[bot]
ea6d2b0135 Merge pull request #5064 from nextcloud/dependabot/composer/phpunit/phpunit-9.6.11 2023-08-26 05:10:59 +00:00
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