summaryrefslogtreecommitdiff
path: root/plugins/cache_starred_images
AgeCommit message (Expand)Author
2022-12-19 * bring back cache-busting for feed icons based on timestampAndrew Dolgov
2022-11-24deprecate DiskCache->touch()Andrew Dolgov
2022-08-12Replace use of 'array_merge' with the spread operator and 'array_push' in var...wn_
2022-01-16Fix starred images not being deletedPhilip Klempin
2021-11-18 * base plugin class: correct description of hook_house_keeping()Andrew Dolgov
2021-11-14deal with phpstan warnings in plugins/cache_starred_images.phpAndrew Dolgov
2021-11-14normalize some mismatching hook function definitions to match base Plugin classAndrew Dolgov
2021-03-01hide version for bundled plugins because it's meaningless; for everything els...Andrew Dolgov
2021-02-22migrate the rest into Config::Andrew Dolgov
2021-02-17cache_starred_images: don't try to use undefined array indexAndrew Dolgov
2021-02-17cache_starred_images: minor fixesAndrew Dolgov
2021-02-15diskcache: unify namingAndrew Dolgov
2021-02-08remove PHPMD.UnusedFormalParameterAndrew Dolgov
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
2019-08-14consistency: use DiskCache->exists() to check for present filesAndrew Dolgov
2019-08-14retire MIN_CACHE_FILE_SIZEAndrew 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-06-20move more globals to more appropriate placesAndrew Dolgov
2019-03-21domdocument: remove old meta charset unicode hacks, replace with shorter xml ...Andrew Dolgov
2018-11-30debug logging system rework:Andrew Dolgov
2018-11-30cache_starred_articles: limit maximum amount of download attempts per-article...Andrew Dolgov
2018-05-20implement hard limits on downloaded data size for general fetching and cache ...Andrew Dolgov
2017-12-03plugins/cache_starred_images: use PDOAndrew Dolgov
2017-10-08remove apache-specific x-sendfile stuffAndrew Dolgov
2017-05-29tunables:Andrew Dolgov
2017-04-26update phpmd ruleset to use (subset) of cleancodeAndrew Dolgov
2017-02-04image cache: do not try to cache data: schema urls; add caching of html5 vide...Andrew Dolgov
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