summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2025-08-01make default light/dark themes configurable, add support for main ↵Andrew Dolgov
application and login form
2025-07-04only exit with nonzero exit code if there was an errorAndrew Dolgov
2025-07-04return nonzero exit code when fatal error is triggered in on a CLI SAPIAndrew Dolgov
2025-05-21Improve naming when working with filter actions.wn_
Also updated some related typing and documentation.
2025-05-18Deprecate and remove use of the 'SUBSTRING_FOR_DATE' constant.wn_
With MySQL support removed (b154bc7a10e46dc9fa0406996507c4fd410366da) this constant is unnecessary.
2025-05-18Remove an outdated check for 'E_DEPRECATED' existence.wn_
2025-05-03error handler - dump caught exception/fatal error to debug log if running ↵Andrew Dolgov
under CLI SAPI
2025-04-30Merge branch 'feature/phpstan-updates' into 'master'wn
PHPStan update and addressing findings See merge request tt-rss/tt-rss!122
2025-04-27Remove a PHPStan ignore related to PHP < 8wn_
2025-04-14initial attempt to remove mysql-related stuff from tt-rssAndrew Dolgov
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
More native typing, use some new PHP stuff See merge request tt-rss/tt-rss!88
2024-12-15Don't bother passing unused arguments to 'TimeHelper::make_local_datetime()'.wn_
There's no point in passing '$long' unless '$no_smart_dt' is set to 'true'.
2024-12-14Use the spread operator instead of 'array_merge' in more places.wn_
PHP 8.1 introduced support for merging string-key arrays (last array with a wins).
2024-11-24Use PHP 8 'str_' functions.wn_
A few more characters in some places, but helps with readability.
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_
As of PHP 8.4 the form with more than 2 arguments is deprecated. This also does some initial work to make the functions behave closer to what SessionHandlerInterface describes. * https://php.watch/versions/8.4/session_set_save_handler-alt-signature-deprecated * https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures * https://www.php.net/manual/en/class.sessionhandlerinterface.php
2024-06-14Merge branch 'master' into weblate-integrationAndrew Dolgov
2024-04-20Move 'include/functions.php' require into Composer autoloader.wn_
Autoloader regenerated with 'composer dump-autoload --optimize'.
2024-03-26Make implicit nullable parameters explicitly nullable.wn_
This is to address a deprecation planned for PHP 8.4. https://wiki.php.net/rfc/deprecate-implicitly-nullable-types
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
Clean up some unused variables. See merge request tt-rss/tt-rss!19
2024-01-09 * mark get_pref/set_pref wrappers as deprecatedAndrew Dolgov
* add per-user preference for minimal score required for digest
2024-01-08Clean up some unused variables.wn_
This is essentially https://gitlab.tt-rss.org/wn/tt-rss/-/commit/1ccc0c8c1af04dd9654b585c6d07e3a75d944a0c without the renames and some other things related to Psalm.
2023-10-26Fix class names in some more places.wn_
Related to the PSR-4 move via 865ecc87963dc3b26e66296616eef2a1cc41ac3f
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
Currently colorPalette() always fails for *.ico due to a logic error. It's a regression from 8f749fe61b038833069c4e2d0dec4749643b4371.
2022-12-30deal with type errors in batch feed editor properly, un-deprecate PDO ↵Andrew Dolgov
wrapper functions and document them for posterity
2022-12-30batch feed editor:Andrew Dolgov
- fix some field changes not applying because of DB type errors - rework to use bound vars instead of sql query concatenation deprecate: checkbox_to_sql_bool(), bool_to_sql_bool()
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
* allow plugins to inject JS code into login form
2022-04-18fix be locale labelAndrew Dolgov