summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
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
2013-09-11updater: add button to call updateself dialog even if no next version detectedAndrew Dolgov
2013-09-06cache starred: only try to chmod cache directory if it is not writableAndrew Dolgov
2013-09-02fix xgettext extraction of plural forms, replace wrong ngettext() calls with ↵Andrew Dolgov
_ngettext(), rebase translations
2013-08-02make cache starred plugin use hook_house_keepingAndrew Dolgov
2013-08-02add plugin to cache images in starred articles; pass article_id toAndrew Dolgov
sanitize
2013-08-02fix af_sciamAndrew Dolgov
2013-08-02af_natgeo: remove some unneeded elementsAndrew Dolgov
2013-08-02add af plugins for nagional geographic and sciamAndrew Dolgov
2013-08-01add no_iframes pluginAndrew Dolgov
2013-07-31add experimental plugin to shorten articles which are too damn long in ↵Andrew Dolgov
expanded cdm
2013-07-25add simple plugin to prevent tt-rss tab flashing on new articlesAndrew Dolgov
2013-07-14Try to use larger GoComics imageJeffrey Tolar
2013-07-11share: indicate whether article is shared or not using the iconAndrew Dolgov
2013-07-11vf_shared: fix warningAndrew Dolgov
2013-07-11share: move unsharing all articles into the pluginAndrew Dolgov
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.