Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Collapse)Author
2015-11-19Added some requirements for first test caseSergio Bertolin
2015-11-18Delete when it is a directory...Joas Schilling
2015-11-18Fix doc blocksJoas Schilling
2015-11-12Modified test to PUT only 1 parameter with each updateSergio Bertolin
2015-11-11Added a test including all the fields of the share update and checking outputSergio Bertolin
2015-11-11Added a test and logic for checking answer of public sharesSergio Bertolin
2015-11-10Added test to get info of a specific share idSergio Bertolin
Check fields of the share response Added missing fields to check if their values are numbers
2015-11-06Added tests about getting shares of a file and a test for deleting a user ↵Sergio Bertolin
from a group which doesn't exist
2015-11-05Added changes in the verification of sharing get responsesSergio Bertolin
2015-11-04added test for deleting a shareSergio Bertolin
2015-11-04Added general function to create shares in preconditions.Sergio Bertolin
2015-11-03enhancements to pre and post conditionsSergio Bertolin
2015-10-29Upgrade behat to 3.0.x and use @BeforeScenario and @AfterScenario to clean ↵Thomas Müller
up users
2015-10-29added sharing feature fileSergio Bertolin
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
2015-10-26Generate AUTHORS file from commitsLukas Reschke
2015-10-22added tests for appsSergio Bertolin
2015-10-22added test for getting users of a group being subadminSergio Bertolin
2015-10-21using canonize in assertEquals for arraysSergio Bertolin
2015-10-20Added more tests and fixed a problem with asort which was returning false ↵Sergio Bertolin
positives
2015-10-08Fix whitespace issues in integration testsMorris Jobke
2015-10-07changing indentation, vertical elements and previous existance of users and ↵Sergio Bertolin
groups
2015-10-07ordering arrays before comparingSergio Bertolin
2015-10-07checking users and groupsSergio Bertolin
2015-10-06lists getting readySergio Bertolin
2015-10-06Merge pull request #19452 from owncloud/ocs_provisioning_api_more_testsThomas Müller
OCS provisioning API more tests
2015-10-06[Intergration] Throw error if exception not thrownRoeland Jago Douma
2015-10-06added a couple of testsSergio Bertolin
2015-10-06restored assertions in existance of users and groupsSergio Bertolin
2015-10-06Being explicit between http and ocs return codesSergio Bertolin
2015-10-06added edit user testSergio Bertolin
2015-10-06Return the actual ocs return codes and check itSergio Bertolin
2015-10-06added some deletion logicSergio Bertolin
2015-10-06added some deletion logicSergio Bertolin
2015-10-06added some group logicSergio Bertolin
2015-10-05Update license header script to only use code changesMorris Jobke
* ignores the first lines of a file with the license header
2015-09-29Support different server ports - defined by EXECUTOR_NUMBERThomas Müller
2015-09-29added delete user testSergio Bertolin
2015-09-29Use ci profileThomas Müller
2015-09-29Use fixed port for nowThomas Müller
2015-09-29Test user creationThomas Müller
2015-09-29require autoload.phpThomas Müller
2015-09-29Adding phpunit for the assertionsThomas Müller
2015-09-29Adding missing filesThomas Müller
2015-09-29First integration tests for provisioning apiThomas Müller
2015-07-27Implement OCP Since Check for classes and interfacesMorris Jobke
2015-07-10Update JS unit test libsVincent Petry
Update sinon to 1.15.4. Update karma-jasmine to 0.3.0 Update jasmine to 2.3.4 This brings a bunch of new useful functions for unit testing.
2015-06-27Merge pull request #17163 from owncloud/update-licensesLukas Reschke
Update license headers
2015-06-25[license script] sort names case insensitiveMorris Jobke
2015-06-25Create .htaccessLukas Reschke
Ref https://github.com/owncloud/core/pull/16724#discussion_r33236344 – shouldn't hurt also.
2015-06-19move the OCPSinceChecker.php to build/Morris Jobke