summaryrefslogtreecommitdiff
path: root/plugins/af_zz_imgproxy
AgeCommit message (Collapse)Author
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-04-23Respect 'proxy_all' during optional SSL whitelist rewritewn_
2017-04-23Compare end of domains when checking known SSL whitelist.wn_
For example: "imgur.com.mysite.com" should not match the "imgur.com" whitelist entry.
2017-04-22af_zz_imgproxy: add gfycat to ssl whitelistAndrew Dolgov
2017-04-20af_zz_imgproxy: implement a whitelist of known sites that have optional SSLAndrew Dolgov
2017-03-23when choosing enclosures to embed or rewrite (af_zz_imgproxy) only use ↵Andrew Dolgov
content type instead of "filename"-based hacks
2017-03-23remove local file extensions and generalize some method names for cached mediaAndrew Dolgov
file extensions may still be present in urls, but are ignored by the backend MIGRATION (if you have any cached data worth keeping, not required): in cache/images run "rename 's/\..*$//' *" i.e. strip file extensions
2017-02-14af_zz_imgproxy: remove filter hook, not neededAndrew Dolgov
2017-02-14af_zz_imgproxy: rewrite to absolute url; add on-parse article filter hook to ↵Andrew Dolgov
handle redirect situation in case frontend has open_basedir (disabled currently)
2017-02-13af_zz_imgproxy: truncate url in error pngAndrew Dolgov
2017-02-13af_zz_imgproxy: show GD-based (if possible) error message on proxy failureAndrew Dolgov
2017-02-13af_zz_imgproxy: disable api render hook: pointless, because api clients ↵Andrew Dolgov
won't have an authenticated cookie-based session
2017-02-13af_zz_imgproxy: fix typoAndrew Dolgov
2017-02-12fix previous, againAndrew Dolgov
2017-02-12af_zz_imgproxy: limit enclosure rewriting to imagesAndrew Dolgov
2017-02-12add HOOK_ENCLOSURE_ENTRY for af_zz_imgproxy (2)Andrew Dolgov
2017-02-12add HOOK_ENCLOSURE_ENTRY for af_zz_imgproxyAndrew Dolgov
2017-02-10af_zz_imgproxy: redirect to caller url unless called in user contextAndrew Dolgov
2017-02-10allow user plugins to expose public methods out in a limited fashionAndrew Dolgov
2017-02-10add some print_checkbox/print_button calls; rename some plugin preference ↵Andrew Dolgov
pane titles
2017-02-10af_zz_imgproxy: urlencode() url parameter, DUHAndrew Dolgov
2017-02-10af_zz_imgproxy: add optional setting to proxy all remote imagesAndrew Dolgov
functions: add some form helper methods
2017-02-10af_zz_imgproxy: use inline disposition, misc updatesAndrew Dolgov
2017-02-10update af_zz_imgproxy to plug into built-in image cachingAndrew Dolgov
2017-02-10add af_zz_imgproxy (initial)Andrew Dolgov