summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Added unit tests for OC_VCategories.Thomas Tanghus2012-10-311-0/+114
| * | | | Added unit test testinsertIfNotExistDontOverwrite.Thomas Tanghus2012-10-311-0/+37
| * | | | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-10-311-0/+71
| |\ \ \ \
| * | | | | Added unit tests for OC_DB::insertIfNotExist()Thomas Tanghus2012-10-191-0/+26
* | | | | | add cache updaterRobin Appelman2012-11-081-0/+116
* | | | | | move correctFolderSize from Scanner to CacheRobin Appelman2012-11-081-1/+1
* | | | | | merge master into filesystemRobin Appelman2012-11-074-8/+8
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | fixes #266Thomas Mueller2012-11-051-1/+1
| | |_|_|/ | |/| | |
| * | | | Style: Remove all the dangling white spacesFelix Moeller2012-11-043-7/+7
* | | | | merge master into filesystemRobin Appelman2012-11-0410-144/+144
|\| | | |
| * | | | Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-046-46/+46
| * | | | Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-044-8/+8
| | |_|/ | |/| |
| * | | check for filename blacklist in OC_Filesystem::isValidPathRobin Appelman2012-11-031-0/+1
| * | | some tests for the file blacklistRobin Appelman2012-11-031-8/+42
| * | | Merge pull request #220 from fmms/checkstyle02Lukas Reschke2012-11-028-98/+98
| |\ \ \
| | * | | Checkstyle: many fixesFelix Moeller2012-11-028-98/+98
| | | |/ | | |/|
* | | | add Cache::moveRobin Appelman2012-11-021-0/+26
* | | | Merge branch 'master' into filesystemRobin Appelman2012-11-021-1/+1
|\| | |
| * | | fix inlude path for template testRobin Appelman2012-11-021-1/+1
| |/ /
* | | Merge branch 'master' into filesystemRobin Appelman2012-11-011-0/+71
|\| |
| * | fixing Test_TemplateFunctionsThomas Mueller2012-10-311-1/+1
| * | fixed copy paste error. 4th test will now test print_unescaped instead of pBernhard Posselt2012-10-301-2/+2
| * | splitted two tests with two assertions each into four tests with one assertionBernhard Posselt2012-10-301-4/+8
| * | assert in proper orderBernhard Posselt2012-10-291-4/+4
| * | added tests for p and print_unescapedBernhard Posselt2012-10-291-0/+67
| |/
* | check for changes when using the cache apiRobin Appelman2012-10-281-0/+17
* | 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