aboutsummaryrefslogtreecommitdiffstats
path: root/lib/filecache.php
Commit message (Expand)AuthorAgeFilesLines
* use cached size for getting the size of a moved fileRobin Appelman2012-02-151-2/+1
* - Added the ability to change a files mtime via webdavs propset.Klaas Freitag2012-02-101-4/+7
* fix filecache with MDB2Robin Appelman2012-02-081-6/+6
* use fetchRow instead of fetchRobin Appelman2012-02-081-4/+4
* bugfix in searching files by mimetypeRobin Appelman2012-02-081-7/+15
* fix filecache when creating a new folderRobin Appelman2012-02-061-2/+3
* store writable flag for filesRobin Appelman2012-02-051-6/+9
* watch for changes outside owncloud to the filesRobin Appelman2012-02-051-47/+214
* allow the usage of the filecache outside of the users home folderRobin Appelman2012-02-021-18/+50
* only show what folder we are scanning to save bandwithRobin Appelman2012-02-011-5/+6
* dont try to use something that isn't thereRobin Appelman2012-01-311-1/+3
* use filesystem cache for searchingRobin Appelman2012-01-311-6/+19
* provide live feedback while scanning filesRobin Appelman2012-01-311-1/+1
* start of proper feedback during filessytem scanRobin Appelman2012-01-301-2/+4
* keep encrypted and versioned flag in fscacheRobin Appelman2011-11-121-15/+35
* use cache for searching filesRobin Appelman2011-11-101-3/+3
* tell the user when the files are being scannedRobin Appelman2011-11-101-0/+2
* provide caching for file metadataRobin Appelman2011-11-091-0/+331