summaryrefslogtreecommitdiffstats
path: root/lib/private/files/cache/updater.php
Commit message (Collapse)AuthorAgeFilesLines
* 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