summaryrefslogtreecommitdiff
path: root/classes/diskcache.php
AgeCommit message (Expand)Author
2021-02-22migrate the rest into Config::Andrew Dolgov
2021-02-22wip: initial for config objectAndrew Dolgov
2021-02-19rename public.php/cached_url to cachedAndrew Dolgov
2021-02-15diskcache: unify namingAndrew Dolgov
2021-02-08move some old-style handlers to new callback onesAndrew Dolgov
2021-02-06fix some more warnings reported by phpstanAndrew Dolgov
2021-01-15pluginhost: load plugin data automatically (also marks load_data method as pr...Andrew Dolgov
2020-11-04allow audio to be sent to client from the cacheJohn Aylward
2020-10-01hide uninteresting errors in several DOMDocument->loadHTML() invocationsAndrew Dolgov
2020-09-22remove a lot of stuff from global context (functions.php), add a few helper c...Andrew Dolgov
2020-09-15af_proxy_http: never print received data directly, always redirect to cached_urlAndrew Dolgov
2020-09-14- fix multiple vulnerabilities in af_proxy_httpAndrew Dolgov
2020-06-15better support for image srcset attributes as discussed in https://community....Andrew Dolgov
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