aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* chore: Install phpunit via vendor binChristoph Wurst2023-10-028-21/+16
| | | | | | | | This means we can all run the same version. And when switching to stableX it can pull the corresponding version too. Also local dev envs and CI run the same phpunit. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* ci: clear disable_functions to enable pcntl_signalDaniel Kesselberg2023-09-301-2/+1
| | | | | | When using ini-file development then disable_functions forbids pcntl_signal by default. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Use latest shivammathur/setup-php in phpunit-32bits.ymlCôme Chilliet2023-09-301-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add 8.3 to lint CI and 32bits test suiteCôme Chilliet2023-09-302-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Adding ini-file:development to 32bit CICôme Chilliet2023-09-301-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* ci: skip cypress installDaniel Kesselberg2023-09-226-21/+56
| | | | | | Unecessary to download the cypress binary if we don't run cypress Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* try to make kerberos test more reliableRobin Appelman2023-09-201-0/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #40355 from ↵Ferdinand Thiessen2023-09-191-1/+1
|\ | | | | | | | | nextcloud/dependabot/github_actions/cypress-io/github-action-6.5.0 chore(deps): Bump cypress-io/github-action from 5.8.3 to 6.5.0
| * chore(deps): Bump cypress-io/github-action from 5.8.3 to 6.5.0dependabot[bot]2023-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5.8.3 to 6.5.0. - [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/d69252d52b9a31bad4f418f05ba2bc83687a02eb...59810ebfa5a5ac6fcfdcfdf036d1cd4d083a88f2) --- 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>
* | Merge pull request #39974 from ↵Ferdinand Thiessen2023-09-196-9/+9
|\ \ | | | | | | | | | | | | nextcloud/dependabot/github_actions/actions/setup-node-3.8.1 chore(deps): Bump actions/setup-node from 3.6.0 to 3.8.1
| * | chore(deps): Bump actions/setup-node from 3.6.0 to 3.8.1dependabot[bot]2023-08-196-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 3.8.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c...5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #39972 from ↵Ferdinand Thiessen2023-09-193-3/+3
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/github_actions/peter-evans/create-pull-request-5 chore(deps): Bump peter-evans/create-pull-request from 3 to 5
| * | | chore(deps): Bump peter-evans/create-pull-request from 3 to 5dependabot[bot]2023-08-193-3/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...153407881ec5c347639a548ade7d8ad1d6740e38) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #39531 from nextcloud/sso-kerberos-fix2Robin Appelman2023-09-191-33/+16
|\ \ \ | | | | | | | | kerberos sso ci fix
| * | | use user_saml from gitRobin Appelman2023-09-181-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | kerberos sso ci fixesRobin Appelman2023-09-181-33/+11
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | chore(deps): Bump actions/checkout from 3 to 4dependabot[bot]2023-09-1823-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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...3df4ab11eba7bda6032a0b82a6bb43b11571feac) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #40183 from nextcloud/sftp-fixesRobin Appelman2023-09-181-0/+75
|\ \ \ \ | |/ / / |/| | | SFTP improvements
| * | | add sftp ci testRobin Appelman2023-09-041-0/+75
| | |/ | |/| | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / | chore(deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3dependabot[bot]2023-09-092-4/+4
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/0b7f8abb1508181956e8e162db84b466c27e18ce...a8a3f3ad30e3422c9c7b888a15615d19a852ae32) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | change proftpd ci imageRobin Appelman2023-09-011-7/+12
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | chore(Codeowner): Add myself as a codeownerJoas Schilling2023-08-301-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add Altahrïm as code owner for login routes and sharebymail appBenjamin Gaussorgues2023-08-251-0/+5
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Merge pull request #39976 from ↵dependabot[bot]2023-08-191-1/+1
|\ \ | | | | | | | | | nextcloud/dependabot/github_actions/actions/stale-8
| * | chore(deps): Bump actions/stale from 5 to 8dependabot[bot]2023-08-191-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/stale](https://github.com/actions/stale) from 5 to 8. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v5...v8) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* / chore(deps): Bump actions/github-script from 5 to 6dependabot[bot]2023-08-191-1/+1
|/ | | | | | | | | | | | | | Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #39095 from ↵dependabot[bot]2023-08-161-1/+1
|\ | | | | | | nextcloud/dependabot/github_actions/skjnldsv/read-package-engines-version-actions-2.2
| * chore(deps): Bump skjnldsv/read-package-engines-version-actionsdependabot[bot]2023-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [skjnldsv/read-package-engines-version-actions](https://github.com/skjnldsv/read-package-engines-version-actions) from 2.1 to 2.2. - [Release notes](https://github.com/skjnldsv/read-package-engines-version-actions/releases) - [Commits](https://github.com/skjnldsv/read-package-engines-version-actions/compare/v2.1...8205673bab74a63eb9b8093402fd9e0e018663a1) --- updated-dependencies: - dependency-name: skjnldsv/read-package-engines-version-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Add OpenAPI CODEOWNERSjld31032023-08-111-0/+4
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | Add OpenAPI CIjld31032023-08-111-74/+6
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | Install openapi-extractorjld31032023-08-111-0/+101
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | enh: add codeownerChristopher Ng2023-08-031-0/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | chore: add pr-feedback workflowDaniel Kesselberg2023-08-031-0/+29
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Fixes in update-3rdparty commandCôme Chilliet2023-08-011-5/+10
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | chore: update codeowners for 2faDaniel Kesselberg2023-07-171-3/+3
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | ci(32bit): fix failing test setupArthur Schiwon2023-07-111-1/+1
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* chore(deps): Bump cypress-io/github-action from 5.8.1 to 5.8.3dependabot[bot]2023-06-301-1/+1
| | | | | | | | | | | | | | Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5.8.1 to 5.8.3. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Commits](https://github.com/cypress-io/github-action/compare/db1693016f23ccf9043f4b2428f9b04e5d502a73...d69252d52b9a31bad4f418f05ba2bc83687a02eb) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* fix(cypress): branch definition and update from templateJohn Molakvoæ2023-06-291-14/+30
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: prepare jest coverage supportJohn Molakvoæ2023-06-211-4/+9
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: Removed invalid user from CODEOWNERS fileChristoph Wurst2023-06-151-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #38781 from nextcloud/ci/noid/pin-setup-phpJohn Molakvoæ2023-06-137-8/+8
|\
| * ci: pin setup-php to avoid a regressionArthur Schiwon2023-06-127-8/+8
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #38787 from ↵John Molakvoæ2023-06-131-3/+3
|\ \ | | | | | | | | | nextcloud/dependabot/github_actions/actions/setup-node-3
| * | chore(deps): Bump actions/setup-node from 2 to 3dependabot[bot]2023-06-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #38786 from ↵John Molakvoæ2023-06-133-6/+6
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/github_actions/peter-evans/create-or-update-comment-3
| * | | chore(deps): Bump peter-evans/create-or-update-comment from 2 to 3dependabot[bot]2023-06-123-6/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2 to 3. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v2...c6c9a1a66007646a28c153e2a8580a5bad27bcfa) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #38788 from ↵John Molakvoæ2023-06-131-1/+1
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/github_actions/actions/upload-artifact-3
| * | | chore(deps): Bump actions/upload-artifact from 2 to 3dependabot[bot]2023-06-121-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...0b7f8abb1508181956e8e162db84b466c27e18ce) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* / / chore(deps): Bump skjnldsv/read-package-engines-version-actionsdependabot[bot]2023-06-126-6/+6
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [skjnldsv/read-package-engines-version-actions](https://github.com/skjnldsv/read-package-engines-version-actions) from 1.1 to 2.2. - [Release notes](https://github.com/skjnldsv/read-package-engines-version-actions/releases) - [Commits](https://github.com/skjnldsv/read-package-engines-version-actions/compare/v1.1...8205673bab74a63eb9b8093402fd9e0e018663a1) --- 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>
* / Add a Dependabot configuration to autoupdate GitHub action versionsKurt McKee2023-06-101-0/+9
|/ | | | Signed-off-by: Kurt McKee <contactme@kurtmckee.org>