summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2013-07-11allow unsharing specific articles / creating new share keyAndrew Dolgov
2013-07-11add plugin to show all shared articlesAndrew Dolgov
2013-07-10Update init.phpandryyy
2013-07-10remove query_headlines example pluginAndrew Dolgov
2013-07-10Merge branch 'hookhead' of git://github.com/justauserx/Tiny-Tiny-RSS into ↵Andrew Dolgov
justauserx-hookhead
2013-07-10fix mark_button plugin icon urlAndrew Dolgov
2013-07-10integrate silk icons by Mark JamesAndrew Dolgov
2013-07-07Merge branch 'master' of http://github.com/gothfox/Tiny-Tiny-RSSjustauser
updating from github]
2013-07-07changes to add hook_query_headlinesjustauser
2013-07-01getting last_marked value from starred.jsonKonstantin Ufimtsev
2013-06-25af_dilbert: fix typoAndrew Dolgov
2013-06-25add af_dilbertAndrew Dolgov
2013-06-13add plugin for bunicomic.comAndrew Dolgov
2013-06-05nsfw: fix wrong delimiter when expanding tag_cacheAndrew Dolgov
2013-06-04fix nsfw pluginAndrew Dolgov
2013-05-30Revert "added a personalized email template. if the file:"Andrew Dolgov
This reverts commit f766373271b4d388597f95ef2a55d028fcbca8f1.
2013-05-30Merge branch 'master' of git://github.com/justauserx/Tiny-Tiny-RSS into ↵Andrew Dolgov
justauserx-master
2013-05-29added a personalized email template. if the file:justauser
my_email_article_template.txt exists it will be used, otherwise the default will be used
2013-05-29add af_whompAndrew Dolgov
2013-05-29changed the preg_split to explode per fox. fixed the template tojustauser
have a block for note and only include if there is a note
2013-05-27Added the note text to the body of the email sending articlesjustauser
2013-05-26Changes to support a new version of the phpmailer. Adds a new setting ↵justauser
SMTP_SECURE, which cna have a value of tls, ssl or be empty. This is used for secure SMTP servers. Also added the ability to have multiple email addresses in the to field. Addresses are separated by semicolons (;)
2013-05-19move stylesheets to css/, reference default tt-rss stylesheets fromAndrew Dolgov
default.css to make custom themes easier
2013-05-19googlereaderkeys: add o/enter/? keys like Google ReaderMike Frysinger
2013-05-15redditimgur: support /album/Andrew Dolgov
2013-05-12make appearance of some preference panes more similarAndrew Dolgov
2013-05-07Fixing bugs found by static analysisRasmus Lerdorf
2013-05-07move example plugins to -contribAndrew Dolgov
2013-05-07digest and mobile (old) moved to -contrib repositoryAndrew Dolgov
2013-05-03Modified the behaviour of catchup_visible_articles() in digest mode.Dave Zaikos
The "Mark as read" option now first checks if articles are selected. If so, it only marks as read the selected articles. If no articles are selected, the previous behaviour is executed: marking all visible articles as read.
2013-04-21googlereaderimport: actually pass $link to create_article()Florian Schlichting
otherwise the link db field will be empty, and viewing the original article of an imported starred item results in an empty backend.php page
2013-04-19plugins: bump API versionAndrew Dolgov
2013-04-18make pluginhost a singletonAndrew Dolgov
2013-04-17initialAndrew Dolgov
2013-04-17fix plugins/mobileAndrew Dolgov
2013-04-17fix blank character after opening bracket in function callsAndrew Dolgov
2013-04-17auth_remote: fix typoAndrew Dolgov
2013-04-17fix some missing constructor parametersAndrew Dolgov
2013-04-17remove $linkAndrew Dolgov
2013-04-17db updates, remove init_connection()Andrew Dolgov
2013-04-16add some styling to otp formAndrew Dolgov
2013-04-16set otp field to autocomplete=offAndrew Dolgov
2013-04-16remove password type from otp fieldAndrew Dolgov
2013-04-16disable FOLLOWLOCATION when under open_basedirAndrew Dolgov
2013-04-16ttrssMailer: actually use OOP properlyAndrew Dolgov
2013-04-16mail plugin: fix blank From: headerAndrew Dolgov
2013-04-12add support for plugins adding API methodsAndrew Dolgov
2013-04-11block listing of several util directories; deny access to config.phpAndrew Dolgov
2013-04-11fix import_export plugin for open_basedir; add missing closing form tags to ↵Andrew Dolgov
import_export and googleimport plugin
2013-04-11implement upload-related support for open_basedirAndrew Dolgov