aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #21066 from ↵Thomas Müller2016-01-073-38/+306
|\ | | | | | | | | owncloud/behat_capabilities_changing_server_configuration Added new capabilities test with changes in server configuration
| * Deduplicate the arrayJoas Schilling2015-12-111-20/+15
| |
| * Speed up the tests by reseting the configs and app only when neededJoas Schilling2015-12-112-27/+47
| |
| * Prepare logic to handle nested elements and add pending test casesSergio Bertolin2015-12-112-99/+183
| |
| * Added tests disabling options using testing appSergio Bertolin2015-12-112-5/+108
| |
| * Add an OCS app for testing instead of using sudo and execJoas Schilling2015-12-112-41/+44
| |
| * Added functionality to change server configurationSergio Bertolin2015-12-112-17/+42
| |
| * Added functionality for changing server configurationSergio Bertolin2015-12-112-0/+38
| |
* | Skip one intergration test until we have fixed the getsharesRoeland Jago Douma2016-01-061-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 testsRoeland Jago Douma2016-01-061-1/+7
|/ | | | Else we run into race conditions with the skeleton code
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-101-2/+0
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Added check for /textfile0.txtSergio Bertolin2015-12-102-1/+31
|
* Folder depth needs to be at least 3 for all tests to passRoeland Jago Douma2015-12-101-1/+1
|
* Added shared by multiple channels testSergio Bertolin2015-12-102-0/+32
| | | | | * Small changes plus check of the file using propfind * Restaured line removed accidentally
* forgotten variableSergio Bertolin2015-12-041-1/+1
|
* Controlled arguments for run scriptSergio Bertolin2015-12-041-1/+6
|
* Merge pull request #20907 from owncloud/integration_tests_for_capabilitiesThomas Müller2015-12-034-1/+92
|\ | | | | Added capabilities context and tests
| * Changed fail for assertEquals and removed fields which weren't checkedSergio Bertolin2015-12-032-11/+12
| |
| * Added capabilities context and testsSergio Bertolin2015-12-024-1/+91
| |
* | Added test case about downloading by range a public shared fileSergio Bertolin2015-12-032-0/+27
|/
* fix code styleMorris Jobke2015-12-011-2/+2
|
* add parameter to call single behat testsMorris Jobke2015-12-011-1/+1
|
* add behat tests for 0 quota upload failureMorris Jobke2015-12-014-2/+44
|
* 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