summaryrefslogtreecommitdiffstats
path: root/lib/files/cache/updater.php
Commit message (Collapse)AuthorAgeFilesLines
* don't call correctFolder() in touchHook, it will be called later in the ↵Björn Schießle2013-05-081-1/+0
| | | | writeUpdate()
* 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
|\ | | | | | | | | Conflicts: lib/files/cache/cache.php
| * 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
|\| | | | | | | | | Conflicts: lib/files/cache/updater.php
| * 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