summaryrefslogtreecommitdiffstats
path: root/lib/filecache.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-379/+106
|\
| * Merge branch 'master' into share_apiMichael Gapczynski2012-08-091-11/+19
| |\
| | * while loop not needed because of recursive call of put()Bjoern Schiessle2012-08-081-8/+4
| | * fix for bug 879 - add parent directory to file cache if it does not exist yet.Bjoern Schiessle2012-08-081-11/+23
| * | Merge branch 'master' into share_apiMichael Gapczynski2012-07-251-5/+31
| |\|
| | * 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
| * | Sharing files working using share APIMichael Gapczynski2012-07-101-0/+8
| |/
| * 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
* | escape all identifiers with backticksjfd2012-08-241-3/+3
* | fix for bug 879 - add parent directory to file cache if it does not exist yet.Bjoern Schiessle2012-08-241-12/+21
* | fix sqlJörn Friedrich Dreyer2012-08-011-2/+2
* | escape all identifiers with backticksjfd2012-07-311-23/+23
* | if the '/Shared' was the modified directory, than scan it.Bjoern Schiessle2012-07-131-1/+1
* | when checking for updates in the filecache, explicitly state that we are quer...Robin Appelman2012-07-101-3/+4
* | fix 'files' entries showing up in Files before the users files are scanned pr...Robin Appelman2012-06-231-1/+1
* | fix duplicates showing up in the filecacheRobin Appelman2012-06-231-4/+6
* | Correct File cache error with postgresqlBrice Maron2012-06-221-0/+3
* | fix saved file size for uploaded filesRobin Appelman2012-06-211-4/+4
* | truncate decrypted files based on sizeRobin Appelman2012-06-211-13/+9
* | don't show other users file if the filesystem is not index alreadyRobin Appelman2012-06-201-0/+3
* | update file paths in filecache when the parent is renamedRobin Appelman2012-06-041-0/+9
|/
* 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