aboutsummaryrefslogtreecommitdiffstats
path: root/build/integration/features/bootstrap
Commit message (Collapse)AuthorAgeFilesLines
* test: Add integration tests for saving external userglobal storagesDaniel Calviño Sánchez2024-09-043-1/+105
| | | | | | | | | As the external storage uses the Nextcloud server itself the number of workers of the PHP process running the Nextcloud server had to be increased. Otherwise if a request is sent for the external storage while handling a request from the integration tests a deadlock would occur. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* test(Sharing): Integration test for no expiration set date for sharefenn-cs2024-05-291-2/+6
| | | | | | | | | | - Verify that explicitly sending empty `expireDate` param to server overwrite default and sets not expiry date, if non is enforced. - Update tests to avoid converting empty string to date. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-042-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat(dav): update a principal's schedule-default-calendar-URLRichard Steinmetz2024-02-281-0/+149
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix(tests): Ensure ldap server can be reached in integration tests on GitHub ↵Ferdinand Thiessen2024-01-261-1/+4
| | | | | | | | | | | | Actions and other improvments * Run integration tests for every pull request * Also print docker logs of service containers (ldap, redis) * Ensure consistent `datadir` for test assertions * Test openldap features separatly * Only the LDAP tests rely on `/dev/shm` while `federated.feature` rely on real directory access Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix "Creation of dynamic property CommandLineContext::$…BaseUrl is ↵Joas Schilling2024-01-261-0/+2
| | | | | | deprecated in CommandLineContext.php on line 41" Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix "Creation of dynamic property FeatureContext::$parts is deprecated in ↵Joas Schilling2024-01-261-4/+6
| | | | | | WebDav.php line 757" Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix: public dav and files_sharing testing fixesJohn Molakvoæ2024-01-093-10/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* confirm content on dav-v2 testMaxence Lange2023-11-241-14/+54
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-233-9/+9
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Merge pull request #41668 from nextcloud/enh/noid/test-dav-favorite-searchMaxence Lange2023-11-231-0/+18
|\ | | | | test boolean favorite
| * test boolean favoriteMaxence Lange2023-11-221-0/+18
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | fixing testMaxence Lange2023-11-231-2/+34
|/ | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix(autocomplete): Fix missing user status on autocomplete endpointJoas Schilling2023-09-281-0/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* perf: skip request without write permissionDaniel Kesselberg2023-06-192-0/+86
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* tests(integration): Fix catching error only on object storeJulius Härtl2023-03-081-0/+16
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* 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>