summaryrefslogtreecommitdiffstats
path: root/lib/filecache.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | it might cause long load times but seems the best for now
* 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
| | | | - Added some minor debug help to fscache
* 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