summaryrefslogtreecommitdiff
path: root/classes/diskcache.php
AgeCommit message (Expand)Author
2020-05-12DiskCache: append fake file extension when sending cached files based on mime...Andrew Dolgov
2020-04-29DiskCache: properly deal with srcset attributesAndrew Dolgov
2020-03-12add support for video[@src] in media cachelllusion3418
2020-03-12fix url rewriting for videos with poster and srclllusion3418
2019-08-15DiskCache::rewriteUrls() - remove img[@srcset]Andrew Dolgov
2019-08-14consistency: use DiskCache->exists() to check for present filesAndrew Dolgov
2019-08-14DiskCache: more strict checking for input filenames, getUrl() is no longer st...Andrew Dolgov
2019-08-13* HOOK_ENCLOSURE_ENTRY: pass article_id to handlerAndrew Dolgov
2019-08-13DiskCache::expire: support .no-auto-expiry to prevent automatic cache mainten...Andrew Dolgov
2019-08-13expire_cached_files to DiskCache::expire()Andrew Dolgov
2019-08-13move rewrite_cached_urls to DiskCache::rewriteUrls()Andrew Dolgov
2019-08-13add DiskCache.getUrl() and use it in a bunch of placesAndrew Dolgov
2019-08-13add DiskCache.send; switch af_zz_imgproxy to use DiskCacheAndrew Dolgov
2019-08-13add DiskCache.isWritableAndrew Dolgov
2019-08-13add classes/diskcacheAndrew Dolgov