Commit Graph

7657 Commits

Author SHA1 Message Date
Julius Härtl
7048bec755 ci: Simplify cypress workflow
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-05-09 11:49:19 +02:00
dependabot[bot]
10107d3364 Chore(deps-dev): Bump cypress from 13.7.2 to 13.9.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.2 to 13.9.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.2...v13.9.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-05-09 11:41:32 +02:00
Julius Härtl
a46e06ec34 ci: Revert action and use chrome
Signed-off-by: Julius Härtl <jus@bitgrid.net>

wip

wip

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-05-09 11:41:30 +02:00
Julius Härtl
bfaaf0cd61 ci: Reduce workers for cypress
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-05-09 10:09:41 +02:00
Julius Härtl
2559da6c5c chore: Use postgres for cypress
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-05-09 09:57:03 +02:00
Julius Härtl
817a169999 Merge pull request #5751 from nextcloud/dependabot/github_actions/skjnldsv/read-package-engines-version-actions-3
Chore(deps): Bump skjnldsv/read-package-engines-version-actions from 2.2 to 3
2024-05-09 09:51:44 +02:00
dependabot[bot]
7fe5d65a32 Chore(deps): Bump skjnldsv/read-package-engines-version-actions
Bumps [skjnldsv/read-package-engines-version-actions](https://github.com/skjnldsv/read-package-engines-version-actions) from 2.2 to 3.
- [Release notes](https://github.com/skjnldsv/read-package-engines-version-actions/releases)
- [Commits](8205673bab...06d6baf7d8)

---
updated-dependencies:
- dependency-name: skjnldsv/read-package-engines-version-actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-09 09:41:02 +02:00
Julius Härtl
c8b6ffd404 Merge pull request #5809 from nextcloud/dependabot/github_actions/shivammathur/setup-php-2.30.4
Chore(deps): Bump shivammathur/setup-php from 2.30.2 to 2.30.4
2024-05-09 09:40:54 +02:00
Julius Härtl
6c932ee233 Merge pull request #5850 from nextcloud/Jerome-Herbinet-completed-card-button-wording-change
Completed card button wording change
2024-05-09 09:36:11 +02:00
Julius Härtl
e2f02a0fc5 chore: Add missing MIT license
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-05-09 09:35:28 +02:00
dependabot[bot]
b227b3ede2 Chore(deps): Bump shivammathur/setup-php from 2.30.2 to 2.30.4
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.30.2 to 2.30.4.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](https://github.com/shivammathur/setup-php/compare/2.30.2...2.30.4)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-09 07:22:25 +00:00
Julius Härtl
b554387571 Merge pull request #5796 from nextcloud/feat/workflow-auto-update-pr-feedback.yml
Updating pr-feedback.yml workflow from template
2024-05-09 09:21:41 +02:00
Julius Härtl
5364218674 Merge pull request #5797 from nextcloud/feat/workflow-auto-update-appstore-build-publish.yml
Updating appstore-build-publish.yml workflow from template
2024-05-09 09:21:18 +02:00
Julius Härtl
2eefd17db5 Merge pull request #5829 from nextcloud/dependabot/composer/psalm/phar-5.24.0 2024-05-08 23:06:12 +02:00
Julius Härtl
568a157d90 Merge pull request #5827 from nextcloud/dependabot/github_actions/alexwilson/enable-github-automerge-action-4a254667962d854167b3b74dcbcc0138926a81ca
Chore(deps): Bump alexwilson/enable-github-automerge-action from 5a508f46e70d6723b62d752352280eb6f7abf9d0 to 4a254667962d854167b3b74dcbcc0138926a81ca
2024-05-07 22:17:30 +02:00
Julius Härtl
3b736c28a2 Merge pull request #5828 from nextcloud/dependabot/github_actions/skjnldsv/block-fixup-merge-action-2
Chore(deps): Bump skjnldsv/block-fixup-merge-action from 1 to 2
2024-05-07 22:14:25 +02:00
Julius Härtl
2de4776051 Merge pull request #5825 from nextcloud/chore/noid/spdxHeader
Add SPDX header
2024-05-07 22:06:05 +02:00
Andy Scherzinger
58ae2a1046 fix(icon): add height/width for iOS
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-07 15:51:49 +02:00
Andy Scherzinger
3d7587c16b docs: Add REUSE badge to readme
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-07 15:51:49 +02:00
Andy Scherzinger
e93dc6fd57 chore(ci): Add reuse check
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-07 15:51:49 +02:00
Andy Scherzinger
be11113d32 chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-07 15:51:49 +02:00
Nextcloud bot
70cefdde07 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-07 00:39:11 +00:00
github-actions[bot]
e2386a8a47 Merge pull request #5848 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2024-05-06 21:10:08 +02:00
Julius Härtl
c28be9743c Merge pull request #5745 from nextcloud/bugfix/clone-board-permission
fix: permission check for cloning board
2024-05-06 20:53:47 +02:00
Luka Trovic
f7f5b88917 fix: permission check for cloning board
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2024-05-06 19:32:34 +02:00
Jérôme Herbinet
14daff276b Completed card button wording change
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2024-05-06 15:15:16 +02:00
nextcloud-command
fe34b123d7 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2024-05-05 02:37:12 +00:00
dependabot[bot]
8090005d77 Chore(deps-dev): Bump psalm/phar from 5.23.1 to 5.24.0
Bumps [psalm/phar](https://github.com/psalm/phar) from 5.23.1 to 5.24.0.
- [Release notes](https://github.com/psalm/phar/releases)
- [Commits](https://github.com/psalm/phar/compare/5.23.1...5.24.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>
2024-05-04 02:05:32 +00:00
dependabot[bot]
b1f6e306e3 Chore(deps): Bump skjnldsv/block-fixup-merge-action from 1 to 2
Bumps [skjnldsv/block-fixup-merge-action](https://github.com/skjnldsv/block-fixup-merge-action) from 1 to 2.
- [Release notes](https://github.com/skjnldsv/block-fixup-merge-action/releases)
- [Commits](42d26e1b53...c138ea99e4)

---
updated-dependencies:
- dependency-name: skjnldsv/block-fixup-merge-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-04 01:13:39 +00:00
dependabot[bot]
5c3858de24 Chore(deps): Bump alexwilson/enable-github-automerge-action
Bumps [alexwilson/enable-github-automerge-action](https://github.com/alexwilson/enable-github-automerge-action) from 5a508f46e70d6723b62d752352280eb6f7abf9d0 to 4a254667962d854167b3b74dcbcc0138926a81ca.
- [Release notes](https://github.com/alexwilson/enable-github-automerge-action/releases)
- [Commits](5a508f46e7...4a25466796)

---
updated-dependencies:
- dependency-name: alexwilson/enable-github-automerge-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-04 01:13:35 +00:00
Nextcloud bot
d5829436e5 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-02 00:37:08 +00:00
Julius Härtl
feca6947ed Merge pull request #5818 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2024-04-30 11:50:35 +02:00
Julius Härtl
dae9748cf4 Merge pull request #5794 from nextcloud/fix/5793
fix: Avoid optional before required parameter
2024-04-30 09:26:49 +02:00
nextcloud-command
5bfae3161a chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2024-04-28 02:38:40 +00:00
Nextcloud bot
72478f05e5 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-27 00:36:54 +00:00
Nextcloud bot
46ea63a492 Updating appstore-build-publish.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-26 18:18:10 +00:00
Nextcloud bot
910974525d Updating pr-feedback.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-26 17:54:33 +00:00
Julius Härtl
cf89d4d1c8 fix: Avoid optional before required parameter
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-04-26 08:05:12 -04:00
Nextcloud bot
6dfdd2eb72 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-25 00:37:21 +00:00
Julius Härtl
5429f76f10 fix: Remove file committed by accident
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-04-24 16:50:18 +02:00
Nextcloud bot
0cdf8ac170 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-24 00:36:53 +00:00
Julius Härtl
9f7f64d81a Merge pull request #5753 from nextcloud/dependabot/github_actions/alexwilson/enable-github-automerge-action-5a508f46e70d6723b62d752352280eb6f7abf9d0
Chore(deps): Bump alexwilson/enable-github-automerge-action from f16dda8dd0d50ba5be8f0628a7d6120359a7135f to 5a508f46e70d6723b62d752352280eb6f7abf9d0
2024-04-23 19:28:42 +02:00
Julius Härtl
3e1d38ce27 Merge pull request #5776 from nextcloud/dependabot/github_actions/actions/checkout-4.1.3
Chore(deps): Bump actions/checkout from 4.1.1 to 4.1.3
2024-04-23 19:24:48 +02:00
Julius Härtl
006c0c3513 ci: Adadpt min php version to 8.1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-04-23 19:24:21 +02:00
Julius Härtl
6d3eaa46a2 Merge pull request #5775 from nextcloud/dependabot/github_actions/peter-evans/create-pull-request-6.0.4
Chore(deps): Bump peter-evans/create-pull-request from 6.0.2 to 6.0.4
2024-04-23 19:23:06 +02:00
Nextcloud bot
91eb232969 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-23 00:37:13 +00:00
Julius Härtl
c8e183b1c1 Merge pull request #5790 from nextcloud/automated/noid/main-update-nextcloud-ocp 2024-04-22 09:03:07 +02:00
nextcloud-command
e3d27ed40c chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2024-04-21 02:39:10 +00:00
dependabot[bot]
6f4d88edf5 Chore(deps): Bump actions/checkout from 4.1.1 to 4.1.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4.1.1...v4.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-20 01:18:42 +00:00
dependabot[bot]
687a2fa81c Chore(deps): Bump peter-evans/create-pull-request from 6.0.2 to 6.0.4
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.2 to 6.0.4.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](70a41aba78...9153d834b6)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-20 01:18:35 +00:00