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/tests
AgeCommit message (Expand)Author
2014-12-09Merge pull request #12672 from LEDfan/cm-per-unitThomas Müller
2014-12-09Merge pull request #12406 from owncloud/drop-getApps-getUsersThomas Müller
2014-12-09Merge pull request #12577 from owncloud/public-mount-apiLukas Reschke
2014-12-09drop unused isDebugMode and setDebugMode of OC_ConfigMorris Jobke
2014-12-09reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke
2014-12-09Workaround to fix the too early init dilemmaMorris Jobke
2014-12-09introduce preCondition for setUserValue to provide atomic check-and-updateMorris Jobke
2014-12-09Refactoring of OC_Preferences to AllConfigMorris Jobke
2014-12-09migrate \OC\AllConfig to \OCP\IConfigMorris Jobke
2014-12-09Extract interaction with config.php into SystemConfigMorris Jobke
2014-12-08React on other statuscodes than 200Lukas Reschke
2014-12-08Add statuscodesLukas Reschke
2014-12-08Mock interfaceLEDfan
2014-12-08Add REST route for user & group managementLukas Reschke
2014-12-07Use PHPUnit mocksLEDfan
2014-12-07Add unit test for contactsmanagerLEDfan
2014-12-05Merge pull request #12583 from owncloud/trim-portMorris Jobke
2014-12-05Merge pull request #12622 from owncloud/disable-for-allJoas Schilling
2014-12-04Merge pull request #12619 from owncloud/use-also-original-heaMorris Jobke
2014-12-04Add public api for mount configurationsRobin Appelman
2014-12-04Merge pull request #12616 from owncloud/node-fileinfoMorris Jobke
2014-12-04Disable when no sendmail is availableLukas Reschke
2014-12-04Merge pull request #12596 from owncloud/remove-travis-tracesMorris Jobke
2014-12-04Fix unit testLukas Reschke
2014-12-04make \OC\Files\Node\Node implement the FileInfo interfaceRobin Appelman
2014-12-04Add test for IPv6 without portLukas Reschke
2014-12-04no nested xml tags on dependenciesThomas Müller
2014-12-04adding command dependencyThomas Müller
2014-12-04adjust dependency analyzer to use attributes properlyThomas Müller
2014-12-04switch to different parsing implementation to get xml attributes properly han...Thomas Müller
2014-12-04adding supported databasesThomas Müller
2014-12-04introduce dependency analyzer to take care of app dependenciesThomas Müller
2014-12-04adding new dependency for php version in apps info.xmlThomas Müller
2014-12-04PHP < 5.4 is not supported anymore - see #12606Morris Jobke
2014-12-04Remove last traces of travis integrationMorris Jobke
2014-12-03Trim port from domainLukas Reschke
2014-12-03Merge pull request #12544 from owncloud/fix-windows-unittestsThomas Müller
2014-12-03drop files_external tests from autotest - they will be executed with autotest...Morris Jobke
2014-12-03Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling
2014-11-28Merge pull request #12488 from owncloud/activity_group_multiple_conditionsLukas Reschke
2014-11-28concatenate queries with 'or'Bjoern Schiessle
2014-11-28Skip lostcontroller sending email test on windowsJoas Schilling
2014-11-28Merge pull request #12472 from owncloud/modifyCookiesMorris Jobke
2014-11-28Merge pull request #12443 from owncloud/issue/6101-all-classes-autoloadableMorris Jobke
2014-11-27Move share interfaces to own files so they can be autoloadedJoas Schilling
2014-11-27Add storage and cache wrappers to apply a permissions mask to a storageRobin Appelman
2014-11-27Add storage and cache wrappers to jail a storage to a subfolderRobin Appelman
2014-11-27Add functions to modify cookies to response classLukas Reschke
2014-11-27Correctly namespace and autoload DatabaseExceptionJoas Schilling
2014-11-26Merge pull request #12350 from mprokop/link_expirationMorris Jobke