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.
tt-rss/classes
Rob Hoelz baaf4c3043 Make search mechanism pluggable
Currently, TinyTinyRSS can use raw SQL or the Sphinx search engine
for searching.  It would be nice if other search engines (such as
Xapian) could be used, or if features of the underlying SQL engine
(such as MySQL's FULLTEXT indexes) could be leveraged.  This commit
makes searching into a plugin hook, falling back to the builtin behavior
if no search plugin is active.  The Sphinx search behavior has been
broken out into a plugin.
10 years ago
..
auth auth_base: choose random password if not supplied by auth module 11 years ago
db rollback current transaction before trying to report SQL query errors, properly save database error messages when logging query errors 11 years ago
feeditem parser: trim some some feed-extracted data link titles and links 10 years ago
handler generated feeds, add ts= (strtotime) start timestamp 10 years ago
logger make logging configurable; add logging to syslog 11 years ago
pref expand filtertree display to make filters easier to distinguish 10 years ago
.htaccess block listing of several util directories; deny access to config.php 11 years ago
api.php Added syslog reporting for failed API login attempts. 11 years ago
article.php remove some unused code reported by phpmd 11 years ago
backend.php fix blank character after opening bracket in function calls 11 years ago
db.php unify houskeeping stuff, increase spawn interval 11 years ago
dbupdater.php revert OO-db access in dbupdater, create DbUpdater() correctly 11 years ago
dlg.php remove some unused code reported by phpmd 11 years ago
feedenclosure.php support media:description for media: enclosures 11 years ago
feeditem.php move common methods to feeditem_common 11 years ago
feedparser.php parser: trim some some feed-extracted data link titles and links 10 years ago
feeds.php Make search mechanism pluggable 10 years ago
handler.php fix missing DB object when instantiated to import opml 11 years ago
iauthmodule.php move authentication modules to plugins/ 12 years ago
idb.php reinstate error handlers; better DB error reporting on failed queries 11 years ago
ihandler.php implement plugin routing masks, add example plugin 12 years ago
logger.php make logging configurable; add logging to syslog 11 years ago
opml.php opml import: remove unneeded 250 character restriction on feed urls 10 years ago
plugin.php implement plugin API version compatibility check 11 years ago
pluginhandler.php make pluginhost a singleton 11 years ago
pluginhost.php Make search mechanism pluggable 10 years ago
rpc.php remove some unused code reported by phpmd 11 years ago
ttrssmailer.php Changes to support a new version of the phpmailer. Adds a new setting SMTP_SECURE, 11 years ago