summaryrefslogtreecommitdiffstats
path: root/lib/filecache.php
Commit message (Expand)AuthorAgeFilesLines
* fix increaseSize when called directly on the root folderRobin Appelman2012-12-121-1/+4
* fix increaseSize to also increase the size of the root folderRobin Appelman2012-12-111-2/+5
* one more undefined index errorBjörn Schießle2012-12-061-2/+2
* fix more undefined indexesBjörn Schießle2012-12-061-1/+1
* make sure to add the right user as owner of a file to the file cache tableBjörn Schießle2012-11-261-1/+0
* stop increasing folder sizes once we hit a non folderRobin Appelman2012-11-221-12/+25
* typoRobin Appelman2012-11-221-3/+3
* Merge pull request #525 from owncloud/fix_metadata_on_uploadBjörn Schießle2012-11-211-10/+12
|\
| * take root folder into account while checking for Shared folderBjörn Schießle2012-11-201-5/+9
| * add root as parameter to keep default root for non-shared folder/filesBjörn Schießle2012-11-201-5/+3
* | fix copy-paste error in sql queryRobin Appelman2012-11-211-1/+1
* | Merge pull request #521 from owncloud/filecache_update_userBjörn Schießle2012-11-201-1/+1
|\ \ | |/ |/|
| * allow to update the user in file cache. (e.g. for Shared files)Björn Schießle2012-11-201-1/+1
* | move the identification of the real path of a shared file to the filecacheBjörn Schießle2012-11-141-0/+24
|/
* create correct file cache entries for new files/folder created in shared foldersBjörn Schießle2012-11-131-4/+8
* Fix quoting problem in fs mount. give Big DB error at least in PGBrice Maron2012-11-061-4/+4
* normalize pathBjörn Schießle2012-10-241-1/+1
* delete fscache on deleting userscambra2012-10-161-1/+2
* extract the right parent directory from the pathBjörn Schießle2012-10-111-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