aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/cache
Commit message (Collapse)AuthorAgeFilesLines
...
| * Cache: provide path hints to getCache/etc where availableRobin Appelman2013-01-011-3/+3
| |
* | Fix eTagUpdate and add testsMichael Gapczynski2012-12-311-1/+1
| |
* | Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski2012-12-301-9/+13
|\| | | | | | | | | Conflicts: lib/files/cache/updater.php
| * Fix retrieving of cache and scanner in Updater classMichael Gapczynski2012-12-301-7/+11
| |
* | Fix function nameMichael Gapczynski2012-12-301-1/+1
| |
* | Update etags in parent foldersMichael Gapczynski2012-12-301-0/+24
| |
* | Store etags in the file cacheMichael Gapczynski2012-12-302-5/+6
|/
* use numeric ids for storages in the filecacheRobin Appelman2012-12-152-12/+53
|
* Filecache Watcher: use scan or scanFile based on the current item, not the ↵Robin Appelman2012-12-151-2/+4
| | | | cached item
* dont insert and entry in the filecache during upgrade if the id already ↵Robin Appelman2012-12-151-0/+6
| | | | | | exists in the filecache most likely the result from an incompelte upgrade
* catch error if old filecache table is not present during upgradeRobin Appelman2012-12-061-4/+8
|
* fix some edge cases while scanning the root of a storageRobin Appelman2012-12-021-2/+2
|
* fail gracefully when no old filecache is present during upgradeRobin Appelman2012-12-011-1/+8
|
* add upgrade path from old cache to preserve file id'sRobin Appelman2012-11-301-0/+50
|
* 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
|
* Check if data variable in scanner isn't null before using itMichael Gapczynski2012-11-241-19/+23
|
* explicitly sort files when using getFolderContentsRobin Appelman2012-11-231-7/+7
|
* add Scanner->backgroundScanRobin Appelman2012-11-221-0/+10
|
* add Cache->getIncomplete for use in background scanningRobin Appelman2012-11-221-0/+19
|
* emit a hooks during the filesystem scanRobin Appelman2012-11-221-0/+8
|
* fix outdated permissions cache use in scannerRobin Appelman2012-11-181-2/+8
|
* allow storage backends to implement custom permission managementRobin Appelman2012-11-151-11/+25
|
* add cache updaterRobin Appelman2012-11-081-0/+71
|
* fix Scanner->scan setting the filesize to 0 for filesRobin Appelman2012-11-081-3/+3
|
* move correctFolderSize from Scanner to CacheRobin Appelman2012-11-083-17/+17
|
* fix calculateFolderSize for non existing filesRobin Appelman2012-11-081-0/+3
|
* allow creating Cache objects with only the storage id instead of the whole ↵Robin Appelman2012-11-081-9/+10
| | | | storage object
* add Cache::moveRobin Appelman2012-11-021-2/+27
|
* add filesystem watcher to detect updatesRobin Appelman2012-10-282-2/+76
|
* delete child entries when a folder gets removed from cacheRobin Appelman2012-10-272-3/+25
|
* add a way to recalucale the size of a folder in the cacheRobin Appelman2012-10-271-0/+25
|
* use absolute paths when resolving mount pointsRobin Appelman2012-10-271-0/+3
|
* add searchByMime to new cache apiRobin Appelman2012-10-271-0/+21
|
* add permissions data to the results of the cache apiRobin Appelman2012-10-272-1/+17
|
* add file permissions cacheRobin Appelman2012-10-261-0/+85
|
* 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
|
* more tests and fixes for the filesystem scannerRobin Appelman2012-10-031-3/+12
|
* add some more test cases for the scannerRobin Appelman2012-10-031-2/+4
|
* make filestorage scanner non-static and add a simple test caseRobin Appelman2012-10-031-22/+42
|
* 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 ↵Robin Appelman2012-09-262-54/+68
| | | | storage backend
* add Cache::getFolderContentRobin Appelman2012-09-231-0/+19
|
* this should be done elsewhere if neededRobin Appelman2012-09-232-2/+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-162-0/+267