ttrss/classes
Andrew Dolgov 2f1a29d9c8 generate_syndicated_feed: sanitize content excerpt 2016-04-29 22:00:02 +03:00
..
auth auth_base: choose random password if not supplied by auth module 2013-05-07 12:36:09 +04:00
db actually check for failures properly in the dbupdater 2016-04-26 20:04:24 +03:00
feeditem parser: properly support tag subtrees instead of text content for article content 2016-01-23 01:48:32 +03:00
handler generate_syndicated_feed: sanitize content excerpt 2016-04-29 22:00:02 +03:00
logger store formatted backtrace to sql log 2015-12-04 15:58:20 +03:00
pref pref_filters: sort rules by reg_exp when displaying index 2016-02-19 18:52:54 +03:00
.htaccess block listing of several util directories; deny access to config.php 2013-04-11 22:01:10 +04:00
api.php prevent frontend updating of feeds on view if open_basedir is set to prevent plugins potentially not working correctly (i.e. if backend system has open_basedir disabled) 2016-01-23 12:13:03 +03:00
article.php create_published_article: only use readability if enabled in the plugin 2016-01-29 15:48:44 +03:00
backend.php fix blank character after opening bracket in function calls 2013-04-17 18:34:18 +04:00
db.php actually check for failures properly in the dbupdater 2016-04-26 20:04:24 +03:00
dbupdater.php actually check for failures properly in the dbupdater 2016-04-26 20:04:24 +03:00
dlg.php fix some remaining old-style viewfeed() calls 2015-08-13 09:51:39 +03:00
feedenclosure.php Store size of enclosure to database 2014-07-15 16:23:46 +02:00
feeditem.php move common methods to feeditem_common 2013-05-01 21:06:48 +04:00
feedparser.php atom: consider link rel=alternate in feed element for site urls 2015-04-21 13:40:22 +03:00
feeds.php normalize some html5 custom attributes 2016-03-22 23:43:32 +03:00
handler.php fix missing DB object when instantiated to import opml 2013-04-18 23:19:14 +04:00
iauthmodule.php move authentication modules to plugins/ 2012-12-27 15:14:44 +04:00
idb.php actually check for failures properly in the dbupdater 2016-04-26 20:04:24 +03:00
ihandler.php implement plugin routing masks, add example plugin 2012-12-23 23:05:51 +04:00
logger.php make logging configurable; add logging to syslog 2013-04-19 09:45:43 +04:00
opml.php temporarily enable entity loader when importing opml because idk 2014-12-09 22:54:44 +03:00
plugin.php only stop inline feed updates with open_basedir enabled if there are any plugins that require CURL enabled 2016-01-26 11:45:47 +03:00
pluginhandler.php add a wrapper for standard error codes returned by backend, also add explanation to the error object if possible 2015-03-30 13:02:24 +03:00
pluginhost.php add PluginHost.HOOK_ARTICLE_EXPORT_FEED 2016-03-01 14:39:36 +03:00
rpc.php set smallish timeout on update check, exclude update checking on initial load 2016-03-30 13:32:49 +03:00
ttrssmailer.php Changes to support a new version of the phpmailer. Adds a new setting SMTP_SECURE, 2013-05-26 11:27:42 -04:00