summaryrefslogtreecommitdiffstats
path: root/build/integration/features/webdav-related.feature
Commit message (Collapse)AuthorAgeFilesLines
* Accept incoming shares in integration testsDaniel Calviño Sánchez2019-11-201-0/+10
| | | | | | | | | Now all incoming shares need to be explicitly accepted before being able to use the shared file or get information about a reshare (although getting the information of the incoming share is possible before accepting it). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix testsRoeland Jago Douma2018-11-011-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add integration tests for length header on new chunkingThomas Müller2017-12-151-0/+20
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Prevent sending second WWW-Authenticate headerLukas Reschke2017-06-131-2/+2
| | | | | | | | Overrides \Sabre\DAV\Auth\Backend\AbstractBearer::challenge to prevent sending a second WWW-Authenticate header which is standard-compliant but most DAV clients simply fail hard. Fixes https://github.com/nextcloud/server/issues/5088 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Bearer comes first on the new endpointLukas Reschke2017-05-181-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Adjust realm from SabreDAV to NextcloudLukas Reschke2017-05-181-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix forbidden backslash DAV integration testsVincent Petry2017-04-261-12/+12
|
* Added test cases from core 16825Sergio Bertolin2017-04-261-0/+41
|
* Simplified new endpoint move testVincent Petry2017-04-261-9/+4
|
* Added case when final chunk move must not change file idVincent Petry2017-04-261-0/+13
|
* Added test about checking file id after a moveSergio Bertolin2017-04-261-0/+12
|
* Fix casing of same origin frame optionJoas Schilling2017-04-121-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Added logic and tests to remove everything inside a folderSergio Bertolin2017-03-201-0/+38
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Adjust integration test to Nextcloud brandingLukas Reschke2016-12-191-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add test for duplicate 401 headers on DAVVincent Petry2016-12-191-0/+16
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add integration test for creating folder with colonVincent Petry2016-12-161-0/+16
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add integration tests for uploading files to a permission limited shareRobin Appelman2016-12-151-0/+20
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Adapted favorites and dav2 featuresSergio Bertolin2016-11-021-18/+119
| | | | | | | | Adapted sharing and external features, random failures in sharing:857 Added weddav related feature Removed forgotten leftovers
* Fix sizeRoeland Jago Douma2016-10-021-2/+2
| | | | Nextcloud has a letter (byte) more than ownCloud. So update test
* Added quota calculation test when a file is recievedSergio Bertolin2016-10-021-0/+12
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Added test checking quota after usageSergio Bertolin2016-10-021-0/+10
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Added integration testSergio Bertolin2016-08-291-0/+18
|
* Add some integration test fixesMorris Jobke2016-07-291-12/+12
|
* ownCloud --> Nextcloudenoch852016-07-281-9/+9
|
* Add integration testsLukas Reschke2016-06-301-0/+29
|
* Added test with new endpoint (#23934)Sergio Bertolín2016-06-171-37/+0
| | | | | | | | | | | | | | * Added test with new endpoint * Moved all scenarios using new dav endpoint to a new feature file * Removed extra slash in welcome.txt * some fixes * Incorrect user while downloading with range * Fixed Content-disposition
* DAV now returns file name with Content-Disposition headerVincent Petry2016-06-091-2/+2
| | | | | Fixes issue where Chrome would append ".txt" to XML files when downloaded in the web UI
* Added integration tests directly in the code PRSergio Bertolín2016-05-021-1/+1
|
* Integration test for a disabled userThomas Müller2016-05-021-0/+8
|
* Merge pull request #23978 from owncloud/integration-test-remaining-from-qa-26Lukas Reschke2016-04-161-0/+9
|\ | | | | Added test case about downloading a file inside a folder with range
| * Added test case about downloading a file inside a folder with rangeSergio Bertolin2016-04-131-0/+9
| |
* | Merge pull request #23939 from owncloud/stricter-csp-for-dav-backendLukas Reschke2016-04-161-2/+2
|\ \ | | | | | | Employ a stricter Content Security Policy on remote.php
| * | Employ a stricter Content Security Policy on remote.phpLukas Reschke2016-04-121-2/+2
| |/ | | | | | | Items sent by remote.php have not to be interpreted by browsers in any way.
* / Add intergration tests for new chunkingRoeland Jago Douma2016-04-121-0/+36
|/ | | | | | | | The same intergration tests as for the old endpoint. But now using the new chunking. We upload 3 chunks in different order and the result should be the same in all three.
* Add intergration testsRoeland Jago Douma2016-03-171-0/+73
| | | | | | | | | | Intergration tests to ensure the share-types property is set correctly. * Unshared item * Shared with user * Shared with group * Shared by link * Shared with user & group & link
* Added testsRoeland Jago Douma2016-03-071-0/+27
| | | | | * Unit tests for OC_Filechunking to verify the isComplete function * Intergration tests to show that shuffling chunks is all fine
* Return -3 for unlimited quotaVincent Petry2016-02-291-1/+37
| | | | | Returns -3 for unlimited quota in Webdav response. Also adjusted personal page to show unlimited quota when set.
* Fix typoLukas Reschke2016-02-251-1/+1
|
* Add integration test for CSRF protection on DAVLukas Reschke2016-02-251-0/+37
| | | | | | This adds the integration tests for the CSRF protection on the DAV backend introduced with 9.0. Fixes https://github.com/owncloud/core/issues/22598
* Add header for attachment disposition only onceLukas Reschke2016-02-231-4/+29
| | | | | | | | Recent refactorings have resulted in the header being added twice, this makes browsers ignore the header which removes any security gains. This changeset adds the header only once and adds integration tests ensuring the correct header in future. https://github.com/owncloud/core/issues/22577
* Added test case about downloading by range a public shared fileSergio Bertolin2015-12-031-0/+9
|
* add behat tests for 0 quota upload failureMorris Jobke2015-12-011-0/+7
|
* Added webdav test to check range downloadsSergio Bertolin2015-11-301-0/+6
|
* Added test case about trying to reshare a file with more permissionsSergio Bertolin2015-11-201-9/+9
|
* Making webdav path configurableSergio Bertolin2015-11-201-6/+9
|
* Added some requirements for first test caseSergio Bertolin2015-11-191-0/+20