summaryrefslogtreecommitdiffstats
path: root/lib/files/cache
Commit message (Expand)AuthorAgeFilesLines
* replace % in pattern with .* and surround with ^$ to get a real regex patternJörn Friedrich Dreyer2014-06-261-1/+2
* on oracle use regex_like to make filename search case insensitiveJörn Friedrich Dreyer2014-04-221-7/+16
* Improve phpdocRobin Appelman2014-04-031-1/+3
* Give storages the option to implement the getById behaviour for View->getPathRobin Appelman2014-04-031-0/+17
* Remove the filecache for a users home storage when the user is deletedRobin Appelman2014-02-121-0/+20
* Fix mimetype detectionJörn Friedrich Dreyer2014-01-171-0/+4
* reuse etags when doing a background scanRobin Appelman2013-12-081-1/+1
* Add post hooks for filesystem scannerRobin Appelman2013-11-281-0/+5
* clear permissions cache when scanning a fileRobin Appelman2013-11-251-4/+16
* Merge branch 'stable5' into fixing-4866-stable5Thomas Müller2013-11-222-87/+195
|\
| * Merge pull request #5640 from owncloud/backport_executeaudited_stable5Thomas Müller2013-10-311-75/+142
| |\
| | * remove leftover execute() and unused variablesJörn Friedrich Dreyer2013-10-311-8/+7
| | * use executeAudited() for all cache queriesJörn Friedrich Dreyer2013-10-301-74/+142
| * | backport home storage to stable5Jörn Friedrich Dreyer2013-10-301-0/+13
| |/
| * make getUidAndFilename() privateBjoern Schiessle2013-10-291-1/+1
| * make sure that we operate on the owners Path because this path needs to be up...Bjoern Schiessle2013-10-291-12/+30
| * remove debug output, add commentBjoern Schiessle2013-10-281-4/+1
| * check storage for every iterationBjoern Schiessle2013-10-281-4/+11
| * changed the logic, this should fix the testsBjoern Schiessle2013-10-242-5/+2
| * remove debug codeBjoern Schiessle2013-10-241-4/+0
| * resolvePath() needs to resolve the path for the owner, otherwise it doesn't w...Bjoern Schiessle2013-10-241-13/+22
| * return -1 if file is empty otherwise we run into infinite loopsBjoern Schiessle2013-10-241-1/+5
* | Cherry-pick of 5d671a8 onto stable5.Andreas Fischer2013-09-292-2/+25
|/
* remove deleted files while scanningRobin Appelman2013-09-231-0/+2
* Check variable type before using readdir to avoid surprises and fix #4667 #46...Arthur Schiwon2013-09-021-13/+15
* better variable namingRobin Appelman2013-08-281-3/+3
* Cache: don't check if the parent exists in the cache if we are already sure i...Robin Appelman2013-08-281-3/+4
* use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-211-1/+1
* Scanner: correctly pass trough reuse options when doing a recursive scanRobin Appelman2013-08-121-1/+1
* Merge pull request #4317 from owncloud/backport-cli-scanner-stable5Thomas Müller2013-08-051-2/+13
|\
| * Make Cache\Scanner an emitterRobin Appelman2013-08-051-2/+13
* | use isset to prevent undefined indexThomas Müller2013-08-051-1/+1
|/
* Use old database methods for caclulateFolderSizeMichael Gapczynski2013-08-021-3/+3
* Use query to calculate folder sizeMichael Gapczynski2013-08-021-10/+13
* Fix calculating size for empty foldersMichael Gapczynski2013-08-021-19/+16
* manual backport of changes related to #3459Thomas Müller2013-07-291-1/+39
* Move check so the variable will never be undefinedMichael Gapczynski2013-07-281-3/+3
* Only retrieve the current user's permissionsMichael Gapczynski2013-07-061-4/+5
* Cache: provide a function to get the permissions of all files in a folder wit...Robin Appelman2013-07-061-0/+19
* remove deleted files when re-scanning a folderRobin Appelman2013-06-201-0/+14
* add tests for reusing existing data in scannerRobin Appelman2013-06-191-4/+2
* scanner: give more percision about what data is reused during scanningRobin Appelman2013-06-191-17/+29
* split of scanning the childs of a folderRobin Appelman2013-06-191-17/+24
* cleanup codestyleJörn Friedrich Dreyer2013-06-141-3/+3
* oracle fixes, missing backticks, LIMIT to paramJörn Friedrich Dreyer2013-06-141-3/+12
* convert LIMIT to parameterJörn Friedrich Dreyer2013-06-141-1/+1
* fix fetchRow checks to also work with MDB2Jörn Friedrich Dreyer2013-06-141-1/+7
* add missing backticks all over the placeJörn Friedrich Dreyer2013-06-141-4/+4
* Organize conditionals in a better orderMichael Gapczynski2013-05-291-8/+4
* Only update metadata that has changedMichael Gapczynski2013-05-291-2/+9