Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Accept incoming shares in integration tests | Daniel Calviño Sánchez | 2019-11-20 | 1 | -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 tests | Roeland Jago Douma | 2018-11-01 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add integration tests for length header on new chunking | Thomas Müller | 2017-12-15 | 1 | -0/+20 |
| | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Prevent sending second WWW-Authenticate header | Lukas Reschke | 2017-06-13 | 1 | -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 endpoint | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Adjust realm from SabreDAV to Nextcloud | Lukas Reschke | 2017-05-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix forbidden backslash DAV integration tests | Vincent Petry | 2017-04-26 | 1 | -12/+12 |
| | |||||
* | Added test cases from core 16825 | Sergio Bertolin | 2017-04-26 | 1 | -0/+41 |
| | |||||
* | Simplified new endpoint move test | Vincent Petry | 2017-04-26 | 1 | -9/+4 |
| | |||||
* | Added case when final chunk move must not change file id | Vincent Petry | 2017-04-26 | 1 | -0/+13 |
| | |||||
* | Added test about checking file id after a move | Sergio Bertolin | 2017-04-26 | 1 | -0/+12 |
| | |||||
* | Fix casing of same origin frame option | Joas Schilling | 2017-04-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Added logic and tests to remove everything inside a folder | Sergio Bertolin | 2017-03-20 | 1 | -0/+38 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Adjust integration test to Nextcloud branding | Lukas Reschke | 2016-12-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add test for duplicate 401 headers on DAV | Vincent Petry | 2016-12-19 | 1 | -0/+16 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add integration test for creating folder with colon | Vincent Petry | 2016-12-16 | 1 | -0/+16 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add integration tests for uploading files to a permission limited share | Robin Appelman | 2016-12-15 | 1 | -0/+20 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Adapted favorites and dav2 features | Sergio Bertolin | 2016-11-02 | 1 | -18/+119 |
| | | | | | | | | Adapted sharing and external features, random failures in sharing:857 Added weddav related feature Removed forgotten leftovers | ||||
* | Fix size | Roeland Jago Douma | 2016-10-02 | 1 | -2/+2 |
| | | | | Nextcloud has a letter (byte) more than ownCloud. So update test | ||||
* | Added quota calculation test when a file is recieved | Sergio Bertolin | 2016-10-02 | 1 | -0/+12 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Added test checking quota after usage | Sergio Bertolin | 2016-10-02 | 1 | -0/+10 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Added integration test | Sergio Bertolin | 2016-08-29 | 1 | -0/+18 |
| | |||||
* | Add some integration test fixes | Morris Jobke | 2016-07-29 | 1 | -12/+12 |
| | |||||
* | ownCloud --> Nextcloud | enoch85 | 2016-07-28 | 1 | -9/+9 |
| | |||||
* | Add integration tests | Lukas Reschke | 2016-06-30 | 1 | -0/+29 |
| | |||||
* | Added test with new endpoint (#23934) | Sergio Bertolín | 2016-06-17 | 1 | -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 header | Vincent Petry | 2016-06-09 | 1 | -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 PR | Sergio Bertolín | 2016-05-02 | 1 | -1/+1 |
| | |||||
* | Integration test for a disabled user | Thomas Müller | 2016-05-02 | 1 | -0/+8 |
| | |||||
* | Merge pull request #23978 from owncloud/integration-test-remaining-from-qa-26 | Lukas Reschke | 2016-04-16 | 1 | -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 range | Sergio Bertolin | 2016-04-13 | 1 | -0/+9 |
| | | |||||
* | | Merge pull request #23939 from owncloud/stricter-csp-for-dav-backend | Lukas Reschke | 2016-04-16 | 1 | -2/+2 |
|\ \ | | | | | | | Employ a stricter Content Security Policy on remote.php | ||||
| * | | Employ a stricter Content Security Policy on remote.php | Lukas Reschke | 2016-04-12 | 1 | -2/+2 |
| |/ | | | | | | | Items sent by remote.php have not to be interpreted by browsers in any way. | ||||
* / | Add intergration tests for new chunking | Roeland Jago Douma | 2016-04-12 | 1 | -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 tests | Roeland Jago Douma | 2016-03-17 | 1 | -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 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 |