Commit Graph

25 Commits (f4182d2dc9380015a1dadc6be40a731b8092c971)

Author SHA1 Message Date
Robin Appelman d26a427f92 Also propagate etag changes when the watcher finds a changed file 12 years ago
Robin Appelman e29b7e9335 Remove explicit propagate calls 12 years ago
Robin Appelman 850542c5d6 Refactor Cache\Updater to work outside of the users home 12 years ago
Joas Schilling 4d32e3548b Ensure that filename is prefixed with a slash 12 years ago
Joas Schilling 564bf23c1b Do not filemtime() on "." directory. Use empty string instead 12 years ago
Joas Schilling d7666d9d3d Remove doubled slash between folder and path 12 years ago
Robin Appelman 8abe1c3f1a Don't do rename hooks for cache when moving the mountpoint 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 12 years ago
Robin Appelman c87658feda Fix updater when getFileInfo fails 13 years ago
Robin Appelman da386aad59 Allow re-using already known fileinfo when calculating folder sizes 13 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 13 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 13 years ago
Bjoern Schiessle 466ed01e5d correctFolder() already resolves the dirname internally 13 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 13 years ago
Vincent Petry 43b1cf7988 Redetect mime type whenever extension is renamed 13 years ago
ringmaster bd3ead0d31 Compare dirname() results to DIRECTORY_SEPARATOR, not '/' 13 years ago
Bjoern Schiessle 0d7d396d80 make sure that also the storage etag gets changed 13 years ago
Bjoern Schiessle a80ac9c492 make getUidAndFilename() private 13 years ago
Bjoern Schiessle fcfac51aa1 backport of https://github.com/owncloud/core/pull/5513 13 years ago
Robin Appelman b3626f34cd Update the parent folders storage_mtime on write and delete to prevent rescans 13 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
kondou d9c697534d Fix some typos 13 years ago
Thomas Mueller 87521f6c6e dirname('/test.txt') returns '\' on windows whereas on linux we get back '.' 13 years ago
Thomas Mueller 84a8aea410 restore Updater functionality on non-Windows platforms 13 years ago
Thomas Mueller c0b25a4375 [Fixing Updater Unit Tests on Windows] 13 years ago
Thomas Mueller 073306eaa2 [Fixing Updater Unit Tests on Windows] 13 years ago
Björn Schießle 2e81efc37e don't call correctFolder() in touchHook, it will be called later in the writeUpdate() 13 years ago
Björn Schießle 0e30e68b22 update etag for for the touched file 13 years ago
Björn Schießle d16dd1ad2a listen to touch hook to update the mtime after sync 14 years ago
Robin Appelman 0e55b61169 Improve phpdoc for the filecache 14 years ago
Robin Appelman 1d3beffacf Cache: better rename hook for cache updater 14 years ago
Michael Gapczynski 664f33a29c Update mtimes of all parent folders after change inside 14 years ago
Robin Appelman a164fd160f Cache: provide path hints to getCache/etc where available 14 years ago
Michael Gapczynski d0a50fae83 Fix eTagUpdate and add tests 14 years ago
Michael Gapczynski 96e08a1d96 Fix function name 14 years ago
Michael Gapczynski 3ee3323b87 Fix retrieving of cache and scanner in Updater class 14 years ago
Michael Gapczynski 77f12c526b Update etags in parent folders 14 years ago
Robin Appelman fedff3eafe add cache updater 14 years ago