summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #33094 from ↵blizzz2022-07-071-1/+1
|\ | | | | | | | | nextcloud/dependabot/composer/build/integration/stable22/sabre/dav-4.4.0 Update sabre/dav requirement from 4.3.1 to 4.4.0 in /build/integration
| * Update sabre/dav requirement from 4.3.1 to 4.4.0 in /build/integrationdependabot[bot]2022-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version. - [Release notes](https://github.com/sabre-io/dav/releases) - [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md) - [Commits](https://github.com/sabre-io/dav/compare/4.3.1...4.4.0) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | Update psalm baselinenextcloud-command2022-07-071-8/+0
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]2022-06-251-1/+1
| | | | | | | | | | | | | | 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/6.5.8/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/6.5.7...6.5.8) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Update psalm baselinenextcloud-command2022-06-111-156/+8
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]2022-06-101-1/+1
| | | | | | | | | | | | | | 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/6.5.7/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/6.5.5...6.5.7) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #29565 from nextcloud/backport/25332/stable22blizzz2022-03-104-6/+299
|\ | | | | [stable22] Fix removing remote shares when the remote server is unreachable
| * Update psalm baselineVincent Petry2021-11-051-2/+1
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Add integration tests for federated shares from unavailable serversDaniel Calviño Sánchez2021-11-053-4/+130
| | | | | | | | | | | | | | | | The federated server needs to be stopped during the tests, so it is now stopped in the FederationContext for each scenario instead of just once in the run.sh script. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Add integration tests for listing federated sharesDaniel Calviño Sánchez2021-11-052-0/+74
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Add integration tests for deleting federated sharesDaniel Calviño Sánchez2021-11-052-8/+102
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #31182 from nextcloud/backport/31178/stable22Vincent Petry2022-03-091-6/+0
|\ \ | | | | | | [stable22] Fix typo in DAV namespace registration
| * | Fix typo in DAV namespace registrationThomas Citharel2022-02-171-6/+0
| | | | | | | | | | | | | | | | | | See https://github.com/nextcloud/3rdparty/blob/b0afba6d6508a1c85332cf8c61e90ad91b289ebc/sabre/dav/lib/DAV/Xml/Service.php#L43 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Avoid PHP errors in the checkers drone stepCôme Chilliet2022-02-221-1/+1
|/ / | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix psalm warning related to registerEventListenerCarl Schwan2022-01-291-104/+4
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Psalm fixingCarl Schwan2022-01-272-9/+2
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Fix psalmCarl Schwan2022-01-244-115/+403
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Update sabre/dav requirement from 4.3.0 to 4.3.1 in /build/integrationdependabot[bot]2022-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version. - [Release notes](https://github.com/sabre-io/dav/releases) - [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md) - [Commits](https://github.com/sabre-io/dav/compare/4.3.0...4.3.1) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | Make chokidar happy with fseventsVincent Petry2022-01-102-2/+27
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Update node deps for JS testsVincent Petry2022-01-102-1006/+6199
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Update sabre/dav requirement from 4.2.3 to 4.3.0 in /build/integrationdependabot[bot]2021-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version. - [Release notes](https://github.com/sabre-io/dav/releases) - [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md) - [Commits](https://github.com/sabre-io/dav/compare/4.2.3...4.3.0) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | Update sabre/dav requirement from 4.2.1 to 4.2.3 in /build/integrationdependabot[bot]2021-12-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version. - [Release notes](https://github.com/sabre-io/dav/releases) - [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md) - [Commits](https://github.com/sabre-io/dav/compare/4.2.1...4.2.3) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | Update sabre/dav requirement from 3.2.3 to 4.2.1 in /build/integrationdependabot[bot]2021-12-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version. - [Release notes](https://github.com/sabre-io/dav/releases) - [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md) - [Commits](https://github.com/sabre-io/dav/compare/3.2.3...4.2.1) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | Correctly set the response after a ClientException as wellJoas Schilling2021-11-251-6/+22
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add an integration testJoas Schilling2021-11-251-0/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Update behat/behat requirement in /build/integrationdependabot[bot]2021-11-061-1/+1
|/ | | | | | | | | | | | | | Updates the requirements on [behat/behat](https://github.com/Behat/Behat) to permit the latest version. - [Release notes](https://github.com/Behat/Behat/releases) - [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md) - [Commits](https://github.com/Behat/Behat/compare/v3.9.0...v3.10.0) --- updated-dependencies: - dependency-name: behat/behat dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Add integration tests for user_status APIJonas Meurer2021-10-253-0/+112
| | | | Signed-off-by: Jonas Meurer <jonas@freesources.org>
* Update behat/behat requirement in /build/integrationdependabot[bot]2021-10-231-1/+1
| | | | | | | | | | | | | | Updates the requirements on [behat/behat](https://github.com/Behat/Behat) to permit the latest version. - [Release notes](https://github.com/Behat/Behat/releases) - [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md) - [Commits](https://github.com/Behat/Behat/compare/v3.8.0...v3.9.0) --- updated-dependencies: - dependency-name: behat/behat dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Test for transfer ownership with incoming sharesVincent Petry2021-09-152-2/+43
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add missing files for Composer v2Christoph Wurst2021-08-161-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]2021-08-011-1/+1
| | | | | | | | | | | | | | 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/6.5.5/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/6.5.2...6.5.5) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Support redis user password auth and tls encryptionJohn Molakvoæ (skjnldsv)2021-07-223-137/+137
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Revert "Update guzzlehttp/guzzle requirement from 6.5.2 to 7.3.0 in ↵Julius Härtl2021-07-141-1/+1
| | | | /build/integration"
* Merge pull request #27654 from ↵Christoph Wurst2021-07-131-1/+1
|\ | | | | | | | | nextcloud/dependabot/composer/build/integration/stable22/guzzlehttp/guzzle-7.3.0 Update guzzlehttp/guzzle requirement from 6.5.2 to 7.3.0 in /build/integration
| * Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]2021-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/6.5.2...7.3.0) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | fix small issues in UsersController handlingArthur Schiwon2021-06-301-3/+0
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | fix provisioning test checkArthur Schiwon2021-06-301-8/+9
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | prov api to be able to edit multivalue propertiesArthur Schiwon2021-06-302-4/+120
| | | | | | | | | | | | | | - adding as usual - deleting and scope setting via additional endpoint Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | prov api reports multiple mail as editable fieldArthur Schiwon2021-06-301-1/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Fix branch selection in stable22Joas Schilling2021-06-242-7/+7
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #27385 from ↵dependabot-preview[bot]2021-06-241-1/+1
|\ | | | | | | nextcloud/dependabot/composer/build/integration/symfony/event-dispatcher-approx-5.3
| * Update symfony/event-dispatcher requirement in /build/integrationdependabot-preview[bot]2021-06-051-1/+1
| | | | | | | | | | | | | | | | Updates the requirements on [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) to permit the latest version. - [Release notes](https://github.com/symfony/event-dispatcher/releases) - [Changelog](https://github.com/symfony/event-dispatcher/blob/5.3/CHANGELOG.md) - [Commits](https://github.com/symfony/event-dispatcher/compare/v4.4.0...v5.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump karma from 5.2.3 to 6.3.4 in /builddependabot[bot]2021-06-232-449/+208
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [karma](https://github.com/karma-runner/karma) from 5.2.3 to 6.3.4. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v5.2.3...v6.3.4) --- updated-dependencies: - dependency-name: karma dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump puppeteer from 5.5.0 to 10.0.0 in /builddependabot[bot]2021-06-222-61/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 5.5.0 to 10.0.0. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](https://github.com/puppeteer/puppeteer/compare/v5.5.0...v10.0.0) --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Update baseline againLouis Chemineau2021-06-211-26/+1
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Update baselineJulius Härtl2021-06-212-72/+315
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Update psalm baselineNextcloud-PR-Bot2021-06-181-3/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Update psalm baselineNextcloud-PR-Bot2021-06-171-32/+1
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Update psalm baselineNextcloud-PR-Bot2021-06-161-6/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Update psalm baselineNextcloud-PR-Bot2021-06-111-19/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>