| Commit message (Expand) | Author | Age | Files | Lines |
* | chore(deps): Bump github/codeql-action from 2 to 3 | dependabot[bot] | 2023-12-16 | 1 | -2/+2 |
* | chore(deps): Bump actions/stale from 8 to 9 | dependabot[bot] | 2023-12-09 | 1 | -1/+1 |
* | Update list of PHP versions | Joas Schilling | 2023-11-27 | 1 | -1/+1 |
* | fix(CI): Add stable28 to GitHub Actions | Joas Schilling | 2023-11-23 | 4 | -9/+9 |
* | chore(deps): Bump actions/github-script from 6 to 7 | dependabot[bot] | 2023-11-18 | 1 | -1/+1 |
* | Update supported versions on issue template | Git'Fellow | 2023-11-06 | 1 | -1/+1 |
* | chore(deps): Bump cypress-io/github-action from 6.5.0 to 6.6.0 | dependabot[bot] | 2023-11-04 | 1 | -1/+1 |
* | ci: skip puppeteer chrome download | Daniel Kesselberg | 2023-11-01 | 6 | -1/+10 |
* | ci: Only run note-tests once per day on branches | Joas Schilling | 2023-10-30 | 1 | -4/+2 |
* | ci: Turn off builds for pushes and merges to master/stable* | Joas Schilling | 2023-10-30 | 11 | -59/+1 |
* | ci: Specify concurrency to help with consecutive pushes | Joas Schilling | 2023-10-30 | 11 | -0/+44 |
* | chore(deps): bump actions/setup-node from 3.8.1 to 4.0.0 | dependabot[bot] | 2023-10-30 | 6 | -9/+9 |
* | chore(deps): bump actions/checkout from 3.6.0 to 4.1.1 | dependabot[bot] | 2023-10-28 | 1 | -1/+1 |
* | fix(tests): Only run tests on CI that are needed | Ferdinand Thiessen | 2023-10-27 | 10 | -124/+260 |
* | fix(cypress): Also clone 3rdparty submodule to keep in sync for cypress tests | Ferdinand Thiessen | 2023-10-26 | 1 | -1/+4 |
* | fix(settings): Stablize user list cypress tests | Ferdinand Thiessen | 2023-10-25 | 1 | -3/+3 |
* | Merge pull request #41039 from nextcloud/fix/run-cypress-always-parallel | Ferdinand Thiessen | 2023-10-22 | 1 | -12/+7 |
|\ |
|
| * | feat(cypress): Always run cypress CI in parallel (independent from cypress.io) | Ferdinand Thiessen | 2023-10-21 | 1 | -12/+7 |
* | | Merge pull request #41027 from nextcloud/dependabot/github_actions/actions/ch... | Ferdinand Thiessen | 2023-10-21 | 23 | -30/+30 |
|\ \ |
|
| * | | chore(deps): Bump actions/checkout from 4.1.0 to 4.1.1 | dependabot[bot] | 2023-10-21 | 23 | -30/+30 |
| |/ |
|
* / | chore(deps): Bump peter-evans/create-or-update-comment | dependabot[bot] | 2023-10-21 | 3 | -6/+6 |
|/ |
|
* | chore: Add the talk team as codeowners for things Talk heavily relies on | Joas Schilling | 2023-10-16 | 1 | -0/+10 |
* | chore(deps): Bump actions/checkout from 3 to 4 | dependabot[bot] | 2023-10-10 | 23 | -30/+30 |
* | fix(cypress): runs on integration branches | Max | 2023-10-09 | 1 | -5/+5 |
* | Merge pull request #40678 from nextcloud/chore/phpunit-vendor-bin | Christoph Wurst | 2023-10-02 | 8 | -21/+16 |
|\ |
|
| * | chore: Install phpunit via vendor bin | Christoph Wurst | 2023-10-02 | 8 | -21/+16 |
* | | test(cypress): only use the cypress cloud on pull requests | Max | 2023-10-02 | 1 | -4/+11 |
|/ |
|
* | ci: clear disable_functions to enable pcntl_signal | Daniel Kesselberg | 2023-09-30 | 1 | -2/+1 |
* | Use latest shivammathur/setup-php in phpunit-32bits.yml | Côme Chilliet | 2023-09-30 | 1 | -1/+1 |
* | Add 8.3 to lint CI and 32bits test suite | Côme Chilliet | 2023-09-30 | 2 | -2/+2 |
* | Adding ini-file:development to 32bit CI | Côme Chilliet | 2023-09-30 | 1 | -0/+1 |
* | ci: skip cypress install | Daniel Kesselberg | 2023-09-22 | 6 | -21/+56 |
* | try to make kerberos test more reliable | Robin Appelman | 2023-09-20 | 1 | -0/+1 |
* | Merge pull request #40355 from nextcloud/dependabot/github_actions/cypress-io... | Ferdinand Thiessen | 2023-09-19 | 1 | -1/+1 |
|\ |
|
| * | chore(deps): Bump cypress-io/github-action from 5.8.3 to 6.5.0 | dependabot[bot] | 2023-09-09 | 1 | -1/+1 |
* | | Merge pull request #39974 from nextcloud/dependabot/github_actions/actions/se... | Ferdinand Thiessen | 2023-09-19 | 6 | -9/+9 |
|\ \ |
|
| * | | chore(deps): Bump actions/setup-node from 3.6.0 to 3.8.1 | dependabot[bot] | 2023-08-19 | 6 | -9/+9 |
* | | | Merge pull request #39972 from nextcloud/dependabot/github_actions/peter-evan... | Ferdinand Thiessen | 2023-09-19 | 3 | -3/+3 |
|\ \ \ |
|
| * | | | chore(deps): Bump peter-evans/create-pull-request from 3 to 5 | dependabot[bot] | 2023-08-19 | 3 | -3/+3 |
| |/ / |
|
* | | | Merge pull request #39531 from nextcloud/sso-kerberos-fix2 | Robin Appelman | 2023-09-19 | 1 | -33/+16 |
|\ \ \ |
|
| * | | | use user_saml from git | Robin Appelman | 2023-09-18 | 1 | -0/+5 |
| * | | | kerberos sso ci fixes | Robin Appelman | 2023-09-18 | 1 | -33/+11 |
* | | | | chore(deps): Bump actions/checkout from 3 to 4 | dependabot[bot] | 2023-09-18 | 23 | -29/+29 |
* | | | | Merge pull request #40183 from nextcloud/sftp-fixes | Robin Appelman | 2023-09-18 | 1 | -0/+75 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | add sftp ci test | Robin Appelman | 2023-09-04 | 1 | -0/+75 |
| | |/
| |/| |
|
* / | | chore(deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3 | dependabot[bot] | 2023-09-09 | 2 | -4/+4 |
|/ / |
|
* | | change proftpd ci image | Robin Appelman | 2023-09-01 | 1 | -7/+12 |
* | | chore(Codeowner): Add myself as a codeowner | Joas Schilling | 2023-08-30 | 1 | -0/+1 |
* | | Add Altahrïm as code owner for login routes and sharebymail app | Benjamin Gaussorgues | 2023-08-25 | 1 | -0/+5 |
* | | Merge pull request #39976 from nextcloud/dependabot/github_actions/actions/st... | dependabot[bot] | 2023-08-19 | 1 | -1/+1 |
|\ \ |
|