summaryrefslogtreecommitdiffstats
path: root/tests/lib/files
Commit message (Expand)AuthorAgeFilesLines
...
* explicitly sort files when using getFolderContentsRobin Appelman2012-11-231-7/+7
* don't throw fatal error in updater cache if setup failed for some reasonRobin Appelman2012-11-221-1/+3
* add Scanner->backgroundScanRobin Appelman2012-11-221-0/+22
* add Cache->getIncomplete for use in background scanningRobin Appelman2012-11-221-0/+17
* allow storage backends to implement custom permission managementRobin Appelman2012-11-154-21/+33
* add cache updaterRobin Appelman2012-11-081-0/+116
* move correctFolderSize from Scanner to CacheRobin Appelman2012-11-081-1/+1
* add Cache::moveRobin Appelman2012-11-021-0/+26
* 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-262-12/+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-0/+113
* merge master into filesystemRobin Appelman2012-10-111-151/+162
* fix cache scanner test caseRobin Appelman2012-10-101-2/+1
* few more test cases for scanning foldersRobin Appelman2012-10-101-0/+7
* add Cache::getStatusRobin Appelman2012-10-081-0/+10
* merge phpunit into filesystemRobin Appelman2012-10-081-15/+17
* more tests and fixes for the filesystem scannerRobin Appelman2012-10-031-1/+38
* add some more test cases for the scannerRobin Appelman2012-10-031-1/+22
* make filestorage scanner non-static and add a simple test caseRobin Appelman2012-10-032-0/+48
* dont need this anymoreRobin Appelman2012-10-021-2/+0
* convert Cache to a non-static class that handles the cache for a single stora...Robin Appelman2012-09-261-40/+42
* add Cache::getFolderContentRobin Appelman2012-09-231-0/+23
* some simple test cases for the new filecacheRobin Appelman2012-09-221-0/+88
* move storage backend test cases to their own namespaceRobin Appelman2012-09-223-0/+304