Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added tests | Roeland Jago Douma | 2016-03-07 | 1 | -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 quota | Vincent Petry | 2016-02-29 | 1 | -1/+37 |
| | | | | | Returns -3 for unlimited quota in Webdav response. Also adjusted personal page to show unlimited quota when set. | ||||
* | Fix typo | Lukas Reschke | 2016-02-25 | 1 | -1/+1 |
| | |||||
* | Add integration test for CSRF protection on DAV | Lukas Reschke | 2016-02-25 | 1 | -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 once | Lukas Reschke | 2016-02-23 | 1 | -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 file | Sergio Bertolin | 2015-12-03 | 1 | -0/+9 |
| | |||||
* | add behat tests for 0 quota upload failure | Morris Jobke | 2015-12-01 | 1 | -0/+7 |
| | |||||
* | Added webdav test to check range downloads | Sergio Bertolin | 2015-11-30 | 1 | -0/+6 |
| | |||||
* | Added test case about trying to reshare a file with more permissions | Sergio Bertolin | 2015-11-20 | 1 | -9/+9 |
| | |||||
* | Making webdav path configurable | Sergio Bertolin | 2015-11-20 | 1 | -6/+9 |
| | |||||
* | Added some requirements for first test case | Sergio Bertolin | 2015-11-19 | 1 | -0/+20 |