Commit Graph

11 Commits (5fcbe5350c88d5949fd7fd0fdb654707d9e42d5f)

Author SHA1 Message Date
Bjoern Schiessle 466ed01e5d correctFolder() already resolves the dirname internally 12 years ago
Bjoern Schiessle eaedda2116 make sure that we don't try to access an already deleted files, fixes some file source not found warnings 12 years ago
Vincent Petry 43b1cf7988 Redetect mime type whenever extension is renamed 12 years ago
ringmaster bd3ead0d31 Compare dirname() results to DIRECTORY_SEPARATOR, not '/' 12 years ago
Bjoern Schiessle 0d7d396d80 make sure that also the storage etag gets changed 12 years ago
Bjoern Schiessle a80ac9c492 make getUidAndFilename() private 12 years ago
Bjoern Schiessle fcfac51aa1 backport of https://github.com/owncloud/core/pull/5513 12 years ago
Robin Appelman b3626f34cd Update the parent folders storage_mtime on write and delete to prevent rescans 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
kondou d9c697534d Fix some typos 12 years ago
Thomas Mueller 87521f6c6e dirname('/test.txt') returns '\' on windows whereas on linux we get back '.' 12 years ago
Thomas Mueller 84a8aea410 restore Updater functionality on non-Windows platforms 12 years ago
Thomas Mueller c0b25a4375 [Fixing Updater Unit Tests on Windows] 12 years ago
Thomas Mueller 073306eaa2 [Fixing Updater Unit Tests on Windows] 12 years ago
Björn Schießle 2e81efc37e don't call correctFolder() in touchHook, it will be called later in the writeUpdate() 12 years ago
Björn Schießle 0e30e68b22 update etag for for the touched file 12 years ago
Björn Schießle d16dd1ad2a listen to touch hook to update the mtime after sync 12 years ago
Robin Appelman 0e55b61169 Improve phpdoc for the filecache 12 years ago
Robin Appelman 1d3beffacf Cache: better rename hook for cache updater 12 years ago
Michael Gapczynski 664f33a29c Update mtimes of all parent folders after change inside 12 years ago
Robin Appelman a164fd160f Cache: provide path hints to getCache/etc where available 12 years ago
Michael Gapczynski d0a50fae83 Fix eTagUpdate and add tests 12 years ago
Michael Gapczynski 96e08a1d96 Fix function name 12 years ago
Michael Gapczynski 3ee3323b87 Fix retrieving of cache and scanner in Updater class 12 years ago
Michael Gapczynski 77f12c526b Update etags in parent folders 12 years ago
Robin Appelman fedff3eafe add cache updater 13 years ago