| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Added tests about getting shares of a file and a test for deleting a user fro... | Sergio Bertolin | 2015-11-06 | 3 | -3/+58 |
* | 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 up... | Thomas Müller | 2015-10-29 | 5 | -39/+43 |
* | added sharing feature file | Sergio Bertolin | 2015-10-29 | 2 | -28/+278 |
* | 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 pos... | Sergio Bertolin | 2015-10-20 | 3 | -106/+371 |
* | Fix whitespace issues in integration tests | Morris Jobke | 2015-10-08 | 1 | -15/+15 |
* | changing indentation, vertical elements and previous existance of users and g... | Sergio Bertolin | 2015-10-07 | 2 | -23/+29 |
* | ordering arrays before comparing | Sergio Bertolin | 2015-10-07 | 1 | -2/+2 |
* | checking users and groups | Sergio Bertolin | 2015-10-07 | 2 | -10/+23 |
* | lists getting ready | Sergio Bertolin | 2015-10-06 | 2 | -0/+44 |
* | Merge pull request #19452 from owncloud/ocs_provisioning_api_more_tests | Thomas Müller | 2015-10-06 | 3 | -13/+130 |
|\ |
|
| * | [Intergration] Throw error if exception not thrown | Roeland Jago Douma | 2015-10-06 | 1 | -17/+2 |
| * | added a couple of tests | Sergio Bertolin | 2015-10-06 | 1 | -0/+15 |
| * | restored assertions in existance of users and groups | Sergio Bertolin | 2015-10-06 | 1 | -12/+14 |
| * | Being explicit between http and ocs return codes | Sergio Bertolin | 2015-10-06 | 3 | -20/+37 |
| * | added edit user test | Sergio Bertolin | 2015-10-06 | 1 | -0/+12 |
| * | Return the actual ocs return codes and check it | Sergio Bertolin | 2015-10-06 | 2 | -18/+37 |
| * | added some deletion logic | Sergio Bertolin | 2015-10-06 | 1 | -1/+0 |
| * | added some deletion logic | Sergio Bertolin | 2015-10-06 | 1 | -2/+9 |
| * | added some group logic | Sergio Bertolin | 2015-10-06 | 2 | -0/+61 |
* | | Update license header script to only use code changes | Morris Jobke | 2015-10-05 | 1 | -2/+3 |
|/ |
|
* | Support different server ports - defined by EXECUTOR_NUMBER | Thomas Müller | 2015-09-29 | 3 | -8/+14 |
* | added delete user test | Sergio Bertolin | 2015-09-29 | 1 | -0/+8 |
* | Use ci profile | Thomas Müller | 2015-09-29 | 1 | -1/+1 |
* | Use fixed port for now | Thomas Müller | 2015-09-29 | 1 | -5/+6 |
* | Test user creation | Thomas Müller | 2015-09-29 | 2 | -45/+110 |
* | require autoload.php | Thomas Müller | 2015-09-29 | 1 | -6/+1 |
* | Adding phpunit for the assertions | Thomas Müller | 2015-09-29 | 1 | -0/+1 |