Jenkins for ownCloud
b585d87d9d
Update license headers
10 years ago
Morris Jobke
06aef4e8b1
Revert "Updating license headers"
...
This reverts commit 6a1a4880f0
.
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
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
Thomas Tanghus
fe86182dac
OC_Cache namespace changes and add UserCache to server container.
...
Refs #4863
12 years ago
Thomas Müller
0fb719dffe
adding size() to the file cache
12 years ago
Arthur Schiwon
ec3639dc7a
Always check variable type before using readdir to avoid surprises
12 years ago
Robin Appelman
c5402f4575
use strict equals in readdir loops to prevent issues with '0' files
12 years ago
Bjoern Schiessle
ab6e47b44a
oc_cache needs to disable file proxys for read/write operation. Otherwise the operation will go through the encryption app which will not work.
12 years ago
Arthur Schiwon
c8a2beccb0
Cache: mount user mountpoints to make sure that // exists before accessing it. Fixes #2553 and #2374
12 years ago
Sam Tuke
8b01286a5d
Merged branch 'master'
13 years ago
Robin Appelman
c88c54bbb0
make sure we can do our tests again
13 years ago
Thomas Müller
23f348c99f
Respect coding style
13 years ago
Thomas Mueller
3829460ab8
adding space between) and {
13 years ago
Michael Gapczynski
301baf0215
$storage shouldn't be static in OC_Cache_File
13 years ago
Bart Visscher
9e32e07306
Fix OC_Cache_File
13 years ago
Thomas Mueller
d786194ddc
fixing: apps/files/ajax/scan.php
13 years ago
Bart Visscher
32721e7b07
Remember storage view in OC_Cache_File
13 years ago
Bart Visscher
53e51fe46b
Clean user cache on login
13 years ago
Robin Appelman
51566e87c7
add prefix option to OC_Cache::clear
13 years ago
Bart Visscher
ab788eaa23
OC_Cache_File ttl=0 indicates forever, but expire in a day to keep the cache clean
13 years ago
Thomas Tanghus
098beae751
Added hasKey() method to OC_Cache.
13 years ago
Robin Appelman
e11bf460e0
add OC_Cache::clear
13 years ago
Robin Appelman
10eef49c3c
return null when a cache variable is not set
13 years ago
Bart Visscher
091b343d5c
Calendar & Contacts: Store import progress in OC_Cache
...
Convert calendar and contacts import to use a caching system
for storing the import progress percentage. OC_Cache can later
be made smarter about storing values.
13 years ago