1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00
ttrss/classes
2015-12-03 10:17:32 +03:00
..
auth auth_base: choose random password if not supplied by auth module 2013-05-07 12:36:09 +04:00
db adjust cpu_tuple to 0.5 2015-08-11 20:28:04 +03:00
feeditem feedparser: xpath doesn't properly query for title element if there's a default namespace so let's add a separate ugly hack for rdf:RDF feeds, thanks for that xml dipshits 2015-01-19 21:40:20 +03:00
handler add plugin-based filter actions (see example plugin in attic) 2015-08-11 23:28:42 +03:00
logger make logging configurable; add logging to syslog 2013-04-19 09:45:43 +04:00
pref filters: do not strip_tags() on regexps 2015-12-03 10:17:32 +03:00
.htaccess block listing of several util directories; deny access to config.php 2013-04-11 22:01:10 +04:00
api.php Add optional (default: true), boolean "sanitize" parameter to API::getArticle() method. 2015-11-23 14:57:03 -05:00
article.php tweak filter preview layout a bit; allow previewing matched articles in a popup 2015-09-11 13:05:08 +03: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 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 queryFeedHeadlines: don't check first_id when sorting by oldest first 2015-11-21 22:20:00 +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 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 temporarily enable entity loader when importing opml because idk 2014-12-09 22:54:44 +03:00
plugin.php implement plugin API version compatibility check 2013-04-19 17:26:22 +04: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 don't init plugins when loading everything to make a list, duh 2015-10-08 17:02:32 +03:00
rpc.php rpc, setpref: properly save settings to active profile 2015-09-26 17:31:53 +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