summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* add filesystem watcher to detect updatesRobin Appelman2012-10-282-0/+88
* delete child entries when a folder gets removed from cacheRobin Appelman2012-10-272-3/+12
* add a way to recalucale the size of a folder in the cacheRobin Appelman2012-10-271-0/+11
* add searchByMime to new cache apiRobin Appelman2012-10-272-0/+6
* add permissions data to the results of the cache apiRobin Appelman2012-10-271-0/+2
* add file permissions cacheRobin Appelman2012-10-261-0/+47
* move filesystem test caseRobin Appelman2012-10-263-122/+120
* add search to the filecache apiRobin Appelman2012-10-262-1/+64
* add View->putFileInfo to the filecache apiRobin Appelman2012-10-261-0/+7
* fix problem with normalizePath when there was a double leading slashRobin Appelman2012-10-261-0/+3
* move the cache api from OC_Files to filesystem(view)Robin Appelman2012-10-261-9/+14
* automatically scan files when neededRobin Appelman2012-10-211-3/+24
* use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api...Robin Appelman2012-10-211-0/+87
* merge master into filesystemRobin Appelman2012-10-182-9/+9
|\
| * Fixing typoThomas Müller2012-10-181-1/+1
| * Fixing expectation - comma was stupid anyhowThomas Müller2012-10-181-1/+1
| * Removing strange characterThomas Müller2012-10-181-1/+1
| * Expectation should be first parameterLukas Reschke2012-10-181-6/+6
| * Expectation should be first parameterLukas Reschke2012-10-181-2/+2
* | merge master into filesystemRobin Appelman2012-10-174-58/+262
|\|
| * Use $SERVERROOT/tests/data for testGetMimeTypeBart Visscher2012-10-131-6/+7
| * Give share test users a unique prefixBart Visscher2012-10-131-4/+4
| * Remove not reliable testLukas Reschke2012-10-131-5/+0
| * Some testsLukas Reschke2012-10-131-0/+144
| * Swap values for assertEqual to get better error message, also renamed the fun...Bart Visscher2012-10-131-54/+54
| * Test for geo.phpLukas Reschke2012-10-131-0/+19
| * Little test for some util.php functionsLukas Reschke2012-10-131-0/+45
* | merge master into filesystemRobin Appelman2012-10-134-5/+199
|\|
| * PHPUnit 3.6 does not support @expectedException with the generic exception classBart Visscher2012-10-121-4/+6
| * Fix syntax error in postgres table check codeBart Visscher2012-10-121-1/+1
| * Skip apc test when apc is not enabled for CLIBart Visscher2012-10-121-1/+5
| * Fix the db tests when running all testsBart Visscher2012-10-122-28/+8
| * Add unit tests for OC_DBBart Visscher2012-10-122-0/+208
* | merge master into filesystemRobin Appelman2012-10-111-151/+162
|\|
| * fix storage test caseRobin Appelman2012-10-111-3/+0
| * remove ctime tests for filestorage, ctime will be removed from the storage ap...Robin Appelman2012-10-111-8/+1
| * some test cases for fopen of storage backendsRobin Appelman2012-10-111-0/+20
| * code styleRobin Appelman2012-10-111-149/+149
* | drop Filesystem::getInternalPath and Filesystem::getStorage in favor of Files...Robin Appelman2012-10-101-3/+6
* | fix cache scanner test caseRobin Appelman2012-10-101-2/+1
* | few more test cases for scanning foldersRobin Appelman2012-10-101-0/+7
* | don't use depricated OC_FilesystemRobin Appelman2012-10-102-29/+31
* | make sure we can do our tests againRobin Appelman2012-10-102-2/+2
* | Merge branch 'master' into filesystemRobin Appelman2012-10-101-0/+2
|\|
| * make sure the share backend test case can find the correct interfaceRobin Appelman2012-10-101-0/+2
* | merge master into filesystemRobin Appelman2012-10-101-0/+3
|\|
| * Merge branch 'phpunit'Robin Appelman2012-10-1010-73/+48
| |\
| * | Manually change appconfig value for share policy so tests work correctlyMichael Gapczynski2012-10-091-0/+3
* | | add Cache::getStatusRobin Appelman2012-10-081-0/+10
* | | merge phpunit into filesystemRobin Appelman2012-10-0810-87/+69
|\ \ \ | | |/ | |/|