Jenkins for ownCloud
6a1a4880f0
Updating license headers
10 years ago
Bart Visscher
35a8dfb2fa
More PHPDoc fixes, using scrutinizer patches as hints
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 Müller
1274d6116d
updating php docs
12 years ago
Thomas Tanghus
09d043729a
Note to self 2: Do as you preach. Test!
12 years ago
Thomas Tanghus
fe86182dac
OC_Cache namespace changes and add UserCache to server container.
...
Refs #4863
12 years ago
Robin Appelman
80a3f8d066
Seperate memory based cache from OC_Cache
12 years ago
Bart Visscher
a7806076b1
Move generating cache key from files from OC_Minimizer to OC_Cache
13 years ago
Sam Tuke
8b01286a5d
Merged branch 'master'
13 years ago
Thomas Müller
d5fd5cd584
Respect coding style
13 years ago
Bart Visscher
52f2e7112e
Whitespace fixes in lib
13 years ago
Robin Appelman
6843beeae9
add option to only get fast cache
13 years ago
Robin Appelman
51566e87c7
add prefix option to OC_Cache::clear
13 years ago
Robin Appelman
2b74778958
add method to OC_Cache to check whether a fast cache (apc/xdebug/etc) is available
13 years ago
Bart Visscher
531c1c509c
Cache: Add APC and XCache to global cache handler
13 years ago
Bart Visscher
4e4a1a4274
Cache: Use getUserCache cache in OC_Cache
13 years ago
Bart Visscher
cae089df91
Cache: Create global cache in OC_Cache
13 years ago
Bart Visscher
8dba47d466
Add layer to select fast or slow cache for storing values
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
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