aboutsummaryrefslogtreecommitdiffstats
path: root/build/integration/features/bootstrap
Commit message (Collapse)AuthorAgeFilesLines
...
* feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-082-2/+100
| | | | | | This allows to stream file chunks directly to S3 during upload. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-211-0/+27
|
* tests: Remove legacy checksum testJulius Härtl2023-02-171-27/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* composer run cs:fixCôme Chilliet2023-01-208-8/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix check in integration testsCôme Chilliet2023-01-201-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add test for received share in share_folderVincent Petry2022-11-151-0/+2
| | | | | | | Add integration test for receiving a share in a configured "share_folder". Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Remake profile picture saving with VueChristopher Ng2022-09-021-1/+10
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix copy in view-only modeVincent Petry2022-08-261-1/+1
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add int test for view-only downloadVincent Petry2022-08-261-7/+20
| | | | | | Asserts that downloading a view-only document returns 403. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Rename setting name to reduce its lengthLouis Chemineau2022-06-271-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add testCarl Schwan2022-06-231-5/+110
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix integration test which now actually matches the system-addresssbook entryJoas Schilling2022-06-091-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Require a recent phpunit version in integration and acceptanceCôme Chilliet2022-05-245-14/+15
| | | | | | 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>
* 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 function call for v7MichaIng2022-02-224-7/+7
| | | | | | https://github.com/guzzle/guzzle/issues/2824 Signed-off-by: MichaIng <micha@dietpi.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-111-1/+41
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add integration tests for email completionJulius Härtl2021-12-082-2/+57
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Correctly set the response after a ClientException as wellJoas Schilling2021-11-251-6/+22
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add integration tests for federated shares from unavailable serversDaniel Calviño Sánchez2021-11-051-0/+33
| | | | | | | | 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-051-0/+32
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add integration tests for deleting federated sharesDaniel Calviño Sánchez2021-11-051-0/+14
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add integration tests for user_status APIJonas Meurer2021-10-202-0/+92
| | | | Signed-off-by: Jonas Meurer <jonas@freesources.org>
* Clean BulkUpload pluginLouis Chemineau2021-10-161-0/+51
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Test for transfer ownership with incoming sharesVincent Petry2021-08-271-2/+14
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.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-301-4/+45
| | | | | | | - adding as usual - deleting and scope setting via additional endpoint Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Added tests for specifying custom display name during group creation.Dries Mys2021-06-051-0/+32
| | | | Signed-off-by: Dries Mys <dries.mys@my-dreams.be>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0431-74/+57
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-311-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add integration tests for the editable fieldsJoas Schilling2021-05-271-0/+30
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #26572 from ↵Joas Schilling2021-04-271-1/+7
|\ | | | | | | | | nextcloud/bugfix/noid/throw-401-when-authentication-is-provided-and-invalid Throw "401 Unauthenticated" when authentication is provided but invalid
| * Adjust integration testJoas Schilling2021-04-221-1/+7
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add integration tests for searching users in contacts menuDaniel Calviño Sánchez2021-04-232-0/+70
|/ | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Int tests for provisioning API scopesVincent Petry2021-03-261-1/+5
| | | | | | | Added integration tests for the scope attributes in the provisioning API. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix sharebymail testsJohn Molakvoæ (skjnldsv)2021-03-221-0/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Sharing link & mail parityJohn Molakvoæ (skjnldsv)2021-03-221-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #25331 from ↵Morris Jobke2021-03-181-0/+14
|\ | | | | | | | | nextcloud/fix-valid-storages-removed-when-cleaning-remote-storages Fix valid storages removed when cleaning remote storages
| * Add integration tests for "sharing:cleanup-remote-storages" OCC commandDaniel Calviño Sánchez2021-01-261-0/+14
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Add a setting to restrict returning a full match unless in phonebook or same ↵Joas Schilling2021-03-101-0/+1
| | | | | | | | | | | | group Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add integration tests for autocomplete/get (similar to sharees API)Joas Schilling2021-03-102-0/+105
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
|/ | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2020-12-302-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make integration tests work with both PHP 7.3 and 7.4Daniel Calviño Sánchez2020-12-304-3/+5
| | | | | | | | | | | | | | | | The "Trashbin" and "WebDav" traits were using each other in a circular dependency ("WebDav" -> "Sharing" -> "Provisioning" -> "BasicStructure" -> "Trashbin" -> "WebDav"). In PHP 7.3 this worked fine, but in PHP 7.4 the fatal error "Trait 'WebDav' not found in .../Trashbin.php" was thrown. To solve this now the "TrashBin" trait no longer explicitly uses "WebDav". However, due to this change, the class using "TrashBin" is now expected to also use "WebDav". As the "Trashbin" trait was not needed by most contexts using the "BasicStructure" trait "Trashbin" was removed from it and added only to those contexts that actually need it. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-1612-9/+14
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>