summaryrefslogtreecommitdiffstats
path: root/lib/files/cache/scanner.php
Commit message (Expand)AuthorAgeFilesLines
* append .part to put filesJörn Friedrich Dreyer2013-02-101-1/+17
* fix empty path handlingJörn Friedrich Dreyer2013-02-091-1/+1
* Remove a warning by making sure the renamed file is a dir before trying and o...TheSFReader2013-02-021-1/+1
* Cache: use a database transition for scanning each folderRobin Appelman2013-01-161-3/+19
* Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski2013-01-071-9/+0
|\
| * Cache: split permission cache scanning and cache scanningRobin Appelman2013-01-071-9/+0
* | Store etags in the file cacheMichael Gapczynski2012-12-301-0/+1
|/
* fix some edge cases while scanning the root of a storageRobin Appelman2012-12-021-2/+2
* Check if data variable in scanner isn't null before using itMichael Gapczynski2012-11-241-19/+23
* add Scanner->backgroundScanRobin Appelman2012-11-221-0/+10
* emit a hooks during the filesystem scanRobin Appelman2012-11-221-0/+8
* fix outdated permissions cache use in scannerRobin Appelman2012-11-181-2/+8
* fix Scanner->scan setting the filesize to 0 for filesRobin Appelman2012-11-081-3/+3
* move correctFolderSize from Scanner to CacheRobin Appelman2012-11-081-16/+0
* delete child entries when a folder gets removed from cacheRobin Appelman2012-10-271-0/+16
* add permissions data to the results of the cache apiRobin Appelman2012-10-271-1/+2
* 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
* convert Cache to a non-static class that handles the cache for a single stora...Robin Appelman2012-09-261-0/+1
* this should be done elsewhere if neededRobin Appelman2012-09-231-1/+0
* rework filecache to work directly on storage backends wipRobin Appelman2012-09-161-0/+78