summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-03-26enable ta translationAndrew Dolgov
2025-03-14add Config::DISABLE_LOGIN_FORM to allow limiting logins to SSO providersAndrew Dolgov
2024-12-16Merge branch 'feature/php-misc' into 'master'Andrew Dolgov
2024-12-15Don't bother passing unused arguments to 'TimeHelper::make_local_datetime()'.wn_
2024-12-14Use the spread operator instead of 'array_merge' in more places.wn_
2024-11-24Use PHP 8 'str_' functions.wn_
2024-11-23Use native union types in most places.wn_
2024-11-23update usage of deprecated functionAndrew Dolgov
2024-11-23bump minimum required php version to 8.0 & remove some deprecated codeAndrew Dolgov
2024-11-18Eliminate use of deprecated 'get_pref()' and 'set_pref()'.wn_
2024-11-12Address PHPStan findings as of 2.0.1wn_
2024-08-21Fix some broken links and make minor wording tweaks.wn_
2024-08-04Replace basic 'isset()' cases with the null coalescing operator.wn_
2024-07-12Move side effects out of the 'Sessions' constructor.wn_
2024-07-11Add and use the 'Sessions' class.wn_
2024-07-05Switch to the non-deprecated form of 'session_set_save_handler'.wn_
2024-06-14Merge branch 'master' into weblate-integrationAndrew Dolgov
2024-04-20Move 'include/functions.php' require into Composer autoloader.wn_
2024-03-26Make implicit nullable parameters explicitly nullable.wn_
2024-03-06drop es_LA, move es_ES to esAndrew Dolgov
2024-02-21add HOOK_VALIDATE_SESSIONAndrew Dolgov
2024-01-13Merge branch 'feature/unused-var-cleanup' into 'master'Andrew Dolgov
2024-01-09 * mark get_pref/set_pref wrappers as deprecatedAndrew Dolgov
2024-01-08Clean up some unused variables.wn_
2023-10-26Fix class names in some more places.wn_
2023-10-25move to psr-4 autoloaderAndrew Dolgov
2023-10-22remove startup checks for SELF_URL_PATH, rely on auto-detection insteadAndrew Dolgov
2023-02-25Merge branch 'master' of git.tt-rss.org:tt-rss/tt-rssAndrew Dolgov
2023-02-25require PHP to have support for flock()Andrew Dolgov
2023-02-10Fix calculating average color for *.icoChih-Hsuan Yen
2022-12-30deal with type errors in batch feed editor properly, un-deprecate PDO wrapper...Andrew Dolgov
2022-12-30batch feed editor:Andrew Dolgov
2022-10-10Return true in custom error handler for proper suppressionjmechnich
2022-10-01Fix handling of suppressed errorsjmechnich
2022-08-22update gl translation label (2)Andrew Dolgov
2022-08-22update gl translation labelAndrew Dolgov
2022-08-21enable gl translation (Galician)Andrew Dolgov
2022-08-12Use the null coalescing assignment operator in various places.wn_
2022-07-24 * add HOOK_LOGINFORM_ADDITIONAL_BUTTONSAndrew Dolgov
2022-04-18fix be locale labelAndrew Dolgov
2022-04-18enable Belarusian translation (proper UI label pending)Andrew Dolgov
2022-02-20 * Feeds::_get_counters - fix retrieving unread for tagsAndrew Dolgov
2021-11-23mark clean() return value as nullableAndrew Dolgov
2021-11-20format_backtrace: revise previous to only try truncating/adding actual stringsAndrew Dolgov
2021-11-20 * sql_bool_to_bool: make parameter nullableAndrew Dolgov
2021-11-14Address PHPStan warnings in 'include/colors.php'.wn_
2021-11-14Address PHPStan warning in 'classes/pref/prefs.php'.wn_
2021-11-11Address PHPStan warnings in 'include/functions.php'.wn_
2021-11-11Address PHPStan warnings in 'include/errorhandler.php'.wn_
2021-11-11Address PHPStan warnings in 'include/controls_compat.php'.wn_