summaryrefslogtreecommitdiff
path: root/plugins/af_redditimgur/init.php
AgeCommit message (Collapse)Author
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
2015-07-10redditimgur: extract video poster urlsAndrew Dolgov
2015-07-09redditimgur: don't try to readability parse youtube, add another youtube ↵Andrew Dolgov
embed variant
2015-07-09redditimgur: don't try to readability parse twitterAndrew Dolgov
2015-07-09af_redditimgur: do not reinline content extracted by readabilityAndrew Dolgov
2015-07-08move readability libs to system locationAndrew Dolgov
2015-07-08Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2015-07-08af_redditimgur: check if document is text/html before trying to readability ↵Andrew Dolgov
parse it
2015-07-07af_redditimgur: improve youtube detection a bitAndrew Dolgov
2015-07-07af_redditimgur: fix youtube regexp, try to inline images again if parsedAndrew Dolgov
using readability
2015-07-06af_redditimgur: do not embed content of reddit linksAndrew Dolgov
2015-07-06fix previous AGAIN aarghAndrew Dolgov
2015-07-06fix previous, oopsAndrew Dolgov
2015-07-06rewrite relative urls in readability outputAndrew Dolgov
2015-07-06add af_readabilityAndrew Dolgov
2015-07-06af_redditimgur: update descriptionAndrew Dolgov
2015-07-06sanitize: allow <hr> elementsAndrew Dolgov
af_redditimgur: optionally add original content using Readability php implementation
2015-07-06af_redditimgur: embed youtube linksAndrew Dolgov
2015-07-06af_redditimgur: add <video> controlsAndrew Dolgov
2015-07-06af_redditimgur: add yet another imgur album variantAndrew Dolgov
2015-07-05af_redditimgur: better handling of image urls with multiple-character ↵Andrew Dolgov
numeric suffixes
2015-07-05af_redditimgur: support gfycat embedsAndrew Dolgov
2015-05-18af_redditimgur: reinstate img placeholder for <video> rewrites to ↵Andrew Dolgov
auto-disable embedding attachments, ignore duplicate images when embedding album links
2015-05-15redditimgur: iframes are garbageAndrew Dolgov
2015-05-15af_redditimgur: gifv: fix iframe not being wide enough, fix indentingAndrew Dolgov
2015-05-14Correct variablealiz27
2015-05-14Allow links to m.imgur.com pagesaliz27
2015-05-14Sometimes imgur links has ?1 in the urlaliz27
2015-05-14Support .gifvaliz27
2015-02-03af_redditimgur: add support for bullshit ajaxified imgur albumsAndrew Dolgov
2014-08-18plugins: remove obsolete plugin_data/stored stuffAndrew Dolgov