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 42173386b3 dirname(__FILE__) -> __DIR__ 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 db-prefs: minor cleanup, add warnings if unknown prefs are requested 3 years ago
feeditem article: unify naming 3 years ago
handler fix several issues reported by phpstan 3 years ago
logger remove PHPMD.UnusedFormalParameter 3 years ago
pref fix several issues reported by phpstan 3 years ago
api.php fix several issues reported by phpstan 3 years ago
article.php reinstate HOOK_RENDER_ENCLOSURE 3 years ago
counters.php counters: just merge everything at once 3 years ago
db.php drop legacy DB interface and related sanity checks 3 years ago
dbupdater.php dbupdater: unify naming 3 years ago
debug.php use self:: in some places to invoke static methods from the same class 4 years ago
digest.php fix several issues reported by phpstan 3 years ago
diskcache.php rename public.php/cached_url to cached 3 years ago
feedenclosure.php remove some redundant php closing tags 7 years ago
feeditem.php article: unify naming 3 years ago
feedparser.php fix some more warnings reported by phpstan 3 years ago
feeds.php fix several issues reported by phpstan 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
ihandler.php remove some redundant php closing tags 7 years ago
labels.php for the most part, deal with filter rules UI 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 move published OPML endpoint to public.php 3 years ago
plugin.php * add (disabled) shortcut syntax for plugin methods 3 years ago
pluginhandler.php * add (disabled) shortcut syntax for plugin methods 3 years ago
pluginhost.php dirname(__FILE__) -> __DIR__ 3 years ago
rpc.php move published OPML endpoint to public.php 3 years ago
rssutils.php Remove check against the old file in 'RSSUtils::check_feed_favicon'. 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 bookmarklet-related methods out of public.php into the plugin 3 years ago