summaryrefslogtreecommitdiffstats
path: root/tests/lib/files/cache/cache.php
Commit message (Expand)AuthorAgeFilesLines
* Do not use -1 as the size for the root folder of the home storageRobin Appelman2013-11-121-14/+41
* Add test for calculating size of newly empty folderMichael Gapczynski2013-07-291-0/+5
* graceful teardown of cacheJörn Friedrich Dreyer2013-06-241-1/+3
* Merge branch 'master' into fix_for_2377Florin Peter2013-05-251-0/+27
|\
| * New tests to assure that a move will not affect another users cache entriesRoland Hager2013-05-221-0/+27
* | improved tests to check if database layer normalize folder namesFlorin Peter2013-05-251-11/+29
* | changed tests for using new normalizerFlorin Peter2013-05-241-2/+2
* | revert previous fix and added normalizer to cache classFlorin Peter2013-05-231-0/+67
|/
* merge master into filecache_mtimeRobin Appelman2013-05-211-4/+5
|\
| * Cache: only look for child entires when doing a move operation when moving a ...Robin Appelman2013-04-191-3/+4
* | Merge branch 'master' into filecache_mtimeMichael Gapczynski2013-03-081-2/+16
|\|
| * Cache: hash long storage ids to ensure they fit in the databaseRobin Appelman2013-02-151-0/+15
* | Cache: bookkeeping of storage_mtimeRobin Appelman2013-02-101-0/+18
|/
* 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-261-21/+21
* fix cache behaviour for non existing filesRobin Appelman2012-12-111-0/+5
* add Cache->getIncomplete for use in background scanningRobin Appelman2012-11-221-0/+17
* add Cache::moveRobin Appelman2012-11-021-0/+26
* delete child entries when a folder gets removed from cacheRobin Appelman2012-10-271-1/+5
* 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 search to the filecache apiRobin Appelman2012-10-261-0/+20
* add Cache::getStatusRobin Appelman2012-10-081-0/+10
* make filestorage scanner non-static and add a simple test caseRobin Appelman2012-10-031-0/+1
* 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