1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02:00
ttrss/classes
2014-08-18 15:22:02 +04:00
..
auth auth_base: choose random password if not supplied by auth module 2013-05-07 12:36:09 +04:00
db rollback current transaction before trying to report SQL query errors, properly save database error messages when logging query errors 2013-08-02 16:20:39 +04:00
feeditem Store size of enclosure to database 2014-07-15 16:23:46 +02:00
handler properly show cached images in syndicated feeds 2014-06-18 14:55:41 +04:00
logger make logging configurable; add logging to syslog 2013-04-19 09:45:43 +04:00
pref reinstate wrongfully renamed archived feed; properly fix prefs filtertree labels for all feeds (ff5cc7d7) 2014-08-01 13:16:26 +04:00
.htaccess block listing of several util directories; deny access to config.php 2013-04-11 22:01:10 +04:00
api.php Added syslog reporting for failed API login attempts. 2014-01-24 19:19:10 -05:00
article.php fix sharebyurl identifying articles by link instead of special synthesized guid which caused feed entries overwriting shared entries if their link matched 2014-07-17 00:39:13 +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 remove some unused code reported by phpmd 2014-02-19 15:42:52 +04: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 parser: trim some some feed-extracted data link titles and links 2014-03-04 16:38:04 +04:00
feeds.php Copypaste error fix 2014-08-18 15:22:02 +04: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 opml import: remove unneeded 250 character restriction on feed urls 2014-02-26 09:02:42 +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 subscribe hook, give more information to fetch_feed hook 2014-05-19 14:06:52 +02:00
rpc.php remove some unused code reported by phpmd 2014-02-19 15:42:52 +04: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