| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-30 | Merge branch 'feature/phpstan-updates' into 'master' | wn | |
| PHPStan update and addressing findings See merge request tt-rss/tt-rss!122 | |||
| 2025-04-27 | Remove a PHPStan ignore related to PHP < 8 | wn_ | |
| 2025-04-14 | initial attempt to remove mysql-related stuff from tt-rss | Andrew Dolgov | |
| 2025-03-26 | enable ta translation | Andrew Dolgov | |
| 2025-03-14 | add Config::DISABLE_LOGIN_FORM to allow limiting logins to SSO providers | Andrew Dolgov | |
| 2024-12-16 | Merge 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-15 | Don'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-14 | Use 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-24 | Use PHP 8 'str_' functions. | wn_ | |
| A few more characters in some places, but helps with readability. | |||
| 2024-11-23 | Use native union types in most places. | wn_ | |
| 2024-11-23 | update usage of deprecated function | Andrew Dolgov | |
| 2024-11-23 | bump minimum required php version to 8.0 & remove some deprecated code | Andrew Dolgov | |
| 2024-11-18 | Eliminate use of deprecated 'get_pref()' and 'set_pref()'. | wn_ | |
| 2024-11-12 | Address PHPStan findings as of 2.0.1 | wn_ | |
| 2024-08-21 | Fix some broken links and make minor wording tweaks. | wn_ | |
| 2024-08-04 | Replace basic 'isset()' cases with the null coalescing operator. | wn_ | |
| 2024-07-12 | Move side effects out of the 'Sessions' constructor. | wn_ | |
| 2024-07-11 | Add and use the 'Sessions' class. | wn_ | |
| 2024-07-05 | Switch 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-14 | Merge branch 'master' into weblate-integration | Andrew Dolgov | |
| 2024-04-20 | Move 'include/functions.php' require into Composer autoloader. | wn_ | |
| Autoloader regenerated with 'composer dump-autoload --optimize'. | |||
| 2024-03-26 | Make 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-06 | drop es_LA, move es_ES to es | Andrew Dolgov | |
| 2024-02-21 | add HOOK_VALIDATE_SESSION | Andrew Dolgov | |
| 2024-01-13 | Merge 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 deprecated | Andrew Dolgov | |
| * add per-user preference for minimal score required for digest | |||
| 2024-01-08 | Clean 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-26 | Fix class names in some more places. | wn_ | |
| Related to the PSR-4 move via 865ecc87963dc3b26e66296616eef2a1cc41ac3f | |||
| 2023-10-25 | move to psr-4 autoloader | Andrew Dolgov | |
| 2023-10-22 | remove startup checks for SELF_URL_PATH, rely on auto-detection instead | Andrew Dolgov | |
| 2023-02-25 | Merge branch 'master' of git.tt-rss.org:tt-rss/tt-rss | Andrew Dolgov | |
| 2023-02-25 | require PHP to have support for flock() | Andrew Dolgov | |
| 2023-02-10 | Fix calculating average color for *.ico | Chih-Hsuan Yen | |
| Currently colorPalette() always fails for *.ico due to a logic error. It's a regression from 8f749fe61b038833069c4e2d0dec4749643b4371. | |||
| 2022-12-30 | deal with type errors in batch feed editor properly, un-deprecate PDO ↵ | Andrew Dolgov | |
| wrapper functions and document them for posterity | |||
| 2022-12-30 | batch 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-10 | Return true in custom error handler for proper suppression | jmechnich | |
| 2022-10-01 | Fix handling of suppressed errors | jmechnich | |
| 2022-08-22 | update gl translation label (2) | Andrew Dolgov | |
| 2022-08-22 | update gl translation label | Andrew Dolgov | |
| 2022-08-21 | enable gl translation (Galician) | Andrew Dolgov | |
| 2022-08-12 | Use the null coalescing assignment operator in various places. | wn_ | |
| 2022-07-24 | * add HOOK_LOGINFORM_ADDITIONAL_BUTTONS | Andrew Dolgov | |
| * allow plugins to inject JS code into login form | |||
| 2022-04-18 | fix be locale label | Andrew Dolgov | |
| 2022-04-18 | enable Belarusian translation (proper UI label pending) | Andrew Dolgov | |
| 2022-02-20 | * Feeds::_get_counters - fix retrieving unread for tags | Andrew Dolgov | |
| * mark several symbols as @deprecated properly * replace uses of (deprecated) getFeedUnread() with Feeds::_get_counters() | |||
| 2021-11-23 | mark clean() return value as nullable | Andrew Dolgov | |
| 2021-11-20 | format_backtrace: revise previous to only try truncating/adding actual strings | Andrew Dolgov | |
| 2021-11-20 | * sql_bool_to_bool: make parameter nullable | Andrew Dolgov | |
| * errorhandler: don't try to truncate null strings * UrlHelper::rewrite_relative: fix undefined offset warnings for URLs that lack schema/host (data: etc) | |||
| 2021-11-14 | Address PHPStan warnings in 'include/colors.php'. | wn_ | |
| Also some formatting for readability. | |||
| 2021-11-14 | Address PHPStan warning in 'classes/pref/prefs.php'. | wn_ | |
| Also update 'select_hash' and 'select_tag' values param, which can have int or string keys. | |||