Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add intergration tests | Roeland Jago Douma | 2016-12-02 | 3 | -0/+141 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add integration test for web based installer | Morris Jobke | 2016-11-21 | 4 | -14/+76 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Adjust integration test | Lukas Reschke | 2016-11-21 | 1 | -0/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add intergration test | Roeland Jago Douma | 2016-11-14 | 1 | -0/+17 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #1792 from nextcloud/bump_sabre | Roeland Jago Douma | 2016-11-09 | 1 | -1/+1 |
|\ | | | | | Bump sabre | ||||
| * | Update sabre dav to 3.2 (#26115) | Thomas Müller | 2016-11-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update sabre/dav to 3.2.0 * Adjust code to work with sabre/dav 3.2.0 and it's dependencies * Adding own CalDAV plugin to fix calendar home property * Test if there is a user logged in when listing files home * Update sabre version used by integration tests * Disable unauthenticated DAV access This is needed to make Sabre 3.2 behave like we did before. Eventually we should integrate better with the ACL plugin which itself should implement an auth failure when appropriate. ===== * Fixed so cherry-pick was succesfull Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Add sleep function | Roeland Jago Douma | 2016-11-04 | 2 | -0/+10 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Fix tests | Roeland Jago Douma | 2016-11-04 | 1 | -6/+15 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Remove unneeded behat method | Morris Jobke | 2016-11-02 | 1 | -10/+0 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Adapted favorites and dav2 features | Sergio Bertolin | 2016-11-02 | 6 | -127/+248 |
|/ | | | | | | | | Adapted sharing and external features, random failures in sharing:857 Added weddav related feature Removed forgotten leftovers | ||||
* | Merge pull request #1887 from nextcloud/downstream-26370 | Morris Jobke | 2016-11-02 | 2 | -1/+47 |
|\ | | | | | Added functions to check etag of elements - integration tests | ||||
| * | Fix intergration tests | Roeland Jago Douma | 2016-11-02 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Added test case about issue 26346 | Sergio Bertolin | 2016-11-02 | 1 | -0/+15 |
| | | |||||
| * | Changed description of variable | Sergio Bertolin | 2016-11-02 | 1 | -1/+1 |
| | | |||||
| * | Added functions to check etag of elements | Sergio Bertolin | 2016-11-02 | 1 | -0/+31 |
| | | |||||
* | | unit tests updated and new added | Bjoern Schiessle | 2016-11-01 | 1 | -1/+2 |
|/ | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | remove unneeded steps | Morris Jobke | 2016-10-21 | 1 | -2/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Changed request to not add a prefix to the url (#26256) | Sergio Bertolín | 2016-10-20 | 2 | -3/+29 |
| | | | | | | | | * Changed request to not add a prefix to the url * Expecting forbidden instead of service unavailable * Handling login exceptions | ||||
* | Added test for 26182 | Sergio Bertolin | 2016-10-10 | 1 | -0/+14 |
| | |||||
* | Adding type parameter because behat cannot ignore it | Sergio Bertolín | 2016-10-06 | 1 | -2/+3 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Orphaned shares test and some requirements | Sergio Bertolín | 2016-10-06 | 3 | -1/+50 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | User was incorrect | Sergio Bertolin | 2016-10-05 | 1 | -10/+11 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Modifications to avoid old dav path | Sergio Bertolín | 2016-10-05 | 2 | -5/+5 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Added failing tests | Sergio Bertolin | 2016-10-05 | 1 | -0/+38 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | 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 | 3 | -2/+15 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Added test checking quota after usage | Sergio Bertolin | 2016-10-02 | 3 | -0/+31 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Remove unused endpoint | Joas Schilling | 2016-09-30 | 1 | -6/+14 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix integration test to use a valid URL | Joas Schilling | 2016-09-27 | 1 | -2/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make OCS intergration tests check for CSP | Roeland Jago Douma | 2016-09-15 | 2 | -0/+25 |
| | | | | * Very hacky in simple test but at least we test | ||||
* | Add basic osc intergration tests | Roeland Jago Douma | 2016-09-07 | 2 | -0/+32 |
| | |||||
* | Fix AppTest and intergration test | Roeland Jago Douma | 2016-09-05 | 1 | -0/+1 |
| | |||||
* | Use "testing" instead of "user_ldap" as test app | Lukas Reschke | 2016-08-31 | 1 | -6/+6 |
| | |||||
* | Creating the folder when the tests run | Sergio Bertolín | 2016-08-30 | 3 | -7/+4 |
| | |||||
* | Changed enabled/disabled app in provisioning api tests | Sergio Bertolín | 2016-08-30 | 1 | -6/+7 |
| | |||||
* | External storage was not enabled and content was not deleted before scenarios | Sergio Bertolín | 2016-08-30 | 2 | -1/+19 |
| | |||||
* | Added local_storage folder | Sergio Bertolín | 2016-08-30 | 1 | -0/+4 |
| | |||||
* | Run as current user | Sergio Bertolin | 2016-08-30 | 1 | -5/+3 |
| | |||||
* | Removed extra context added needed option and remove storage after external ↵ | Sergio Bertolin | 2016-08-30 | 5 | -26/+15 |
| | | | | storage scenarios | ||||
* | Added feature and context, not working yet, option to allow sharing needs to ↵ | Sergio Bertolin | 2016-08-30 | 2 | -0/+50 |
| | | | | be added | ||||
* | Modified run.sh to mount a local storage | Sergio Bertolin | 2016-08-30 | 2 | -0/+9 |
| | |||||
* | Added integration test | Sergio Bertolin | 2016-08-29 | 1 | -0/+18 |
| | |||||
* | Fix intergration tests | Roeland Jago Douma | 2016-08-14 | 2 | -9/+77 |
| | | | | | * Set OCS-APIREQUEST: true * PUT requires a body | ||||
* | Fix intergration test for admin_audit | Roeland Jago Douma | 2016-08-08 | 1 | -1/+0 |
| | |||||
* | Merge pull request #445 from nextcloud/ocs_share_to_appframework | Lukas Reschke | 2016-08-08 | 3 | -3/+29 |
|\ | | | | | OCS Share API to appframework | ||||
| * | Add OCS-APIREQUEST header to intergration test calls | Roeland Jago Douma | 2016-08-05 | 3 | -3/+29 |
| | | |||||
* | | Disbale failing intergration test for now | Roeland Jago Douma | 2016-08-05 | 1 | -14/+14 |
|/ | | | | | | I have not been able to reproduce this failure locally yet. But it seems to happen often on CI. So disable for now. | ||||
* | Add integration tests for double shares with rename in between | Vincent Petry | 2016-08-03 | 2 | -4/+34 |
| | |||||
* | Add integration tests for merging received shares | Vincent Petry | 2016-08-03 | 3 | -24/+180 |
| | |||||
* | Add intergration test | Roeland Jago Douma | 2016-08-02 | 1 | -0/+16 |
| |