summaryrefslogtreecommitdiffstats
path: root/lib/files/cache/updater.php
Commit message (Expand)AuthorAgeFilesLines
* 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-241-1/+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
* don't call correctFolder() in touchHook, it will be called later in the write...Björn Schießle2013-05-081-1/+0
* update etag for for the touched fileBjörn Schießle2013-05-081-1/+9
* listen to touch hook to update the mtime after syncBjörn Schießle2013-03-251-0/+7
* Cache: better rename hook for cache updaterRobin Appelman2013-03-171-10/+33
* Update mtimes of all parent folders after change insideMichael Gapczynski2013-01-191-5/+11
* Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski2013-01-071-3/+3
|\
| * Cache: provide path hints to getCache/etc where availableRobin Appelman2013-01-011-3/+3
* | Fix eTagUpdate and add testsMichael Gapczynski2012-12-311-1/+1
* | Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski2012-12-301-9/+13
|\|
| * Fix retrieving of cache and scanner in Updater classMichael Gapczynski2012-12-301-7/+11
* | Fix function nameMichael Gapczynski2012-12-301-1/+1
* | Update etags in parent foldersMichael Gapczynski2012-12-301-0/+24
|/
* add cache updaterRobin Appelman2012-11-081-0/+71