summaryrefslogtreecommitdiffstats
path: root/tests/lib/files/cache
Commit message (Expand)AuthorAgeFilesLines
* adding unit test for folder remove: testRemovedFolder()Thomas Mueller2013-06-201-0/+11
* remove deleted files when re-scanning a folderRobin Appelman2013-06-201-0/+10
* fix updaters test casesRobin Appelman2013-06-191-2/+1
* add tests for reusing existing data in scannerRobin Appelman2013-06-191-1/+19
* Have the filecache updater testcase clean the filesystem properlyRobin Appelman2013-05-221-6/+3
* Cache: only look for child entires when doing a move operation when moving a ...Robin Appelman2013-05-081-3/+4
* Cache: better rename hook for cache updaterRobin Appelman2013-03-171-2/+3
* Cache: hash long storage ids to ensure they fit in the databaseRobin Appelman2013-02-151-0/+15
* Merge pull request #1616 from owncloud/cache_fixes_rebaseThomas Müller2013-02-121-1/+0
|\
| * Cache: reuse known folder sizes when doing a shallow scanRobin Appelman2013-02-111-1/+0
* | Update tests and apps to the new \OC\Files\Filesystem::init signatureRobin Appelman2013-02-111-1/+1
|/
* Cache: use greaterEquals in tests cases to prevent failures due to race condi...Robin Appelman2013-01-301-3/+3
* Cache: add function to get storage id and internal path of a file by idRobin Appelman2013-01-271-0/+7
* Cache: port test cases to PHPUnitRobin Appelman2013-01-262-47/+47
* Cache: fix test case Updater::testRenameRobin Appelman2013-01-221-1/+1
* Add tests for mtime changes in folders - testRename is failing right nowMichael Gapczynski2013-01-221-0/+8
* Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski2013-01-071-7/+7
|\
| * Cache: allow storage backends to overwrite WatcherRobin Appelman2013-01-011-7/+7
* | Fix eTagUpdate and add testsMichael Gapczynski2012-12-311-6/+22
|/
* Filecache Watcher: use scan or scanFile based on the current item, not the ca...Robin Appelman2012-12-151-0/+34
* one additional test case for the cache updaterRobin Appelman2012-12-111-0/+5
* fix cache behaviour for non existing filesRobin Appelman2012-12-111-0/+5
* 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-153-20/+31
* 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
* add filesystem watcher to detect updatesRobin Appelman2012-10-281-0/+86
* 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-271-0/+3
* add permissions data to the results of the cache apiRobin Appelman2012-10-271-0/+2
* add file permissions cacheRobin Appelman2012-10-261-0/+47
* add search to the filecache apiRobin Appelman2012-10-261-0/+20
* 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
* 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