summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
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
2013-04-10mailto: use rawurlencodeAndrew Dolgov
2013-04-09Escape ']]>' (closing CDATA tag) when exporting with import_export pluginJeffrey Tolar
2013-04-09mark_button: fix missing idAndrew Dolgov
2013-04-09implement support for multiple pub/mark buttons, add plugin which adds a ↵Andrew Dolgov
separate mark button to article botton in combined mode (closes #382)
2013-04-08embed_original: change overflow for the iframe content from hidden to autoBernd Amend
Without this change only a portion of the original website is embedded in Firefox 20. The Chromium 26 behavior is as expected with hidden and auto.
2013-04-07move service-dependent auth plugins to contrib repoAndrew Dolgov
2013-04-07add some infoblurbs to the updater plugin, remove experimental noticesAndrew Dolgov
2013-04-05googlereaderimport: support summary elementAndrew Dolgov
2013-04-05fix "embed original" pluginStefan Seidel
2013-04-04move db-updater functionality to public, remove db-updater.phpAndrew Dolgov
2013-04-04add several checks to googleimportplugin to make importing more stableAndrew Dolgov
2013-04-03updater: fix is_writable checkingAndrew Dolgov
2013-04-03plugins/mail: remove secretkey stuffAndrew Dolgov
2013-04-03updater: add /bin and /usr/bin to path before looking for binaries in case ↵Andrew Dolgov
of php-fpm empty environment or whatever
2013-04-02remove some old ?op syntax notation callsAndrew Dolgov
2013-04-02instances: fix a few wrong calls, move genHash method from rpcAndrew Dolgov
2013-04-02af_redditimgur: insert br after imageAndrew Dolgov
2013-04-02import_export: fix syntax error, adapt to work with new gettext syntaxAndrew Dolgov
2013-04-01move addInstance call to instances pluginAndrew Dolgov
2013-03-31import plugin: actually commit the transactionAndrew Dolgov
2013-03-31fix typo which caused sql constraint errorsAndrew Dolgov
2013-03-31googlereaderimport: disable creation of archived feeds until the SQL thing ↵Andrew Dolgov
is resolved