You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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 (;)
13 years ago
..
auth
auth_base: choose random password if not supplied by auth module
13 years ago
db
db-prefs: better error output for missing prefs, digest: hide DIGEST_ENABLE pref missing for unitialized users
13 years ago
feeditem
better support for atom:link elements in rss feeds, support rel=standout (fuck you google and your nonstandard shit)
13 years ago
handler
move stylesheets to css/, reference default tt-rss stylesheets from
13 years ago
logger
make logging configurable; add logging to syslog
13 years ago
pref
add HOOK_PREFS_TAB_SECTION to user manager toolbar
13 years ago
.htaccess
block listing of several util directories; deny access to config.php
13 years ago
api.php
api, getArticle: check for article_id being present
13 years ago
article.php
move stylesheets to css/, reference default tt-rss stylesheets from
13 years ago
backend.php
fix blank character after opening bracket in function calls
13 years ago
db.php
unify houskeeping stuff, increase spawn interval
13 years ago
dbupdater.php
revert OO-db access in dbupdater, create DbUpdater() correctly
13 years ago
dlg.php
classes: use OO DB interface
13 years ago
feedenclosure.php
add basic tinyparser/atom
13 years ago
feeditem.php
move common methods to feeditem_common
13 years ago
feedparser.php
parser: fix get_links() for RSS
13 years ago
feeds.php
Exclude the article author from the cdm title link
13 years ago
handler.php
fix missing DB object when instantiated to import opml
13 years ago
iauthmodule.php
move authentication modules to plugins/
13 years ago
idb.php
reinstate error handlers; better DB error reporting on failed queries
13 years ago
ihandler.php
implement plugin routing masks, add example plugin
13 years ago
logger.php
make logging configurable; add logging to syslog
13 years ago
opml.php
move stylesheets to css/, reference default tt-rss stylesheets from
13 years ago
plugin.php
implement plugin API version compatibility check
13 years ago
pluginhandler.php
make pluginhost a singleton
13 years ago
pluginhost.php
add HOOK_FETCH_FEED
13 years ago
rpc.php
Fixing bugs found by static analysis
13 years ago
ttrssmailer.php
Changes to support a new version of the phpmailer. Adds a new setting SMTP_SECURE,
13 years ago