summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2014-12-03fetch_file_contents: support retarded schema-less urlsAndrew Dolgov
af_comics_dilbert: fix for new dilbert.com shenanigans
2014-12-03af_comics_pa: check node exists before trying to manipulate itAndrew Dolgov
2014-11-25no_iframes: remove everything except good iframesAndrew Dolgov
2014-11-15add af_tumblr_1280Andrew Dolgov
2014-11-09add imgsetsizes pluginAndrew Dolgov
2014-10-21add af_comics filter for toothpastefordinnerAndrew Dolgov
2014-09-17Updater: check whether system() is useable.Bram Schoenmakers
system() was disabled on my system for security reasons, but the updater would just continue, only to find out that the tarball hasn't been extracted.
2014-08-26mailto: remove unneeded spaceAndrew Dolgov
2014-08-26mail plugin: use dijit.form.ComboBox to allow random email input instead of ↵Andrew Dolgov
only predefined ones
2014-08-22af_elreg: remove adsAndrew Dolgov
2014-08-22add af_elregAndrew Dolgov
2014-08-21remove ob_clean/flush shit as unneeded hacks from cached image output routinesAndrew Dolgov
2014-08-18plugins: remove obsolete plugin_data/stored stuffAndrew Dolgov
2014-08-12add af_comics_darklegacyAndrew Dolgov
2014-08-08af_fsckportal: remove unused variablesAndrew Dolgov
2014-08-08af_comics_gocomics: fix indentingAndrew Dolgov
2014-08-06fix zoomed versionmcbyte-it
Fixed the gocomics filter to get the zoomed version of the comic
2014-08-06mail plugin: fix typoAndrew Dolgov
2014-08-06mail plugin: use system from addressAndrew Dolgov
2014-07-02mail plugin: destination dropdown css fixAndrew Dolgov
2014-07-02mail plugin: cleanup disabled completion, add configurable destination email ↵Andrew Dolgov
list
2014-07-02mailto plugin: only mail unique articlesAndrew Dolgov
2014-07-02mail plugin: only mail unique articlesAndrew Dolgov
2014-06-16af_comics: add extra fabulous comicsAndrew Dolgov
2014-05-03fix several login parameters not being passed through OTP formAndrew Dolgov
2014-04-23search_sphinx: abort if system client library existsAndrew Dolgov
2014-04-23mention config.php settings in search_sphinx plugin descriptionAndrew Dolgov
2014-04-23Make search mechanism pluggableRob Hoelz
Currently, TinyTinyRSS can use raw SQL or the Sphinx search engine for searching. It would be nice if other search engines (such as Xapian) could be used, or if features of the underlying SQL engine (such as MySQL's FULLTEXT indexes) could be leveraged. This commit makes searching into a plugin hook, falling back to the builtin behavior if no search plugin is active. The Sphinx search behavior has been broken out into a plugin.
2014-04-12Fix permission on cache/upload after upgradealok
The daemon complains about cache/upload after the updater upgrades the installation. This should fix the permissions.
2014-04-02af_comics_cad: do not process news postsAndrew Dolgov
2014-04-01fix af_habrAndrew Dolgov
2014-03-31add af_habrAndrew Dolgov
2014-02-20af_comics: remove filter noticeAndrew Dolgov
2014-02-17af_comics: split filters to separate files to ease maintenanceAndrew Dolgov
2014-02-17Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2014-02-17af_comics: add cad embeddingAndrew Dolgov
2014-02-14Okay, let's fix just the bits of Penny Arcade that actually need fixingkythyria
2014-02-12af_comics: fix for PA new layoutAndrew Dolgov
2014-02-10af_comics: add happyjarAndrew Dolgov
2014-01-28move Zoom stylesheet to a separate fileAndrew Dolgov
update stylesheet/javascript tag helpers to return output instead of printing it
2014-01-17increase randomness of shared url keys a bitAndrew Dolgov
2014-01-09move individual bundled comics-related af plugins to af_comicsAndrew Dolgov
2014-01-09add af_csectionAndrew Dolgov
2013-12-24remove unnecessary wrapping from share uniqid() keysAndrew Dolgov
2013-12-05add no_url_hashes pluginAndrew Dolgov
2013-11-09add af_threewordphaseAndrew Dolgov
2013-10-23add af_fsckportalAndrew Dolgov
2013-10-11af_redditimgur: add workaround for imgur switching to protocol-less links ↵Andrew Dolgov
for images
2013-10-05discard gzipped buffer in cache starred image sender methodAndrew Dolgov
2013-09-30add (undocumented) _CURL_HTTP_PROXYAndrew Dolgov