summaryrefslogtreecommitdiff
path: root/plugins/cache_starred_images
AgeCommit message (Collapse)Author
2018-11-30debug logging system rework:Andrew Dolgov
* support various logging levels per-message * remove hacks like debug_suppress, DAEMON_EXTENDED_DEBUG, etc * _debug() is kept as a compatibility shim for plugins
2018-11-30cache_starred_articles: limit maximum amount of download attempts ↵Andrew Dolgov
per-article, consider cache operation a success even if all images were too small (prevents repeated requests)
2018-05-20implement hard limits on downloaded data size for general fetching and cache ↵Andrew Dolgov
plugins: MAX_DOWNLOAD_FILE_SIZE & MAX_CACHE_FILE_SIZE
2017-12-03plugins/cache_starred_images: use PDOAndrew Dolgov
2017-10-08remove apache-specific x-sendfile stuffAndrew Dolgov
implement a hook (HOOK_SEND_LOCAL_FILE) which plugins may use to send files via httpd-specific implementation to increase performance typically on larger files
2017-05-29tunables:Andrew Dolgov
* add CACHE_MAX_DAYS as a tunable generic expiry interval for various cached files * add some comments to tunables in functions.php * rename _MIN_CACHE_FILE_SIZE to MIN_CACHE_FILE_SIZE * respect MIN_CACHE_FILE_SIZE setting in a few more places where content is cached
2017-04-26update phpmd ruleset to use (subset) of cleancodeAndrew Dolgov
fix various minor issues reported by static analysis remove redundant php closing tag from several more files
2017-02-04image cache: do not try to cache data: schema urls; add caching of html5 ↵Andrew Dolgov
video content (similar to cache_starred_images plugin)
2016-01-06cache_starred_images: set filename when sending cached imageAndrew Dolgov
2015-07-07cache_starred_images: also handle html5 mp4 video filesAndrew Dolgov
2015-02-25cache_starred_images: route images to public.phpAndrew Dolgov
2014-08-21remove ob_clean/flush shit as unneeded hacks from cached image output routinesAndrew Dolgov
2013-10-05discard gzipped buffer in cache starred image sender methodAndrew Dolgov
2013-09-06cache starred: only try to chmod cache directory if it is not writableAndrew Dolgov
2013-08-02make cache starred plugin use hook_house_keepingAndrew Dolgov
2013-08-02add plugin to cache images in starred articles; pass article_id toAndrew Dolgov
sanitize