summaryrefslogtreecommitdiffstats
path: root/lib/private/cache
Commit message (Collapse)AuthorAgeFilesLines
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-1/+1
|
* Fix PHPdoc in lib/privateBart Visscher2014-04-151-1/+1
| | | | using scrutinizer patch
* Do not expire chunks while checking for their existenceVincent Petry2014-04-031-5/+0
| | | | | The expiration should be done by the gc() function on login, not while isComplete() is calling hasKey() for every chunk.
* Cache folder is now configurableVincent Petry2014-03-241-7/+8
| | | | | | When using an external cache folder, it is automatically mounted in FileSystem::initFileSystem so that any app can use it transparently by creating a view on the "/$user/cache" directory.
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-1/+1
| | | | | | | | | | | 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
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-181-2/+3
|\ | | | | | | | | Conflicts: lib/private/migration/content.php
| * Remove usage of legacy OC_AppconfigRobin Appelman2014-02-131-2/+3
| |
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-062-0/+16
|/
* Merge branch 'master' into fixing-4546-masterThomas Müller2013-10-071-0/+18
| | | | | Conflicts: lib/private/connector/sabre/directory.php
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-305-0/+373
Conflicts: lib/private/vcategories.php