summaryrefslogtreecommitdiffstats
path: root/lib/cache/file.php
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-118/+0
| | | | | Conflicts: lib/private/vcategories.php
* OC_Cache namespace changes and add UserCache to server container.Thomas Tanghus2013-09-171-6/+7
| | | | Refs #4863
* Always check variable type before using readdir to avoid surprisesArthur Schiwon2013-09-041-3/+8
|
* use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-191-2/+2
|
* oc_cache needs to disable file proxys for read/write operation. Otherwise ↵Bjoern Schiessle2013-08-081-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 Schiwon2013-06-031-0/+1
| | | | it. Fixes #2553 and #2374
* make sure we can do our tests againRobin Appelman2012-10-101-2/+2
|
* Respect coding styleThomas Müller2012-09-101-1/+1
|
* adding space between) and {Thomas Mueller2012-09-071-6/+6
|
* $storage shouldn't be static in OC_Cache_FileMichael Gapczynski2012-08-291-1/+1
|
* Fix OC_Cache_FileBart Visscher2012-08-291-4/+4
|
* fixing: apps/files/ajax/scan.phpThomas Mueller2012-08-291-1/+1
|
* Remember storage view in OC_Cache_FileBart Visscher2012-08-281-1/+6
|
* Clean user cache on loginBart Visscher2012-08-281-0/+21
|
* add prefix option to OC_Cache::clearRobin Appelman2012-07-221-2/+3
|
* OC_Cache_File ttl=0 indicates forever, but expire in a day to keep the cache ↵Bart Visscher2012-06-051-1/+4
| | | | clean
* Added hasKey() method to OC_Cache.Thomas Tanghus2012-06-051-7/+15
|
* add OC_Cache::clearRobin Appelman2012-06-051-4/+19
|
* return null when a cache variable is not setRobin Appelman2012-06-051-3/+3
|
* Calendar & Contacts: Store import progress in OC_CacheBart Visscher2012-06-041-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.