summaryrefslogtreecommitdiffstats
path: root/build/integration/features/bootstrap/WebDav.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove chunking-v1Robin Appelman2024-06-191-15/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* chore: Add SPDX headerAndy Scherzinger2024-05-131-31/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* 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-091-4/+2
| | | | 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>
* test boolean favoriteMaxence Lange2023-11-221-0/+18
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* 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-081-0/+98
| | | | | | This allows to stream file chunks directly to S3 during upload. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* 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>
* Update GuzzleHttp function call for v7MichaIng2022-02-221-4/+4
| | | | | | https://github.com/guzzle/guzzle/issues/2824 Signed-off-by: MichaIng <micha@dietpi.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-081-0/+2
| | | | 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>
* Clean BulkUpload pluginLouis Chemineau2021-10-161-0/+51
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-4/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* add LDAP integr. test for receiving share candidates with group limitationArthur Schiwon2019-06-141-23/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix trashbin integration tests and add a few moreRobin Appelman2018-09-201-2/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fixed phpunit Test classJohn Molakvoæ (skjnldsv)2018-06-131-8/+9
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Adjust integration tests to new guzzleRobin Appelman2018-02-091-92/+77
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add integration tests for length header on new chunkingThomas Müller2017-12-151-0/+17
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Update license headersMorris Jobke2017-11-061-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Added test about checking file id after a moveSergio Bertolin2017-04-261-2/+33
|
* Use authType BASIC for Sabre client in integration testsVincent Petry2017-03-241-6/+7
| | | | | | | | | | | This helps massively reduce the numerous useless 401 exceptions that appears in the test log. These appear only because Sabre first connects without any auth type to receive the challenge and then sends the authentication data. With this change it will directly use basic auth. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Added logic and tests to remove everything inside a folderSergio Bertolin2017-03-201-0/+19
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Using propfind instead of accessing the file systemSergio Bertolin2016-12-231-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Changed data directory for work oneSergio Bertolin2016-12-231-3/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Added support for homes which doesn't have user's nameSergio Bertolin2016-12-231-1/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Added flexibility to propertiesSergio Bertolin2016-12-221-20/+13
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fixed failing problemsSergio Bertolin2016-12-221-4/+4
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* WIP commit, adding report supportSergio Bertolin2016-12-221-1/+55
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #2758 from nextcloud/only-one-dav-backendLukas Reschke2016-12-211-0/+24
|\ | | | | Register only one dav backend
| * Add test for duplicate 401 headers on DAVVincent Petry2016-12-191-0/+24
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Add transfer ownership integration tests (#26543)Vincent Petry2016-12-191-0/+1
|/ | | | | | | | * Add transfer ownership integration tests * Added more transfer ownership tests and OCC checks Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add integration test for creating folder with colonVincent Petry2016-12-161-0/+9
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix testsRoeland Jago Douma2016-11-041-6/+15
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove unneeded behat methodMorris Jobke2016-11-021-10/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Adapted favorites and dav2 featuresSergio Bertolin2016-11-021-24/+42
| | | | | | | | Adapted sharing and external features, random failures in sharing:857 Added weddav related feature Removed forgotten leftovers
* Changed description of variableSergio Bertolin2016-11-021-1/+1
|
* Added functions to check etag of elementsSergio Bertolin2016-11-021-0/+31
|
* Adding type parameter because behat cannot ignore itSergio Bertolín2016-10-061-2/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Orphaned shares test and some requirementsSergio Bertolín2016-10-061-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* User was incorrectSergio Bertolin2016-10-051-10/+11
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Modifications to avoid old dav pathSergio Bertolín2016-10-051-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>