summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2021-12-14 * fox.form.Select: add several properties allowing it to betterAndrew Dolgov
2021-12-14Handle another potential 'SUM()' null situation in Feeds.wn_
2021-12-14Add a note on why ed74c43f18 was needed.wn_
2021-12-14Handle the admin user not having any entries in 'Feeds::_get_global_unread'.wn_
2021-12-06 * add HOOK_POST_LOGOUTAndrew Dolgov
2021-12-03Merge pull request 'Prevent "Undefined index: version" events for git version...fox
2021-12-02Fixes declaration of Pref_Prefs::csrf_ignore to match IHandler::csrf_ignorejbaldus
2021-12-02Prevent "Undefined index: version" events for git version with open_basedir a...ltGuillaume
2021-12-01api, getHeadlines: properly accept feed_id 0Andrew Dolgov
2021-12-01Revert "various fixes vor php 8.1 compatibility"Andrew Dolgov
2021-12-01Revert "replace strftime with date"Andrew Dolgov
2021-11-30replace strftime with dateDavid Edler
2021-11-30various fixes vor php 8.1 compatibilityDavid Edler
2021-11-29remove mixed type hints from function arguments because we still support PHP7Andrew Dolgov
2021-11-29 * fix showing headlines for tag-based virtual feedsAndrew Dolgov
2021-11-24urlhelper: add debugging output for download attemptsAndrew Dolgov
2021-11-23api: don't try to pass null login/password when subscribing to feedAndrew Dolgov
2021-11-23_get_version:Andrew Dolgov
2021-11-20 * sql_bool_to_bool: make parameter nullableAndrew Dolgov
2021-11-20sanitize: make force_remove_images nullableAndrew Dolgov
2021-11-19feeds/add: force cast category id to integerAndrew Dolgov
2021-11-19Merge pull request 'Consistently handle param string to bool conversions in h...fox
2021-11-19Merge pull request 'Fix Undefined array key "order_by"' (#54) from klempin/tt...fox
2021-11-19Merge pull request 'Don't type DiskCache's $mimeMap.' (#55) from wn/tt-rss:bu...fox
2021-11-18Don't type DiskCache's $mimeMap.wn_
2021-11-18Fix Undefined array key "order_by"Philip Klempin
2021-11-18Fix 'view_mode' default in API#getHeadlines()wn_
2021-11-18Switch from null to false as the default for missing bool params.wn_
2021-11-18Actually, always clean in Handler._param_to_bool()wn_
2021-11-18Clean string params in Handler._param_to_bool()wn_
2021-11-18Consistently handle param string to bool conversions in handlers.wn_
2021-11-18config: use phpdoc comments for global options, etcAndrew Dolgov
2021-11-18API/catchupFeed: properly pass is_cat as boolAndrew Dolgov
2021-11-18 * base plugin class: correct description of hook_house_keeping()Andrew Dolgov
2021-11-18_format_headlines_list: fix phpstan warning properlyAndrew Dolgov
2021-11-18API: fix unexpected null being passed to _order_to_override_queryAndrew Dolgov
2021-11-18API: force methods to return bool to make wrap() mistakes easier to trackAndrew Dolgov
2021-11-18api: a few more returns in loginAndrew Dolgov
2021-11-18api: don't return errors on login successAndrew Dolgov
2021-11-17Minor correction to RSSUtils::cache_enclosures() $enclosures param type.wip-phpstan-level6wn_
2021-11-17Switch FeedParser back to described behavior for setting 'error'.wn_
2021-11-17document a few more plugin hooksAndrew Dolgov
2021-11-17add descriptions for some plugin hooksAndrew Dolgov
2021-11-17better check for dockerAndrew Dolgov
2021-11-17correctly show non-docker git installs as unsupportedAndrew Dolgov
2021-11-16pluginhost: set stricter @paramsAndrew Dolgov
2021-11-16adjust phpdoc tags for hook definitions/constants (make them reference each o...Andrew Dolgov
2021-11-16not dead: Article.assigntolabel etc are exported methods called by frontend (...Andrew Dolgov
2021-11-16Merge branch 'wip-phpstan-level6' of git.tt-rss.org:fox/tt-rss into wip-phpst...Andrew Dolgov
2021-11-16mailer: don't crash if php mail() fails with no reported errorsAndrew Dolgov