aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/cache/cache.php
Commit message (Expand)AuthorAgeFilesLines
* translate the mimtype/mimepart to readable in the searchByMime functionTheSFReader2013-02-031-1/+7
* Cache: add function to get storage id and internal path of a file by idRobin Appelman2013-01-271-0/+24
* Cache: return non numberic storage idRobin Appelman2013-01-211-0/+1
* Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski2013-01-071-6/+54
|\
| * Cache: normalize mimetypesRobin Appelman2013-01-071-5/+54
* | Store etags in the file cacheMichael Gapczynski2012-12-301-5/+5
|/
* use numeric ids for storages in the filecacheRobin Appelman2012-12-151-10/+34
* better check if we are passing a fileid to Cache::getRobin Appelman2012-11-251-1/+1
* sort output of getFolderContent by nameRobin Appelman2012-11-251-1/+1
* explicitly sort files when using getFolderContentsRobin Appelman2012-11-231-7/+7
* add Cache->getIncomplete for use in background scanningRobin Appelman2012-11-221-0/+19
* move correctFolderSize from Scanner to CacheRobin Appelman2012-11-081-0/+16
* fix calculateFolderSize for non existing filesRobin Appelman2012-11-081-0/+3
* allow creating Cache objects with only the storage id instead of the whole st...Robin Appelman2012-11-081-9/+10
* add Cache::moveRobin Appelman2012-11-021-2/+27
* add filesystem watcher to detect updatesRobin Appelman2012-10-281-2/+6
* delete child entries when a folder gets removed from cacheRobin Appelman2012-10-271-3/+9
* add a way to recalucale the size of a folder in the cacheRobin Appelman2012-10-271-0/+25
* add searchByMime to new cache apiRobin Appelman2012-10-271-0/+21
* add permissions data to the results of the cache apiRobin Appelman2012-10-271-0/+15
* add search to the filecache apiRobin Appelman2012-10-261-1/+20
* move the cache api from OC_Files to filesystem(view)Robin Appelman2012-10-261-0/+5
* add Cache::getStatusRobin Appelman2012-10-081-0/+29
* better parent path bahaviour for the filecacheRobin Appelman2012-10-031-2/+6
* add encrypted column to the new filecacheRobin Appelman2012-10-021-4/+6
* convert Cache to a non-static class that handles the cache for a single stora...Robin Appelman2012-09-261-54/+67
* add Cache::getFolderContentRobin Appelman2012-09-231-0/+19
* this should be done elsewhere if neededRobin Appelman2012-09-231-1/+1
* fix several problems in the new filecache in order to complete the testsRobin Appelman2012-09-221-13/+16
* add partial file data to the result of Cache::getRobin Appelman2012-09-221-1/+7
* rework filecache to work directly on storage backends wipRobin Appelman2012-09-161-0/+189