summaryrefslogtreecommitdiffstats
path: root/build/integration
Commit message (Collapse)AuthorAgeFilesLines
* Only normalize data in public shares and not crudCarl Schwan2022-09-081-0/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Remake profile picture saving with VueChristopher Ng2022-09-023-17/+58
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix copy in view-only modeVincent Petry2022-08-262-1/+21
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add int test for view-only downloadVincent Petry2022-08-262-7/+40
| | | | | | Asserts that downloading a view-only document returns 403. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add composer.lock for integration testsVincent Petry2022-08-261-0/+4704
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Int test for share owner change on moveVincent Petry2022-07-261-0/+48
| | | | | | | Added tests to verify share owner change when moving the parent of a subshare in and out of a received share. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Update sabre/dav requirement from 4.3.1 to 4.4.0 in /build/integrationdependabot[bot]2022-07-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/4.3.1...4.4.0) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #32998 from nextcloud/fix/setting_nameLouis2022-06-271-1/+1
|\ | | | | Rename setting name to reduce its length
| * Rename setting name to reduce its lengthLouis Chemineau2022-06-271-1/+1
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | 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/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.4.4...7.4.5) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #32820 from ↵blizzz2022-06-241-1/+1
|\ \ | |/ |/| | | | | nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.4.4 Update guzzlehttp/guzzle requirement from 7.4.2 to 7.4.4 in /build/integration
| * Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]2022-06-111-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/7.4.2...7.4.4) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | Add testCarl Schwan2022-06-232-5/+116
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Fix second integration test as wellJoas Schilling2022-06-131-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix integration test which now actually matches the system-addresssbook entryJoas Schilling2022-06-092-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Require a recent phpunit version in integration and acceptanceCôme Chilliet2022-05-246-15/+17
| | | | | | Otherwise build with PHP>8 will fail as PHPUnit 6 does not support it Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add setting to ignore email during searchLouis Chemineau2022-05-031-0/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Enable Talk with --force to have less issues during transition period after ↵Joas Schilling2022-04-251-1/+1
| | | | | | a branch-off Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #32054 from ↵Joas Schilling2022-04-231-0/+1
|\ | | | | | | | | nextcloud/verify-that-talk-could-be-enabled-before-executing-the-tests Verify that Talk could be enabled before executing the tests
| * Verify that Talk could be enabled before executing the testsDaniel Calviño Sánchez2022-04-211-0/+1
| | | | | | | | | | | | | | | | This should make the problem clearer if Talk could not be enabled (for example, due to a version mismatch), as otherwise the tests would fail in more cryptic ways. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Remove accessibilityJohn Molakvoæ2022-04-211-1/+0
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add settings to ignore second display name in searchLouis Chemineau2022-04-121-0/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add settings to not match userID during full matchLouis Chemineau2022-04-061-0/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]2022-03-301-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/7.4.1...7.4.2) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Remove legacy Internet Explorer headersMichaIng2022-03-193-4/+0
| | | | | | X-UA-Compatible and X-Download-Options headers are interpreted or relevant for Internet Explorer only. With the deprecation of Internet Explorer support in Nextcloud 20 and planned support removal already in Nextcloud 22, these became obsolete and are hereby removed, including their removal from setup checks. Signed-off-by: MichaIng <micha@dietpi.com>
* Update images in scripts to run local tests in DockerDaniel Calviño Sánchez2022-03-031-2/+3
| | | | | | | | PHP 7.3 support was dropped for Nextcloud 24. The Docker images are updated to the same images used for integration and acceptance tests in CI. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Update GuzzleHttp function call for v7MichaIng2022-02-224-7/+7
| | | | | | https://github.com/guzzle/guzzle/issues/2824 Signed-off-by: MichaIng <micha@dietpi.com>
* Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]2022-02-221-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.4.1) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Update sabre/dav requirement from 4.3.0 to 4.3.1 in /build/integrationdependabot[bot]2022-02-141-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>
* Only allow avatars in 64 and 512 pixel sizeJoas Schilling2022-02-071-13/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix PHP Notices in build/integration/features/bootstrapCôme Chilliet2022-01-252-3/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan2022-01-131-1/+1
|\ | | | | Fix psalm not running
| * Check style updateCarl Schwan2022-01-131-1/+1
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Set the file's mtime from the headers in bulk uploadLouis Chemineau2022-01-112-1/+44
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #29879 from ↵Julius Härtl2021-12-213-2/+98
|\ | | | | | | nextcloud/bugfix/noid/sharing-enumeration-addressbooks
| * Add integration tests for email completionJulius Härtl2021-12-083-2/+98
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Update sabre/dav requirement from 4.2.3 to 4.3.0 in /build/integrationdependabot[bot]2021-12-181-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-111-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 4.2.0 to 4.2.1 in /build/integrationdependabot[bot]2021-12-051-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.0...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 sabre/dav requirement from 3.2.3 to 4.2.0 in /build/integrationdependabot[bot]2021-11-231-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.0) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Update behat/behat requirement in /build/integrationdependabot[bot]2021-11-171-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 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>
* 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>
* Add integration tests for user_status APIJonas Meurer2021-10-203-0/+112
| | | | Signed-off-by: Jonas Meurer <jonas@freesources.org>
* Add new account propertiesChristopher Ng2021-10-191-0/+15
| | | | | | | | | | | | | | - New properties - Organisation - Role - Headline - Biography - Profile Enabled property - Fix errors with building default account properties - Fix L10N factory method `getLanguage` not public error - Update tests Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Clean BulkUpload pluginLouis Chemineau2021-10-162-0/+62
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>