summaryrefslogtreecommitdiffstats
path: root/lib/filecache.php
Commit message (Expand)AuthorAgeFilesLines
* cache fileid's in oc_cacheRobin Appelman2012-07-221-3/+29
* fix increasing folder sizes in filecache for custom rootsRobin Appelman2012-07-201-2/+2
* Fix the fix about filecache and postgresBrice Maron2012-06-241-2/+1
* Correct File cache error with postgresqlBrice Maron2012-06-241-0/+3
* fix saved file size for uploaded filesRobin Appelman2012-06-211-4/+4
* truncate decrypted files based on filelengthRobin Appelman2012-06-211-5/+5
* when checking if the content of a folder has been updated, exlicitly state th...Robin Appelman2012-06-171-1/+1
* Spelling fixBart Visscher2012-06-151-1/+1
* cleanup oc_filecache, splitting it in several parts and using the new hasUpdatedRobin Appelman2012-06-151-368/+62
* update file paths in filecache when the parent is renamedRobin Appelman2012-06-041-0/+9
* Fix typo in log messageMichael Gapczynski2012-06-011-1/+1
* when scanning a folder that is a mountpoint, use the root of the mount for ch...Robin Appelman2012-05-171-2/+6
* don't do the initial scanning of the users home folder trough the update systemRobin Appelman2012-05-111-2/+5
* also scan new folders when checking for updatesRobin Appelman2012-05-091-1/+1
* Fix updateFolder() in OC_FileCacheMichael Gapczynski2012-05-061-1/+1
* fix filecache for postgresqlRobin Appelman2012-05-031-6/+11
* improve rescanning foldersRobin Appelman2012-04-291-25/+35
* remove non existing files from the cache when rescanning a folderRobin Appelman2012-04-291-15/+19
* minor filecache improvementsRobin Appelman2012-04-251-5/+10
* return user specific paths from oc_filecache::getpathRobin Appelman2012-04-161-1/+6
* fix filecache rename hookRobin Appelman2012-04-151-1/+1
* add public api to get the file id from the cacheRobin Appelman2012-04-151-0/+34
* mimetype filter for filepickerBartek Przybylski2012-04-051-3/+3
* dont send to much when scanning large foldersRobin Appelman2012-03-311-4/+3
* send more progress updates when scanning large foldersRobin Appelman2012-03-311-3/+9
* clean pre-path_hash fscache entriesRobin Appelman2012-03-301-0/+8
* add path_hash to the filesystem cacheRobin Appelman2012-03-301-14/+14
* 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