Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -118/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | OC_Cache namespace changes and add UserCache to server container. | Thomas Tanghus | 2013-09-17 | 1 | -6/+7 |
| | | | | Refs #4863 | ||||
* | Always check variable type before using readdir to avoid surprises | Arthur Schiwon | 2013-09-04 | 1 | -3/+8 |
| | |||||
* | use strict equals in readdir loops to prevent issues with '0' files | Robin Appelman | 2013-08-19 | 1 | -2/+2 |
| | |||||
* | oc_cache needs to disable file proxys for read/write operation. Otherwise ↵ | Bjoern Schiessle | 2013-08-08 | 1 | -4/+12 |
| | | | | the operation will go through the encryption app which will not work. | ||||
* | Cache: mount user mountpoints to make sure that // exists before accessing ↵ | Arthur Schiwon | 2013-06-03 | 1 | -0/+1 |
| | | | | it. Fixes #2553 and #2374 | ||||
* | make sure we can do our tests again | Robin Appelman | 2012-10-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 | 1 | -6/+6 |
| | |||||
* | $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 prefix option to OC_Cache::clear | Robin Appelman | 2012-07-22 | 1 | -2/+3 |
| | |||||
* | 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 | ||||
* | Added hasKey() method to OC_Cache. | Thomas Tanghus | 2012-06-05 | 1 | -7/+15 |
| | |||||
* | 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. |