summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* tail the server log and exit with the exit code of behatThomas Müller2015-12-011-2/+7
|
* Change from with ofSergio Bertolin2015-11-302-16/+16
|
* Added webdav test to check range downloadsSergio Bertolin2015-11-302-0/+22
|
* Making propfinds, having depth in mind and checking it in gherkin descriptionSergio Bertolin2015-11-302-17/+25
|
* Use depth 1 and valid properties to get a listVincent Petry2015-11-271-1/+2
|
* Added sabre dav in webdav, modified skeleton to have parent and child foldersSergio Bertolin2015-11-274-6/+77
|
* Restructured FeatureContext to reuse some parts and run two servers in parallelSergio Bertolin2015-11-269-1047/+1230
|
* Added test case about a user without a share requesting itSergio Bertolin2015-11-261-0/+10
|
* Added test case about trying to reshare a file with more permissionsSergio Bertolin2015-11-202-9/+28
|
* Making webdav path configurableSergio Bertolin2015-11-203-9/+23
|
* modified makedavrequest to return responseSergio Bertolin2015-11-201-3/+4
|
* added test about resharingSergio Bertolin2015-11-192-10/+31
|
* Added test and logic for deleting all group sharesSergio Bertolin2015-11-192-2/+27
|
* Added test for shared_with_me parameterSergio Bertolin2015-11-192-1/+22
|
* Added some requirements for first test caseSergio Bertolin2015-11-193-8/+150
|
* Delete when it is a directory...Joas Schilling2015-11-181-1/+1
|
* Fix doc blocksJoas Schilling2015-11-181-34/+42
|
* Modified test to PUT only 1 parameter with each updateSergio Bertolin2015-11-121-4/+86
|
* Added a test including all the fields of the share update and checking outputSergio Bertolin2015-11-112-3/+86
|
* Added a test and logic for checking answer of public sharesSergio Bertolin2015-11-112-9/+88
|
* Added test to get info of a specific share idSergio Bertolin2015-11-102-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 Bertolin2015-11-063-3/+58
| | | | from a group which doesn't exist
* Added changes in the verification of sharing get responsesSergio Bertolin2015-11-052-2/+37
|
* added test for deleting a shareSergio Bertolin2015-11-042-1/+19
|
* Added general function to create shares in preconditions.Sergio Bertolin2015-11-042-7/+97
|
* enhancements to pre and post conditionsSergio Bertolin2015-11-031-0/+60
|
* Upgrade behat to 3.0.x and use @BeforeScenario and @AfterScenario to clean ↵Thomas Müller2015-10-295-39/+43
| | | | up users
* added sharing feature fileSergio Bertolin2015-10-292-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 commitsLukas Reschke2015-10-261-1/+20
|
* added tests for appsSergio Bertolin2015-10-222-0/+94
|
* added test for getting users of a group being subadminSergio Bertolin2015-10-222-11/+24
|
* using canonize in assertEquals for arraysSergio Bertolin2015-10-211-15/+5
|
* Added more tests and fixed a problem with asort which was returning false ↵Sergio Bertolin2015-10-203-106/+371
| | | | positives
* Fix whitespace issues in integration testsMorris Jobke2015-10-081-15/+15
|
* changing indentation, vertical elements and previous existance of users and ↵Sergio Bertolin2015-10-072-23/+29
| | | | groups
* ordering arrays before comparingSergio Bertolin2015-10-071-2/+2
|
* checking users and groupsSergio Bertolin2015-10-072-10/+23
|
* lists getting readySergio Bertolin2015-10-062-0/+44
|
* Merge pull request #19452 from owncloud/ocs_provisioning_api_more_testsThomas Müller2015-10-063-13/+130
|\ | | | | OCS provisioning API more tests
| * [Intergration] Throw error if exception not thrownRoeland Jago Douma2015-10-061-17/+2
| |
| * added a couple of testsSergio Bertolin2015-10-061-0/+15
| |
| * restored assertions in existance of users and groupsSergio Bertolin2015-10-061-12/+14
| |
| * Being explicit between http and ocs return codesSergio Bertolin2015-10-063-20/+37
| |
| * added edit user testSergio Bertolin2015-10-061-0/+12
| |
| * Return the actual ocs return codes and check itSergio Bertolin2015-10-062-18/+37
| |
| * added some deletion logicSergio Bertolin2015-10-061-1/+0
| |
| * added some deletion logicSergio Bertolin2015-10-061-2/+9
| |
| * added some group logicSergio Bertolin2015-10-062-0/+61
| |
* | Update license header script to only use code changesMorris Jobke2015-10-051-2/+3
|/ | | | * ignores the first lines of a file with the license header
* Support different server ports - defined by EXECUTOR_NUMBERThomas Müller2015-09-293-8/+14
|