summaryrefslogtreecommitdiffstats
path: root/build/integration/features/webdav-related.feature
Commit message (Collapse)AuthorAgeFilesLines
* 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