summaryrefslogtreecommitdiff
path: root/plugins/af_redditimgur
AgeCommit message (Collapse)Author
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
2017-12-03plugins/af_redditimgur: use PDOAndrew Dolgov
2017-12-02checkbox to sql bool related changes, some more boolean fixesAndrew Dolgov
2017-09-17af_redditimgur: use common header retrieval functionwn_
2017-09-17af_redditimgur: Rework retrieval of v.redd.it fallback URL.wn_
Use the v.redd.it redirects to identify the original Reddit post, whose JSON should have the fallback_url we're looking for.
2017-09-17af_redditimgur: Use v.redd.it fallback URL when possible.wn_
2017-09-16af_redditimgur: add basic support for v.redd.it videosAndrew Dolgov
2017-09-09Use 'saveHTML' when generating HTML from a DOMDocument.wn_
This primarily occurs when modifying article content. If 'saveXML' is used following 'loadHTML' there is the possibility of strangeness, such as a self-closing anchor tag. Note that the DOMDocument used in 'classes/feeditem/atom.php' came from 'loadXML', but we use 'saveHTML' since we're returning HTML content.
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-10add some print_checkbox/print_button calls; rename some plugin preference ↵Andrew Dolgov
pane titles
2017-02-10use print_hidden() for hidden dojo form fieldsAndrew Dolgov
2017-01-29af_redditimgur: inline streamable.com videosAndrew Dolgov
2016-08-02tweet embed: force utf-8Andrew Dolgov
2016-08-02af_redditimgur: rework gfycat pagesAndrew Dolgov
2016-08-02af_redditimgur: support .mp4 linksAndrew Dolgov
2016-08-02readability: increase maximum source document size, reorganize the reddit ↵Andrew Dolgov
plugin code a bit
2016-08-02af_redditimgur: relax poster image url condition for imgur a bitAndrew Dolgov
2016-08-01af_redditimgur: only check embed url variants unless match is foundAndrew Dolgov
2016-08-01basic tweet embedding using oembedAndrew Dolgov
2016-08-01af_redditimgur: try to guess images to embed using content-typeAndrew Dolgov
2016-07-26af_redditimgur: support video elements in imgur albumsAndrew Dolgov
2016-07-26af_redditimgur: use browser UA for readability requestsAndrew Dolgov
2016-07-07af_redditimgur: handle i.reddituploads.com as picturesAndrew Dolgov
2016-07-05af_redditimgur: make sure content_link is defined even if content dupcheck ↵Andrew Dolgov
is disabled
2016-03-22af_redditimgur: try to handle mobile imgur albumsAndrew Dolgov
2016-03-20af_redditimgur: relax youtube matching a bitAndrew Dolgov