summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12664 from owncloud/fix-12164Thomas Müller2014-12-101-3/+76
|\
| * Remove leftoverVictor Dubiniuk2014-12-101-1/+0
| * Inject configVictor Dubiniuk2014-12-101-21/+26
| * Fix tests. Add two more test casesVictor Dubiniuk2014-12-081-39/+52
| * Test OC\Updater::checkVictor Dubiniuk2014-12-061-2/+58
* | Merge pull request #12695 from owncloud/db-drop-tableMorris Jobke2014-12-091-0/+69
|\ \
| * | add unit tests for tableExists and dropTableRobin Appelman2014-12-091-0/+69
* | | Merge pull request #12409 from owncloud/tags-getTagsForObjectIdsJoas Schilling2014-12-091-0/+30
|\ \ \ | |/ / |/| |
| * | Add getTagsForObjects in ITagsVincent Petry2014-12-081-0/+30
* | | Merge pull request #12672 from LEDfan/cm-per-unitThomas Müller2014-12-091-0/+209
|\ \ \
| * | | Mock interfaceLEDfan2014-12-081-30/+9
| * | | Use PHPUnit mocksLEDfan2014-12-071-27/+30
| * | | Add unit test for contactsmanagerLEDfan2014-12-071-0/+227
| | |/ | |/|
* | | Merge pull request #12406 from owncloud/drop-getApps-getUsersThomas Müller2014-12-0910-464/+444
|\ \ \
| * | | drop unused isDebugMode and setDebugMode of OC_ConfigMorris Jobke2014-12-081-33/+0
| * | | reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-083-8/+8
| * | | Workaround to fix the too early init dilemmaMorris Jobke2014-12-081-0/+3
| * | | introduce preCondition for setUserValue to provide atomic check-and-updateMorris Jobke2014-12-081-0/+85
| * | | Refactoring of OC_Preferences to AllConfigMorris Jobke2014-12-083-417/+334
| * | | migrate \OC\AllConfig to \OCP\IConfigMorris Jobke2014-12-083-5/+4
| * | | Extract interaction with config.php into SystemConfigMorris Jobke2014-12-081-2/+11
* | | | Merge pull request #12577 from owncloud/public-mount-apiLukas Reschke2014-12-084-22/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Add public api for mount configurationsRobin Appelman2014-12-044-22/+22
* | | | React on other statuscodes than 200Lukas Reschke2014-12-082-22/+9
* | | | Add statuscodesLukas Reschke2014-12-082-10/+86
* | | | Add REST route for user & group managementLukas Reschke2014-12-083-0/+618
| |/ / |/| |
* | | Merge pull request #12583 from owncloud/trim-portMorris Jobke2014-12-051-0/+17
|\ \ \
| * | | Add test for IPv6 without portLukas Reschke2014-12-041-1/+2
| * | | Trim port from domainLukas Reschke2014-12-031-0/+16
* | | | Merge pull request #12622 from owncloud/disable-for-allJoas Schilling2014-12-051-3/+6
|\ \ \ \
| * | | | Disable when no sendmail is availableLukas Reschke2014-12-041-3/+6
* | | | | Merge pull request #12619 from owncloud/use-also-original-heaMorris Jobke2014-12-041-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix unit testLukas Reschke2014-12-041-1/+2
| |/ / /
* | | | Merge pull request #12616 from owncloud/node-fileinfoMorris Jobke2014-12-044-46/+73
|\ \ \ \
| * | | | make \OC\Files\Node\Node implement the FileInfo interfaceRobin Appelman2014-12-044-46/+73
* | | | | Merge pull request #12596 from owncloud/remove-travis-tracesMorris Jobke2014-12-042-13/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | PHP < 5.4 is not supported anymore - see #12606Morris Jobke2014-12-041-8/+0
| * | | | Remove last traces of travis integrationMorris Jobke2014-12-042-7/+3
| |/ / /
* | | | no nested xml tags on dependenciesThomas Müller2014-12-043-15/+11
* | | | adding command dependencyThomas Müller2014-12-042-1/+17
* | | | adjust dependency analyzer to use attributes properlyThomas Müller2014-12-041-4/+4
* | | | switch to different parsing implementation to get xml attributes properly han...Thomas Müller2014-12-045-55/+19
* | | | adding supported databasesThomas Müller2014-12-043-2/+39
* | | | introduce dependency analyzer to take care of app dependenciesThomas Müller2014-12-044-6/+139
* | | | adding new dependency for php version in apps info.xmlThomas Müller2014-12-042-1/+9
|/ / /
* | | Merge pull request #12544 from owncloud/fix-windows-unittestsThomas Müller2014-12-0321-35/+43
|\ \ \
| * | | Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling2014-12-0321-35/+43
| |/ /
* / / drop files_external tests from autotest - they will be executed with autotest...Morris Jobke2014-12-032-3/+1
|/ /
* | Merge pull request #12488 from owncloud/activity_group_multiple_conditionsLukas Reschke2014-11-281-2/+5
|\ \
| * | concatenate queries with 'or'Bjoern Schiessle2014-11-281-2/+5