summaryrefslogtreecommitdiffstats
path: root/lib/private/files/cache/updater.php
Commit message (Expand)AuthorAgeFilesLines
* propagate folder size in the same query for write updatesRobin Appelman2016-01-151-2/+8
* Add IStorage interface for consistent namingRobin Appelman2016-01-141-2/+3
* Add updater interface and expose cache interfaces from storageRobin Appelman2016-01-141-6/+9
* Happy new year!Thomas Müller2016-01-121-2/+1
* Make Cache\Updater per storageRobin Appelman2015-11-251-94/+74
* Merge pull request #19869 from owncloud/cache-adjustcurrentmtimeonrenameThomas Müller2015-10-291-0/+14
|\
| * Also adjust storage_mtime of target after renameVincent Petry2015-10-261-0/+14
* | Update license headersLukas Reschke2015-10-261-0/+1
|/
* don't move files in cache twice, fixes renaming for objectstoresJörn Friedrich Dreyer2015-10-161-7/+9
* update the file cache within the write lockRobin Appelman2015-06-181-1/+1
* Get correct mimetype when moving and changing extensionVincent Petry2015-05-211-1/+1
* improve phpdoc of cache classesRobin Appelman2015-05-051-4/+26
* Make the change propagator an emitterRobin Appelman2015-04-271-0/+4
* preserve cache data when doing a cross storage moveRobin Appelman2015-04-131-21/+20
* Update license headersJenkins for ownCloud2015-03-261-4/+21
* Allow disabling the cache updaterRobin Appelman2015-02-271-3/+16
* Fix cache update when doing a rename that overwrites the targetRobin Appelman2015-02-271-1/+4
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+5
* Updating license headersJenkins for ownCloud2015-02-231-5/+20
* Dont bother updating the cache when working with part filesRobin Appelman2015-02-051-0/+12
* Also propagate etag changes when the watcher finds a changed fileRobin Appelman2014-11-071-0/+5
* Remove explicit propagate callsRobin Appelman2014-09-051-11/+6
* Refactor Cache\Updater to work outside of the users homeRobin Appelman2014-09-051-143/+64
* Ensure that filename is prefixed with a slashJoas Schilling2014-08-141-0/+1
* Do not filemtime() on "." directory. Use empty string insteadJoas Schilling2014-08-111-0/+5
* Remove doubled slash between folder and pathJoas Schilling2014-08-111-5/+4
* Don't do rename hooks for cache when moving the mountpointRobin Appelman2014-06-061-0/+4
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
* Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-1/+1
* Merge pull request #7420 from owncloud/cachehooks-firstThomas Müller2014-03-251-1/+4
|\
| * Fix updater when getFileInfo failsRobin Appelman2014-03-031-1/+4
* | Allow re-using already known fileinfo when calculating folder sizesRobin Appelman2014-02-281-2/+2
|/
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-2/+0
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
* Merge pull request #6099 from owncloud/fix_source_not_found_warningsMorris Jobke2013-11-281-1/+5
|\
| * correctFolder() already resolves the dirname internallyBjoern Schiessle2013-11-281-1/+1
| * make sure that we don't try to access an already deleted files, fixes some fi...Bjoern Schiessle2013-11-281-2/+6
* | Redetect mime type whenever extension is renamedVincent Petry2013-11-271-0/+6
|/
* Compare dirname() results to DIRECTORY_SEPARATOR, not '/'ringmaster2013-11-141-1/+1
* Merge branch 'master' into update-parent-storage-mtimeRobin Appelman2013-10-301-12/+39
|\
| * make sure that also the storage etag gets changedBjoern Schiessle2013-10-291-4/+7
| * make getUidAndFilename() privateBjoern Schiessle2013-10-291-1/+1
| * backport of https://github.com/owncloud/core/pull/5513Bjoern Schiessle2013-10-291-12/+36
* | Update the parent folders storage_mtime on write and delete to prevent rescansRobin Appelman2013-10-291-1/+21
|/
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+161