Jenkins for ownCloud
b585d87d9d
Update license headers
10 years ago
Robin McCorkell
693ca9a92f
Add unit tests for gc() for \OC\Cache\FileGlobalGC
10 years ago
Robin McCorkell
42fcd0e8b7
Fix fileglobalgc unlink parameter warnings
10 years ago
Robin Appelman
5bb1a131e4
fix warning in gc
10 years ago
Morris Jobke
06aef4e8b1
Revert "Updating license headers"
...
This reverts commit 6a1a4880f0
.
10 years ago
Robin Appelman
a848a6b1dd
Cleanup garbage collection for global file cache
10 years ago
Jenkins for ownCloud
6a1a4880f0
Updating license headers
10 years ago
Robin Appelman
4a9c64e96b
Only make sure the cache directory exists when we use it
10 years ago
Jörn Friedrich Dreyer
86935fab17
readd is_file
10 years ago
Arthur Schiwon
ded8cc47cf
🐫 case
10 years ago
Jörn Friedrich Dreyer
2d8f57a1ea
check if cache files are readable
10 years ago
Robin McCorkell
87b548ed91
Fix all PHPDoc types and variable names, in /lib
11 years ago
Bart Visscher
a4b7f5155f
Fix PHPdoc in lib/private
...
using scrutinizer patch
11 years ago
Vincent Petry
ab56f69416
Do not expire chunks while checking for their existence
...
The expiration should be done by the gc() function on login, not while
isComplete() is calling hasKey() for every chunk.
11 years ago
Vincent Petry
10c9b8eb99
Cache folder is now configurable
...
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.
11 years ago
Scrutinizer Auto-Fixer
adaee6a5a1
Scrutinizer Auto-Fixes
...
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
11 years ago
Robin Appelman
181bbd4325
Remove usage of legacy OC_Appconfig
11 years ago
Jörn Friedrich Dreyer
2a6a9a8cef
polish documentation based on scrutinizer patches
11 years ago
Thomas Müller
9c9dc276b7
move the private namespace OC into lib/private - OCP will stay in lib/public
...
Conflicts:
lib/private/vcategories.php
12 years ago