aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/cache/updater.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-228/+0
|
* dont do optimized size propagation for encrypted filesRobin Appelman2016-04-211-1/+4
|
* 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
| | | | minor phpdoc fixed
* 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
|\ | | | | On rename, also refresh storage_mtime of the target file
| * Also adjust storage_mtime of target after renameVincent Petry2015-10-261-0/+14
| | | | | | | | Some storages like Dropbox change their mtime on rename...
* | 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
| | | | | | | | Fixes issue when restoring folders from trash cross-storage, as such folders have an extension ".d12345678". Fixes issue when moving folders between storages and at the same time changing their extension.
* 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
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* 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
| | | | Fix #9928
* 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
| | | | * test case added to avoid adding them later
* 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
|\ | | | | Manually triger the filecache update hooks before any other hook
| * 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
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* 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
|\ | | | | make sure that we don't try to access an already deleted files
| * 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 ↵Bjoern Schiessle2013-11-281-2/+6
| | | | | | | | file source not found warnings
* | 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
|\ | | | | | | | | Conflicts: lib/private/files/cache/updater.php
| * 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
Conflicts: lib/private/vcategories.php