summaryrefslogtreecommitdiffstats
path: root/lib/files/cache/scanner.php
Commit message (Expand)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-258/+0
* Do not recheck $cacheData. Move if($reuseExisting) under if($cacheData).Andreas Fischer2013-09-241-27/+27
* clear permissions cache when scanning a fileRobin Appelman2013-09-241-3/+12
* Merge remote-tracking branch 'owncloud/master' into fixing-4866-masterAndreas Fischer2013-09-231-0/+2
|\
| * Merge pull request #4327 from owncloud/scanfile-removeThomas Müller2013-09-221-0/+2
| |\
| | * remove deleted files while scanningRobin Appelman2013-08-061-0/+2
* | | Only update the etag. Do not re-submit any other unchanged data.Andreas Fischer2013-09-201-2/+3
* | | Use update() instead of put().Andreas Fischer2013-09-201-3/+1
* | | when storing back the data field 'encrypted' it is necessary to cast the bool...Thomas Müller2013-09-201-0/+2
* | | etag changes are now propagated up the file treeThomas Müller2013-09-161-0/+14
* | | recreate an etag within the scanner if the cache contains an empty etagThomas Müller2013-09-161-1/+7
|/ /
* | Always check variable type before using readdir to avoid surprisesArthur Schiwon2013-09-041-13/+15
* | use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-191-1/+1
* | Scanner: correctly pass trough reuse options when doing a recursive scanRobin Appelman2013-08-121-1/+1
|/
* use isset to prevent undefined indexThomas Müller2013-08-051-1/+1
* Merge pull request #4213 from owncloud/scanning-performanceicewind19912013-07-291-3/+4
|\
| * better variable namingRobin Appelman2013-07-291-3/+3
| * Cache: don't check if the parent exists in the cache if we are already sure i...Robin Appelman2013-07-271-3/+4
* | Move check so the variable will never be undefinedMichael Gapczynski2013-07-281-3/+3
|/
* Make Cache\Scanner an emitterRobin Appelman2013-07-191-2/+13
* remove deleted files when re-scanning a folderRobin Appelman2013-06-201-0/+14
* add tests for reusing existing data in scannerRobin Appelman2013-06-171-4/+2
* scanner: give more percision about what data is reused during scanningRobin Appelman2013-06-141-17/+29
* split of scanning the childs of a folderRobin Appelman2013-06-141-17/+24
* Organize conditionals in a better orderMichael Gapczynski2013-05-291-8/+4
* Only update metadata that has changedMichael Gapczynski2013-05-291-2/+9
* Merge branch 'master' into move-storagesMichael Gapczynski2013-05-231-1/+4
|\
| * merge master into filecache_mtimeRobin Appelman2013-05-211-26/+46
| |\
| | * Prevent backgroundScan() from looping if opendir() is failing for the same pathMichael Gapczynski2013-05-131-1/+3
| * | merge master into filecache_mtimeRobin Appelman2013-02-151-10/+33
| |\ \
| * | | Cache: bookkeeping of storage_mtimeRobin Appelman2013-02-101-0/+1
* | | | Add support for copying/moving folders between storages, move isIgnoredDir() ...Michael Gapczynski2013-05-191-13/+1
| |_|/ |/| |
* | | rename isIgnoredFile to isPartialFile, remove check of blacklisted files in i...Jörn Friedrich Dreyer2013-05-101-5/+5
* | | fix for infinite loop causing on files_encryption branch when testing "apps/f...Florin Peter2013-04-291-1/+1
* | | supress write hook for .part filesJörn Friedrich Dreyer2013-03-281-6/+3
* | | ignore files in scanFile instead of scan to catch all occurences.Jörn Friedrich Dreyer2013-03-281-25/+42
* | | Cache: on equal mtime also for equal size before keeping ETag, at least makes...Arthur Schiwon2013-03-271-1/+2
* | | Cache: Do not overwrite ETag when file did not changeArthur Schiwon2013-03-271-4/+6
* | | Improve phpdoc for the filecacheRobin Appelman2013-03-241-1/+1
* | | Filter display of blacklisted filesAndreas Schönebeck2013-03-151-0/+1
| |/ |/|
* | Cache: fix scanner trying to use existing data when file isn't in cacheRobin Appelman2013-02-121-2/+1
* | fixing syntax errorThomas Mueller2013-02-121-1/+1
* | Cache: also preserve etags for filesRobin Appelman2013-02-121-2/+5
* | Cache: don't create a new etag when the mtime hasn't changedRobin Appelman2013-02-111-0/+3
* | Cache: actually use parameterRobin Appelman2013-02-111-1/+1
* | Cache: reuse known folder sizes when doing a shallow scanRobin Appelman2013-02-111-3/+7
* | Cache: simplify scanner logic a bit when handeling with unknown folder sizesRobin Appelman2013-02-111-9/+7
* | append .part to put filesJörn Friedrich Dreyer2013-02-101-1/+17
|/
* fix empty path handlingJörn Friedrich Dreyer2013-02-091-1/+1
* Remove a warning by making sure the renamed file is a dir before trying and o...TheSFReader2013-02-021-1/+1