summaryrefslogtreecommitdiff
path: root/plugins/af_redditimgur
AgeCommit message (Collapse)Author
2021-02-23cleanup some defined-stuffAndrew Dolgov
2021-02-23af_redditimgur: fix an oopsiewip-config-objectAndrew Dolgov
2021-02-22wip: initial for config objectAndrew Dolgov
2021-02-22fix several issues reported by phpstanAndrew Dolgov
2021-02-19 * switch to xhr.post() almost everywhereAndrew Dolgov
* call App.handlerpcjson() automatically on json request (if possible) * show net/log indicators in prefs
2021-02-18shorten many invocations of Ajax.Request in inline form methodsAndrew Dolgov
2021-02-17 * add (disabled) shortcut syntax for plugin methodsAndrew Dolgov
* add controls shortcut for pluginhandler tags * add similar shortcut for frontend * allow plugins to selectively exclude their methods from CSRF checking
2021-02-17plugins: load dialogs via xhr instead of httpAndrew Dolgov
2021-02-17af_redditimgur: cleanup markupAndrew Dolgov
2021-02-16replace a few more controls to new styleAndrew Dolgov
2021-02-16replace print_hidden with hidden_tagAndrew Dolgov
2021-02-14use shortcut echo syntax for php templatesAndrew Dolgov
2021-02-08remove PHPMD.UnusedFormalParameterAndrew Dolgov
2021-02-08rewrite a few more hooksAndrew Dolgov
2021-02-06af_redditimgur: don't try to load empty html; fix a warning in update debuggerAndrew Dolgov
2021-02-06check a few more php8 warningsAndrew Dolgov
2021-02-05initial WIP for php8; bump php version requirement to 7.0Andrew Dolgov
2021-01-23af_redditimgur: handle youtube /embed/ URLsAndrew Dolgov
2021-01-22af_redditimgur: add some last minute handling for generic preview media URLs ↵Andrew Dolgov
provided in JSON
2021-01-21af_redditimgur:Andrew Dolgov
* draw a basic form for testurl() if no url is given * only process specific JSON media files/child elements until something is found * handle generic preview images for self posts (not link posts because link is handled afterwards)
2021-01-19af_redditimgur: cleanup, rework to embed stuff from reddit-provided JSON firstAndrew Dolgov
2021-01-18af_redditimgur: add basic support for reddit galleriesAndrew Dolgov
2021-01-18af_redditimgur: shorten href stuffAndrew Dolgov
2021-01-03af_redditimgur: also blacklist in-content linksAndrew Dolgov
2020-12-20af_redditimgur: also rewrite in the API handlerAndrew Dolgov
2020-12-20af_redditimgur: add option to rewrite reddit URLs to teddit.netAndrew Dolgov
2020-12-18redditimgur: blacklist github because it usually resolves to a huge profile ↵Andrew Dolgov
photo of someone
2020-12-12Address param order deprecation warning for 'af_redditimgur'.wn
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 ↵Andrew Dolgov
classes instead
2020-09-17replace FALSE with false so that static analyzer shuts up about itAndrew Dolgov
2020-09-15af_redditimgur: don't add embedded blank gif image for rewritten videosAndrew Dolgov
2020-06-24core: pass found enclosures to HOOK_ARTICLE_FILTERAndrew Dolgov
af_redditimgur: remove enclosures if we found something to embed because it's going to be a low-res thumbnail
2020-01-04Also match images with query string (size, tokens, etc).koffieanon
2020-01-04Spaces to tabs for consistency.koffieanon
2020-01-04Fix bug processing found due to operator precedence.koffieanon
2019-04-17update plugin readability-related option namesAndrew Dolgov
2019-04-17move readability library to af_readability/vendor out of global vendor directoryAndrew Dolgov
af_redditimgur: use HOOK_GET_FULL_TEXT instead of invoking readability directly
2019-03-05af_redditimgur: update prefs markupAndrew Dolgov
2019-02-06af_redditimgur: apparently imgur has link rel='image_src' now, let's use itAndrew Dolgov
2018-12-06add icons to accordion panels in preferencesAndrew Dolgov
fix typo in pref-prefs closing panel tag
2018-12-02update notify_* calls to use NotifyAndrew Dolgov
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-09-10af_redditimgur: check gfycat content type before embedding, add genericAndrew Dolgov
catchall embedding for og:video metadata
2018-09-09af_redditimgur: simplify handling of gfycat URLsAndrew Dolgov
2018-07-31use catchall exception handler for readabilityAndrew Dolgov
2018-06-21af_readability: check if sanitized content has anything before replacingAndrew Dolgov
original excerpt af_readability, af_redditimgur: check php version before using Readability
2018-06-20remove old-style readability loadingAndrew Dolgov
2018-06-20Af_RedditImgur: update to use readability-phpAndrew Dolgov
2018-05-26af_redditimgur updates:Andrew Dolgov
1. remove special handling for imgur albums/pages because its full on cancerous json garbage now with no scrapeable layout 2. skip all urls leading to reddit.com while trying to embed content 3. implement generic last resort embedding based on meta og:image element