Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Making webdav path configurable | Sergio Bertolin | 2015-11-20 | 3 | -9/+23 |
| | |||||
* | modified makedavrequest to return response | Sergio Bertolin | 2015-11-20 | 1 | -3/+4 |
| | |||||
* | added test about resharing | Sergio Bertolin | 2015-11-19 | 2 | -10/+31 |
| | |||||
* | Added test and logic for deleting all group shares | Sergio Bertolin | 2015-11-19 | 2 | -2/+27 |
| | |||||
* | Added test for shared_with_me parameter | Sergio Bertolin | 2015-11-19 | 2 | -1/+22 |
| | |||||
* | Added some requirements for first test case | Sergio Bertolin | 2015-11-19 | 3 | -8/+150 |
| | |||||
* | Delete when it is a directory... | Joas Schilling | 2015-11-18 | 1 | -1/+1 |
| | |||||
* | Fix doc blocks | Joas Schilling | 2015-11-18 | 1 | -34/+42 |
| | |||||
* | Modified test to PUT only 1 parameter with each update | Sergio Bertolin | 2015-11-12 | 1 | -4/+86 |
| | |||||
* | Added a test including all the fields of the share update and checking output | Sergio Bertolin | 2015-11-11 | 2 | -3/+86 |
| | |||||
* | Added a test and logic for checking answer of public shares | Sergio Bertolin | 2015-11-11 | 2 | -9/+88 |
| | |||||
* | Added test to get info of a specific share id | Sergio Bertolin | 2015-11-10 | 2 | -2/+54 |
| | | | | | | Check fields of the share response Added missing fields to check if their values are numbers | ||||
* | Added tests about getting shares of a file and a test for deleting a user ↵ | Sergio Bertolin | 2015-11-06 | 3 | -3/+58 |
| | | | | from a group which doesn't exist | ||||
* | Added changes in the verification of sharing get responses | Sergio Bertolin | 2015-11-05 | 2 | -2/+37 |
| | |||||
* | added test for deleting a share | Sergio Bertolin | 2015-11-04 | 2 | -1/+19 |
| | |||||
* | Added general function to create shares in preconditions. | Sergio Bertolin | 2015-11-04 | 2 | -7/+97 |
| | |||||
* | enhancements to pre and post conditions | Sergio Bertolin | 2015-11-03 | 1 | -0/+60 |
| | |||||
* | Upgrade behat to 3.0.x and use @BeforeScenario and @AfterScenario to clean ↵ | Thomas Müller | 2015-10-29 | 5 | -39/+43 |
| | | | | up users | ||||
* | added sharing feature file | Sergio Bertolin | 2015-10-29 | 2 | -28/+278 |
| | | | | | | | | | | added logic necessary for preconditions and postconditions of sharing tests Added sharing by link tests and sharing with group Added test which reproduces issue 19950 (adding expiration date) refactored given and then statements to be preconditions and not operations | ||||
* | Generate AUTHORS file from commits | Lukas Reschke | 2015-10-26 | 1 | -1/+20 |
| | |||||
* | added tests for apps | Sergio Bertolin | 2015-10-22 | 2 | -0/+94 |
| | |||||
* | added test for getting users of a group being subadmin | Sergio Bertolin | 2015-10-22 | 2 | -11/+24 |
| | |||||
* | using canonize in assertEquals for arrays | Sergio Bertolin | 2015-10-21 | 1 | -15/+5 |
| | |||||
* | Added more tests and fixed a problem with asort which was returning false ↵ | Sergio Bertolin | 2015-10-20 | 3 | -106/+371 |
| | | | | positives | ||||
* | Fix whitespace issues in integration tests | Morris Jobke | 2015-10-08 | 1 | -15/+15 |
| | |||||
* | changing indentation, vertical elements and previous existance of users and ↵ | Sergio Bertolin | 2015-10-07 | 2 | -23/+29 |
| | | | | groups | ||||
* | ordering arrays before comparing | Sergio Bertolin | 2015-10-07 | 1 | -2/+2 |
| | |||||
* | checking users and groups | Sergio Bertolin | 2015-10-07 | 2 | -10/+23 |
| |