summaryrefslogtreecommitdiff
path: root/plugins/af_redditimgur
AgeCommit message (Collapse)Author
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
2016-03-20fix previous wrt single-image imgur pagesAndrew Dolgov
2016-03-20af_redditimgur: fix handling of imgur albums, implement debugging ↵Andrew Dolgov
(method=testurl)
2016-01-31af_redditimgur: add option for previousAndrew Dolgov
2016-01-31af_redditimgur: add (disabled) wip content dupe checkerAndrew Dolgov
2016-01-27remove reddit textnode hack since the feed is broken in a different way nowAndrew Dolgov
2016-01-26only stop inline feed updates with open_basedir enabled if there are any ↵Andrew Dolgov
plugins that require CURL enabled add plugin->flags() returning array with additional plugin information, currently only CURL requirement (optional)
2016-01-23af_redditimgur: implement a hack to deal with reddit rss feed being ↵Andrew Dolgov
currently broken
2015-11-20allow NO_CURL to disable several CURL-related checks in pluginsAndrew Dolgov
af_readability: skip http content-type checking when open_basedir is enabled
2015-11-19drop support for (obsolete, removed from recent php versions) php safe_mode ↵Andrew Dolgov
setting remove ugly hacks for curl + open_basedir combination breaking support for http redirects
2015-10-17af_redditimgur: support gyazo, properly check album domdocuments loading htmlAndrew Dolgov
2015-10-06limit maximum article length allowed for readabilityAndrew Dolgov
2015-08-13various minor style updates, add danger buttonsAndrew Dolgov
2015-08-10af_redditimgur: fix for gfycatAndrew Dolgov
2015-07-29af_redditimgur: check for duplicate first image in imgur albumsAndrew Dolgov
2015-07-27af_redditimgur: remove content-based dupe checking: resource intensive and ↵Andrew Dolgov
not really effective
2015-07-20af_redditimgur: add crude dupe checking based on content linksAndrew Dolgov
2015-07-15af_redditimgur: maybe fix duplicate album imagesAndrew Dolgov
2015-07-11add a quick hack for imgur single page linksAndrew Dolgov
2015-07-11af_redditimgur: some additional .gif -> mp4 rewritingAndrew Dolgov
2015-07-11af_redditimgur: fix imgur single-image pagesAndrew Dolgov