aboutsummaryrefslogtreecommitdiffstats
path: root/lib/filecache.php
Commit message (Expand)AuthorAgeFilesLines
* fix adding photo to incorrect galleryBartek Przybylski2012-03-151-1/+1
* oc_db isn't pdoRobin Appelman2012-03-111-2/+2
* spaces to tabs replacementBartek Przybylski2012-03-091-4/+4
* filescan by mimetype scanBartek Przybylski2012-03-091-5/+6
* filecache search comparition fixBartek Przybylski2012-03-091-2/+2
* also delete childs of folders from the cacheRobin Appelman2012-03-031-10/+19
* better handeling of files that can behave like folder (e.g. archives)Robin Appelman2012-03-031-3/+4
* merge master into encryptionRobin Appelman2012-02-261-4/+19
|\
| * some more error reporting during filesystem scanRobin Appelman2012-02-251-5/+19
* | Merge branch 'master' into encryptionRobin Appelman2012-02-251-1/+1
|\|
| * log typo fixBartek Przybylski2012-02-231-1/+1
* | fix incorrect information in the filecache when using encryptionRobin Appelman2012-02-211-4/+36
* | non existing files can never be updatedRobin Appelman2012-02-211-0/+3
|/
* 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