aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/cache/updater.php
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-161/+0
| | | | | Conflicts: lib/private/vcategories.php
* Fix some typoskondou2013-07-161-2/+2
|
* dirname('/test.txt') returns '\' on windows whereas on linux we get back '.'Thomas Mueller2013-06-141-1/+1
|
* restore Updater functionality on non-Windows platformsThomas Mueller2013-06-131-4/+4
|
* [Fixing Updater Unit Tests on Windows]Thomas Mueller2013-06-101-3/+3
| | | | using $internalPath within call to self::correctFolder() because $path inside of it is not processed properly due to directory separator on Windows.
* [Fixing Updater Unit Tests on Windows]Thomas Mueller2013-06-101-1/+4
| | | | | using $internalPath within call to self::correctFolder() because $path inside of it is not processed properly due to directory separator on Windows. error logging has been added in case the given 4path is not found within self::correctFolder
* 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-261-0/+7
|
* Improve phpdoc for the filecacheRobin Appelman2013-03-241-1/+17
|
* Cache: better rename hook for cache updaterRobin Appelman2013-03-081-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