1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00
ttrss/classes
justauser 6dd01fcea2 Changes to support a new version of the phpmailer. Adds a new setting 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-26 11:27:42 -04:00
..
auth auth_base: choose random password if not supplied by auth module 2013-05-07 12:36:09 +04:00
db db-prefs: better error output for missing prefs, digest: hide DIGEST_ENABLE pref missing for unitialized users 2013-05-16 21:57:39 +04:00
feeditem better support for atom:link elements in rss feeds, support rel=standout (fuck you google and your nonstandard shit) 2013-05-26 10:21:54 +04:00
handler move stylesheets to css/, reference default tt-rss stylesheets from 2013-05-19 21:22:01 +04:00
logger make logging configurable; add logging to syslog 2013-04-19 09:45:43 +04:00
pref add HOOK_PREFS_TAB_SECTION to user manager toolbar 2013-05-22 12:02:43 +04:00
.htaccess block listing of several util directories; deny access to config.php 2013-04-11 22:01:10 +04:00
api.php api, getArticle: check for article_id being present 2013-05-15 22:29:31 +04:00
article.php move stylesheets to css/, reference default tt-rss stylesheets from 2013-05-19 21:22:01 +04:00
backend.php fix blank character after opening bracket in function calls 2013-04-17 18:34:18 +04:00
db.php unify houskeeping stuff, increase spawn interval 2013-04-24 14:54:59 +04:00
dbupdater.php revert OO-db access in dbupdater, create DbUpdater() correctly 2013-04-17 21:40:04 +04:00
dlg.php classes: use OO DB interface 2013-04-17 20:12:14 +04:00
feedenclosure.php add basic tinyparser/atom 2013-05-01 17:04:57 +04:00
feeditem.php move common methods to feeditem_common 2013-05-01 21:06:48 +04:00
feedparser.php parser: fix get_links() for RSS 2013-05-24 14:40:47 +04:00
feeds.php Exclude the article author from the cdm title link 2013-05-15 11:39:23 -05: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 reinstate error handlers; better DB error reporting on failed queries 2013-04-17 16:05:54 +04: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 move stylesheets to css/, reference default tt-rss stylesheets from 2013-05-19 21:22:01 +04:00
plugin.php implement plugin API version compatibility check 2013-04-19 17:26:22 +04:00
pluginhandler.php make pluginhost a singleton 2013-04-18 12:27:34 +04:00
pluginhost.php add HOOK_FETCH_FEED 2013-05-20 15:26:53 +04:00
rpc.php Fixing bugs found by static analysis 2013-05-07 00:35:10 -07: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