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
Andrew Dolgov 52a86c5e38 Revert "api: get flavor image from plugin-processed content"
This reverts commit a4604e892c.
3 years ago
..
auth add UserHelper::find_user_by_login() and rewrite some user checks to invoke it instead of going through PDO 3 years ago
db initial WIP for php8; bump php version requirement to 7.0 3 years ago
feeditem setArticleTags: prevent duplicate tags being assigned if called twice 4 years ago
handler add Handler_Administrative 3 years ago
logger remove PHPMD.UnusedFormalParameter 3 years ago
pref render headline-specific toolbar on the client 3 years ago
api.php Revert "api: get flavor image from plugin-processed content" 3 years ago
article.php fail better if requested article URL is blank 3 years ago
backend.php rework a few more dialogs to use App.dialogOf() 3 years ago
counters.php fix even more warnings reported by phpstan 3 years ago
db.php db: add type hints 3 years ago
dbupdater.php fix some more warnings reported by phpstan 3 years ago
debug.php use self:: in some places to invoke static methods from the same class 4 years ago
digest.php fix some more warnings reported by phpstan 3 years ago
diskcache.php move some old-style handlers to new callback ones 3 years ago
feedenclosure.php remove some redundant php closing tags 7 years ago
feeditem.php Store language of entries as indicated by the feed. 6 years ago
feedparser.php fix some more warnings reported by phpstan 3 years ago
feeds.php renderToolbar: support empty data i.e. dashboard feed 3 years ago
handler.php handler: default base csrf_ignore() to false 4 years ago
iauthmodule.php fix hierarchy of authentication modules, make everything extend Auth_Base and implement hook_auth_user() for pluginhost 3 years ago
idb.php remove some redundant php closing tags 7 years ago
ihandler.php remove some redundant php closing tags 7 years ago
labels.php fix some more warnings reported by phpstan 3 years ago
logger.php Logger::log - allow specifying errno 4 years ago
mailer.php Logger::log - allow specifying errno 4 years ago
opml.php opml: normalize class name 3 years ago
plugin.php remove PHPMD.UnusedFormalParameter 3 years ago
pluginhandler.php af_readability: add missing file 5 years ago
pluginhost.php pluginhost: a few more warnings and type hints 3 years ago
rpc.php fail better if requested article URL is blank 3 years ago
rssutils.php force _ENABLED_PLUGINS to string when passed to pluginhost 3 years ago
sanitizer.php move some old-style handlers to new callback ones 3 years ago
templator.php replace FALSE with false so that static analyzer shuts up about it 4 years ago
timehelper.php fix several warnings reported by phpstan 3 years ago
urlhelper.php fix several warnings reported by phpstan 3 years ago
userhelper.php move logout_user() to UserHelper 3 years ago