summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | adding dependencies for command line toolsThomas Müller2014-12-111-2/+41
* | | Merge pull request #12726 from owncloud/add-filter-for-backend-to-rest-indexMorris Jobke2014-12-132-3/+97
|\ \ \
| * | | Use array key instead of valueLukas Reschke2014-12-121-3/+14
| * | | Add test for user without backendLukas Reschke2014-12-121-0/+16
| * | | Add filter for 'backend' to user REST routeLukas Reschke2014-12-102-0/+67
* | | | Merge pull request #12806 from owncloud/display-backend-in-usermgntVincent Petry2014-12-121-2/+12
|\ \ \ \
| * | | | Show user backend in user managementMorris Jobke2014-12-121-2/+12
* | | | | Merge pull request #12778 from owncloud/searchbytags2Vincent Petry2014-12-124-24/+155
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make $userId mandatory for searchByTagsVincent Petry2014-12-121-0/+39
| * | | | Added searchByTags to view, storage and cacheVincent Petry2014-12-111-0/+57
| * | | | Add user parameter to tag managerVincent Petry2014-12-111-24/+38
| * | | | Add login/logout to TestCase base classVincent Petry2014-12-101-0/+21
* | | | | Merge pull request #12808 from owncloud/add-special-parameterlist-to-managerJoas Schilling2014-12-121-0/+20
|\ \ \ \ \
| * | | | | Add test for getSpecialParameterList()Joas Schilling2014-12-111-0/+20
| | |_|/ / | |/| | |
* | | | | Merge pull request #12781 from owncloud/jenkins-curl-open-basedirMorris Jobke2014-12-111-0/+9
|\ \ \ \ \
| * | | | | Check if open_basedir is setLukas Reschke2014-12-111-0/+9
| |/ / / /
* | | | | Merge pull request #12780 from owncloud/make-datetimeformattertest-reliableJoas Schilling2014-12-111-4/+2
|\ \ \ \ \
| * | | | | Use a fixed timestamp so we dont switch days/years with the getTimestampAgoJoas Schilling2014-12-111-4/+2
| |/ / / /
* / / / / Correctly fallback to english, if the plural case is not translatedJoas Schilling2014-12-112-1/+20
|/ / / /
* | | | Merge pull request #12746 from owncloud/skip-longpath-test-againThomas Müller2014-12-101-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | skip testLongPath()Thomas Müller2014-12-101-1/+1
| |/ /
* | | Merge pull request #12750 from owncloud/cache-numericstorageidfixRobin Appelman2014-12-101-0/+4
|\ \ \
| * | | Fix numeric storage id for cache wrapperVincent Petry2014-12-101-0/+4
| |/ /
* | | Merge pull request #12485 from owncloud/jenkins-12383Joas Schilling2014-12-103-12/+201
|\ \ \ | |/ / |/| |
| * | Deprecate Util::formatDate()Joas Schilling2014-12-102-12/+24
| * | Add sometests and copy tests from Util::formatDate to new classJoas Schilling2014-12-091-0/+177
* | | Merge pull request #12711 from owncloud/add-backend-to-rest-indexLukas Reschke2014-12-103-38/+87
|\ \ \ | |_|/ |/| |
| * | Make class compatibleLukas Reschke2014-12-091-0/+3
| * | Expose backend type via REST APILukas Reschke2014-12-092-38/+84
* | | 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