Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add integration tests for tags | Lukas Reschke | 2016-02-19 | 3 | -0/+854 |
| | |||||
* | Add integration tests for comments | Lukas Reschke | 2016-02-19 | 5 | -2/+531 |
| | | | | | | This adds integration tests for the comments. Especially with regard to the permission handling, didn't find any problem in it. Fixes https://github.com/owncloud/core/issues/22367 | ||||
* | Check the mailmap file of core as well | Joas Schilling | 2016-02-17 | 1 | -1/+28 |
| | |||||
* | Allow the script to run for different git roots | Joas Schilling | 2016-02-17 | 1 | -8/+25 |
| | |||||
* | Add script to generate coverage badges | Thomas Müller | 2016-02-16 | 1 | -0/+59 |
| | |||||
* | Move update notification code into app | Lukas Reschke | 2016-02-09 | 1 | -0/+1 |
| | | | | | | Moves the update notification code in a single app. This is required since we want to use SSO for the new updater and for this have some code running in ownCloud as well (and we don't want that in core neccessarily). This app can provide that in the future, right now it's only the update notification itself. Will continue working on the SSO right away but wanted to keep the PR small. Furthermore also makes some more code unit-testable... | ||||
* | Fix intergration tests | Roeland Jago Douma | 2016-02-08 | 1 | -0/+1 |
| | |||||
* | Add intergration test | Roeland Jago Douma | 2016-02-05 | 1 | -10/+15 |
| | |||||
* | Add comments app to expected apps in test | Vincent Petry | 2016-02-02 | 1 | -1/+2 |
| | |||||
* | Add intergration test | Roeland Jago Douma | 2016-01-29 | 1 | -0/+22 |
| | |||||
* | Add intergration test for shared_with me and group shares | Roeland Jago Douma | 2016-01-21 | 1 | -0/+13 |
| | |||||
* | Renable intergration test | Roeland Jago Douma | 2016-01-21 | 1 | -17/+14 |
| | |||||
* | Fix app metadata/test issues for system tags app | Vincent Petry | 2016-01-20 | 1 | -0/+1 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-01-15 | 1 | -0/+6 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Fix integration tests | Roeland Jago Douma | 2016-01-13 | 1 | -2/+2 |
| | |||||
* | Added test case about deleting a group with special characters | Sergio Bertolín | 2016-01-13 | 1 | -0/+8 |
| | |||||
* | Added test with spcial chars in group | Sergio Bertolín | 2016-01-13 | 1 | -0/+11 |
| | |||||
* | We have new apps .... | Thomas Müller | 2016-01-12 | 1 | -1/+3 |
| | |||||
* | Merge pull request #21066 from ↵ | Thomas Müller | 2016-01-07 | 3 | -38/+306 |
|\ | | | | | | | | | owncloud/behat_capabilities_changing_server_configuration Added new capabilities test with changes in server configuration | ||||
| * | Deduplicate the array | Joas Schilling | 2015-12-11 | 1 | -20/+15 |
| | | |||||
| * | Speed up the tests by reseting the configs and app only when needed | Joas Schilling | 2015-12-11 | 2 | -27/+47 |
| | | |||||
| * | Prepare logic to handle nested elements and add pending test cases | Sergio Bertolin | 2015-12-11 | 2 | -99/+183 |
| | | |||||
| * | Added tests disabling options using testing app | Sergio Bertolin | 2015-12-11 | 2 | -5/+108 |
| | | |||||
| * | Add an OCS app for testing instead of using sudo and exec | Joas Schilling | 2015-12-11 | 2 | -41/+44 |
| | | |||||
| * | Added functionality to change server configuration | Sergio Bertolin | 2015-12-11 | 2 | -17/+42 |
| | | |||||
| * | Added functionality for changing server configuration | Sergio Bertolin | 2015-12-11 | 2 | -0/+38 |
| | | |||||
* | | Skip one intergration test until we have fixed the getshares | Roeland Jago Douma | 2016-01-06 | 1 | -17/+20 |
| | | | | | | | | | | The new sharing code handles things differently so there is no way for create shares to handle this all properly. | ||||
* | | Make sure to login at least once for the intergration tests | Roeland Jago Douma | 2016-01-06 | 1 | -1/+7 |
|/ | | | | Else we run into race conditions with the skeleton code | ||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-10 | 1 | -2/+0 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Added check for /textfile0.txt | Sergio Bertolin | 2015-12-10 | 2 | -1/+31 |
| | |||||
* | Folder depth needs to be at least 3 for all tests to pass | Roeland Jago Douma | 2015-12-10 | 1 | -1/+1 |
| | |||||
* | Added shared by multiple channels test | Sergio Bertolin | 2015-12-10 | 2 | -0/+32 |
| | | | | | * Small changes plus check of the file using propfind * Restaured line removed accidentally | ||||
* | forgotten variable | Sergio Bertolin | 2015-12-04 | 1 | -1/+1 |
| | |||||
* | Controlled arguments for run script | Sergio Bertolin | 2015-12-04 | 1 | -1/+6 |
| | |||||
* | Merge pull request #20907 from owncloud/integration_tests_for_capabilities | Thomas Müller | 2015-12-03 | 4 | -1/+92 |
|\ | | | | | Added capabilities context and tests | ||||
| * | Changed fail for assertEquals and removed fields which weren't checked | Sergio Bertolin | 2015-12-03 | 2 | -11/+12 |
| | | |||||
| * | Added capabilities context and tests | Sergio Bertolin | 2015-12-02 | 4 | -1/+91 |
| | | |||||
* | | Added test case about downloading by range a public shared file | Sergio Bertolin | 2015-12-03 | 2 | -0/+27 |
|/ | |||||
* | fix code style | Morris Jobke | 2015-12-01 | 1 | -2/+2 |
| | |||||
* | add parameter to call single behat tests | Morris Jobke | 2015-12-01 | 1 | -1/+1 |
| | |||||
* | add behat tests for 0 quota upload failure | Morris Jobke | 2015-12-01 | 4 | -2/+44 |
| | |||||
* | tail the server log and exit with the exit code of behat | Thomas Müller | 2015-12-01 | 1 | -2/+7 |
| | |||||
* | Change from with of | Sergio Bertolin | 2015-11-30 | 2 | -16/+16 |
| | |||||
* | Added webdav test to check range downloads | Sergio Bertolin | 2015-11-30 | 2 | -0/+22 |
| | |||||
* | Making propfinds, having depth in mind and checking it in gherkin description | Sergio Bertolin | 2015-11-30 | 2 | -17/+25 |
| | |||||
* | Use depth 1 and valid properties to get a list | Vincent Petry | 2015-11-27 | 1 | -1/+2 |
| | |||||
* | Added sabre dav in webdav, modified skeleton to have parent and child folders | Sergio Bertolin | 2015-11-27 | 4 | -6/+77 |
| | |||||
* | Restructured FeatureContext to reuse some parts and run two servers in parallel | Sergio Bertolin | 2015-11-26 | 9 | -1047/+1230 |
| | |||||
* | Added test case about a user without a share requesting it | Sergio Bertolin | 2015-11-26 | 1 | -0/+10 |
| | |||||
* | Added test case about trying to reshare a file with more permissions | Sergio Bertolin | 2015-11-20 | 2 | -9/+28 |
| |