summaryrefslogtreecommitdiffstats
path: root/lib/filecache.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into files_encryptionSam Tuke2013-01-221-3/+3
|\
| * Fix wrong word in commentBart Visscher2013-01-181-1/+1
| * Whitespace cleanupBart Visscher2013-01-161-2/+2
* | Removed unnecessary lineSam Tuke2013-01-101-1/+0
* | Merge branch 'master' into files_encryptionSam Tuke2013-01-021-4/+5
|\|
| * Fix "There must be a single space between the closing parenthesis and the ope...Bart Visscher2012-12-151-3/+3
| * one more undefined index errorBjörn Schießle2012-12-061-2/+2
| * fix more undefined indexesBjörn Schießle2012-12-061-1/+1
| * OC_FSV->copy now only caches files which are copied from data/user/filesSam Tuke2012-11-281-2/+3
| * Merge pull request #483 from owncloud/archive_sizesThomas Müller2012-11-221-5/+18
| |\
| | * stop increasing folder sizes once we hit a non folderRobin Appelman2012-11-161-2/+15
| | * typoRobin Appelman2012-11-161-3/+3
| * | Fixes update of shared files with mirall because it dose not update all metha...Maximilian Ruta2012-11-201-5/+7
| |/
* | Merge branch 'master' into files_encryptionSam Tuke2012-12-121-81/+103
|\|
| * Fix quoting problem in fs mount. give Big DB error at least in PGBrice Maron2012-11-071-4/+4
| * Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-6/+6
| * Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-041-1/+1
| * Checkstyle: many fixesFelix Moeller2012-11-021-17/+17
| * Merge pull request #81 from fmms/masterLukas Reschke2012-10-241-3/+3
| |\
| | * NoSpaceAfterComma IIFelix Moeller2012-10-231-3/+3
| | * Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-3/+3
| * | normalize pathBjörn Schießle2012-10-241-1/+1
| |/
| * Make Jenkins more happy.Felix Moeller2012-10-231-39/+39
| * when using oracle use LOWER() to make searching files case insensitiveJörn Friedrich Dreyer2012-10-181-2/+8
| * delete fscache on deleting userscambra2012-10-161-1/+2
| * this is no longer needed, commit cb91e27ab33d4e2b2d13b26cdc8d965d1607201e sho...Björn Schießle2012-10-121-3/+0
| * nortmalize path before adding it to the fscache to avoid multiple fscache ent...Björn Schießle2012-10-121-0/+3
| * 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
| | |/
| * | 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