summaryrefslogtreecommitdiffstats
path: root/lib/filecache.php
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
| * 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