Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cache: mount user mountpoints to make sure that // exists before accessing ↵ | Arthur Schiwon | 2013-06-03 | 1 | -0/+1 |
| | | | | it. Fixes #2553 and #2374 | ||||
* | Rework background job system | Robin Appelman | 2013-04-20 | 1 | -0/+8 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2013-01-16 | 1 | -1/+1 |
|\ | |||||
| * | initialize $result | Thomas Mueller | 2013-01-06 | 1 | -1/+1 |
| | | |||||
* | | make sure we can do our tests again | Robin Appelman | 2012-10-10 | 1 | -2/+2 |
|/ | |||||
* | backwards compat to older xcache versions, don't fail when trying to clear ↵ | Arthur Schiwon | 2012-09-25 | 1 | -0/+6 |
| | | | | cache by prefix | ||||
* | Respect coding style | Thomas Müller | 2012-09-10 | 1 | -2/+2 |
| | |||||
* | Respect coding style | Thomas Müller | 2012-09-10 | 1 | -1/+1 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 5 | -15/+15 |
| | |||||
* | Global file cache should also be able to clear with prefix | Bart Visscher | 2012-09-07 | 1 | -2/+3 |
| | |||||
* | $storage shouldn't be static in OC_Cache_File | Michael Gapczynski | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Fix OC_Cache_File | Bart Visscher | 2012-08-29 | 1 | -4/+4 |
| | |||||
* | fixing: apps/files/ajax/scan.php | Thomas Mueller | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Remember storage view in OC_Cache_File | Bart Visscher | 2012-08-28 | 1 | -1/+6 |
| | |||||
* | Clean user cache on login | Bart Visscher | 2012-08-28 | 1 | -0/+21 |
| | |||||
* | Add background job for global file cache cleanup | Bart Visscher | 2012-08-28 | 1 | -6/+28 |
| | |||||
* | add prefix option to OC_Cache::clear | Robin Appelman | 2012-07-22 | 4 | -9/+12 |
| | |||||
* | Cache: try to set the fast cache in the Broker | Bart Visscher | 2012-06-25 | 1 | -5/+3 |
| | |||||
* | Cache: Add APC and XCache to global cache handler | Bart Visscher | 2012-06-25 | 2 | -2/+20 |
| | |||||
* | Add compatability function for APC cache | Bart Visscher | 2012-06-22 | 1 | -0/+8 |
| | |||||
* | Fix errors for minimizer | Bart Visscher | 2012-06-18 | 1 | -0/+8 |
| | |||||
* | Forgot a file | Bart Visscher | 2012-06-18 | 1 | -0/+70 |
| | |||||
* | Add layer to select fast or slow cache for storing values | Bart Visscher | 2012-06-06 | 1 | -0/+55 |
| | |||||
* | Add OC_Cache implementation for APC | Bart Visscher | 2012-06-05 | 1 | -0/+46 |
| | |||||
* | OC_Cache_File ttl=0 indicates forever, but expire in a day to keep the cache ↵ | Bart Visscher | 2012-06-05 | 1 | -1/+4 |
| | | | | clean | ||||
* | Spelling fixes in XCache files | Bart Visscher | 2012-06-05 | 1 | -3/+2 |
| | |||||
* | add hasKey for XCache backend | Robin Appelman | 2012-06-05 | 1 | -0/+4 |
| | |||||
* | Added hasKey() method to OC_Cache. | Thomas Tanghus | 2012-06-05 | 1 | -7/+15 |
| | |||||
* | add XCache backend and testcases for OC_Cache | Robin Appelman | 2012-06-05 | 1 | -0/+37 |
| | |||||
* | add OC_Cache::clear | Robin Appelman | 2012-06-05 | 1 | -4/+19 |
| | |||||
* | return null when a cache variable is not set | Robin Appelman | 2012-06-05 | 1 | -3/+3 |
| | |||||
* | Calendar & Contacts: Store import progress in OC_Cache | Bart Visscher | 2012-06-04 | 1 | -0/+50 |
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. |