summaryrefslogtreecommitdiffstats
path: root/lib/filecache.php
Commit message (Expand)AuthorAgeFilesLines
* remove old filecacheRobin Appelman2012-10-101-511/+0
* extract the right parent directory from the pathv4.5.0Björn Schießle2012-10-091-1/+1
* set folder size to 0 when scanning the filesystemRobin Appelman2012-10-051-0/+1
* update the filecache by setting mtimes to 0 when the mount configuration has ...Robin Appelman2012-09-301-0/+14
* escape user column in OC_FileCache::clearJörn Friedrich Dreyer2012-09-201-1/+1
* adding space between) and {Thomas Mueller2012-09-071-64/+64
* clear the filecache if the mount configuration has changedRobin Appelman2012-09-061-0/+14
* Don't delete the file anymore to replace it in the UI, just overwrite itMichael Gapczynski2012-09-051-0/+4
* Whitespace fixes in libBart Visscher2012-08-291-11/+11
* 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