Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 5 | -18/+112 |
| | |||||
* | Add unit tests for gc() for \OC\Cache\FileGlobalGC | Robin McCorkell | 2015-03-18 | 1 | -2/+4 |
| | |||||
* | Fix fileglobalgc unlink parameter warnings | Robin McCorkell | 2015-03-18 | 1 | -1/+3 |
| | |||||
* | Merge pull request #13893 from owncloud/create-cachedir-on-user | Morris Jobke | 2015-03-11 | 1 | -18/+27 |
|\ | | | | | Only make sure the cache directory exists when we use it | ||||
| * | Only make sure the cache directory exists when we use it | Robin Appelman | 2015-02-04 | 1 | -18/+27 |
| | | |||||
* | | Merge pull request #14530 from owncloud/revert-14403 | Thomas Müller | 2015-02-27 | 5 | -107/+21 |
|\ \ | | | | | | | Revert "Updating license headers" | ||||
| * | | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 5 | -107/+21 |
| | | | | | | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | | | fix warning in gc | Robin Appelman | 2015-02-26 | 1 | -1/+2 |
|/ / | |||||
* | | Cleanup garbage collection for global file cache | Robin Appelman | 2015-02-25 | 2 | -28/+46 |
| | | |||||
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 5 | -21/+107 |
| | | |||||
* | | readd is_file | Jörn Friedrich Dreyer | 2015-02-03 | 2 | -2/+2 |
| | | |||||
* | | :camel:case | Arthur Schiwon | 2015-02-02 | 1 | -1/+1 |
| | | |||||
* | | check if cache files are readable | Jörn Friedrich Dreyer | 2015-02-02 | 2 | -2/+2 |
|/ | |||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Fix PHPdoc in lib/private | Bart Visscher | 2014-04-15 | 1 | -1/+1 |
| | | | | using scrutinizer patch | ||||
* | Do not expire chunks while checking for their existence | Vincent Petry | 2014-04-03 | 1 | -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 configurable | Vincent Petry | 2014-03-24 | 1 | -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-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -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_patches | Thomas Müller | 2014-02-18 | 1 | -2/+3 |
|\ | | | | | | | | | Conflicts: lib/private/migration/content.php | ||||
| * | Remove usage of legacy OC_Appconfig | Robin Appelman | 2014-02-13 | 1 | -2/+3 |
| | | |||||
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 2 | -0/+16 |
|/ | |||||
* | Merge branch 'master' into fixing-4546-master | Thomas Müller | 2013-10-07 | 1 | -0/+18 |
| | | | | | Conflicts: lib/private/connector/sabre/directory.php | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 5 | -0/+373 |
Conflicts: lib/private/vcategories.php |