Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | Add codecov | Lukas Reschke | 2016-09-28 | 1 | -0/+6 |
| | | | | | | Allows coverage tracking using codecov Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Merge pull request #1538 from nextcloud/fix-integration-test-to-use-a-valid-url | Lukas Reschke | 2016-09-27 | 1 | -2/+3 |
|\ | | | | | Fix integration test to use a valid URL | ||||
| * | Fix integration test to use a valid URL | Joas Schilling | 2016-09-27 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Read repo name dynamically | Lukas Reschke | 2016-09-26 | 1 | -1/+13 |
|/ | | | | | | This way apps can easily use this as well Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Rely solely on GitHub API output | Lukas Reschke | 2016-09-22 | 1 | -22/+7 |
| | | | | | | This doesn't download the whole git repository again which saves roughly 90 seconds in execution time on the test. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add checker for signed off commits | Lukas Reschke | 2016-09-22 | 1 | -0/+120 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | 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 | ||||
* | $this->blackListedClassNames is unknown | Thomas Müller | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Make sure to also detect their new copy right line | Joas Schilling | 2016-08-18 | 1 | -1/+1 |
| | | | | Ref owncloud/core#25518 | ||||
* | Merge pull request #895 from nextcloud/autoloader_checker | Lukas Reschke | 2016-08-17 | 1 | -0/+44 |
|\ | | | | | Autoloader checker | ||||
| * | Add autoload checker | Roeland Jago Douma | 2016-08-17 | 1 | -0/+44 |
| | | |||||
* | | Merge pull request #846 from nextcloud/provisioning_api_ocs | Joas Schilling | 2016-08-17 | 2 | -9/+77 |
|\ \ | |/ |/| | Move Provisioning API to the AppFramework | ||||
| * | Fix intergration tests | Roeland Jago Douma | 2016-08-14 | 2 | -9/+77 |
| | | | | | | | | | | * Set OCS-APIREQUEST: true * PUT requires a body | ||||
* | | If there is no copyright notice print comment line | Roeland Jago Douma | 2016-08-15 | 1 | -1/+6 |
| | | |||||
* | | Do not licence composer stuff | Roeland Jago Douma | 2016-08-15 | 1 | -1/+1 |
|/ | |||||
* | 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 |
| | |||||
* | Merge pull request #648 from nextcloud/add-quotaplugin-v2-master | Björn Schießle | 2016-07-29 | 2 | -2/+41 |
|\ | | | | | [upstream] Adding quota plugin to new dav endpoint | ||||
| * | Adding quota plugin to new dav endpoint (#25615) | Thomas Müller | 2016-07-29 | 2 | -2/+41 |
| | | | | | | | | | | | | | | | | * Adding quota plugin to new dav endpoint * Added integrated test failing in old endpoint * Added 0B quota test | ||||
* | | Add some integration test fixes | Morris Jobke | 2016-07-29 | 4 | -22/+21 |
| | | |||||
* | | ownCloud --> Nextcloud | enoch85 | 2016-07-28 | 2 | -12/+12 |
|/ |