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 c0fba62fa0 Merge branch 'master' of git.tt-rss.org:fox/tt-rss 3 years ago
..
auth don't try to pass string literal NOW() to ORM as a timestamp 3 years ago
db log applied migrations 3 years ago
feeditem rename unfairly prefixed get_enclosures() in feeditem 3 years ago
handler Minor cleanup in 'Handler_Public->getProfiles' 3 years ago
logger use separate connection for logging 3 years ago
pref OTP: generate longer secrets, also make them easier to read/copy 3 years ago
api.php Switch most of API to ORM 3 years ago
article.php HOOK_ARTICLE_IMAGE: stop after first provided match 3 years ago
config.php throttle login attempts, controlled by Config::AUTH_MIN_INTERVAL 3 years ago
counters.php use orm in some more places; prevent _get_cat_title from hitting the db for uncategorized 3 years ago
db.php set orm and pdo mysql charset on connection 3 years ago
debug.php general cleanup, set some type hints 3 years ago
digest.php fix digest preview not working on mysql because of a quoted LIMIT argument 3 years ago
diskcache.php * sanitize: never rewrite relative links to our own prefix 3 years ago
errors.php check if client-presented URL scheme is different from one configured in SELF_URL_PATH 3 years ago
feedenclosure.php remove some redundant php closing tags 7 years ago
feeditem.php rename unfairly prefixed get_enclosures() in feeditem 3 years ago
feedparser.php fix some more warnings reported by phpstan 3 years ago
feeds.php Adjust quotation marks in search query before 'str_getcsv'. 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 route Logger:log() to user_error() if there's no adapter 3 years ago
mailer.php mailer: stop warning if to_name is unset (it's optional anyway) 3 years ago
opml.php remove published opml (use CLI instead) 3 years ago
plugin.php move around some methods in base plugins class 3 years ago
pluginhandler.php drop errors.php and simplify error handling 3 years ago
pluginhost.php Fix E_NOTICE in `add_handler()`. 3 years ago
prefs.php experimental: add preference to show combined mode headlines as a 2 column grid 3 years ago
rpc.php yet another flex feedtree attempt 3 years ago
rssutils.php Switch 'RSSUtils::update_basic_info' to ORM 3 years ago
sanitizer.php * sanitize: never rewrite relative links to our own prefix 3 years ago
templator.php replace FALSE with false so that static analyzer shuts up about it 4 years ago
timehelper.php use constants in get_pref()/set_pref() 3 years ago
urlhelper.php * limit progressfunction debugging to size quota exceeded notifications 3 years ago
userhelper.php OTP: generate longer secrets, also make them easier to read/copy 3 years ago