| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-06 | Switch links to the 'tt-rss' GitHub organization. | supahgreg | |
| 2025-10-05 | Switch from 'tt-rss-web-static' links to wiki links. | supahgreg | |
| 2025-10-03 | Remove references to, and integrations with, 'tt-rss.org'. | supahgreg | |
| 2025-08-01 | make default light/dark themes configurable, add support for main ↵ | Andrew Dolgov | |
| application and login form | |||
| 2025-05-21 | Improve naming when working with filter actions. | wn_ | |
| Also updated some related typing and documentation. | |||
| 2025-05-18 | Deprecate and remove use of the 'SUBSTRING_FOR_DATE' constant. | wn_ | |
| With MySQL support removed (b154bc7a10e46dc9fa0406996507c4fd410366da) this constant is unnecessary. | |||
| 2025-05-18 | Remove an outdated check for 'E_DEPRECATED' existence. | wn_ | |
| 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 | |
| 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-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-06-14 | Merge branch 'master' into weblate-integration | Andrew Dolgov | |
| 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-01-09 | * mark get_pref/set_pref wrappers as deprecated | Andrew Dolgov | |
| * add per-user preference for minimal score required for digest | |||
| 2023-02-25 | require PHP to have support for flock() | Andrew Dolgov | |
| 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-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-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 | * 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-11 | Address PHPStan warnings in 'include/functions.php'. | wn_ | |
| 2021-11-11 | Address PHPStan warnings in 'classes/timehelper.php'. | wn_ | |
| 2021-11-11 | Address PHPStan warnings in 'classes/sanitizer.php'. | wn_ | |
| This also includes some minor tweaks to things that call 'Sanitizer::sanitize()'. | |||
| 2021-08-23 | remove SELF_USER_AGENT custom constant, replaced with configurable ↵ | Andrew Dolgov | |
| Config::HTTP_USER_AGENT / Config::get_user_agent() | |||
| 2021-06-17 | clarify some @deprecation notices | Andrew Dolgov | |
| 2021-05-21 | feeditem_atom: support xml:base for enclosures and entry content | Andrew Dolgov | |
| UrlHelper::rewrite_relative: use base URL path if relative url path is not absolute (experimental) | |||
| 2021-03-11 | add Config::LOCAL_OVERRIDE_JS | Andrew Dolgov | |
| 2021-03-04 | fix a bunch of bookmarklets login forms not leading back | Andrew Dolgov | |
| 2021-03-04 | bring back web dbupdate using new migrations system | Andrew Dolgov | |
| 2021-03-02 | move dbupdater to db/updater; move base SCHEMA_VERSION constant inside ↵ | Andrew Dolgov | |
| db/updater class | |||
| 2021-03-02 | * sanitize: never rewrite relative links to our own prefix | Andrew Dolgov | |
| * use Config::get_self_url() instead of get_self_url_prefix() in a bunch of places | |||
| 2021-03-01 | simplify internal authentication code and bump default algo to SSHA-512 | Andrew Dolgov | |
| 2021-03-01 | move version-related stuff to Config; fix conditional feed requests | Andrew Dolgov | |
| 2021-03-01 | we don't need to initialize urlhelper properties | Andrew Dolgov | |
| 2021-03-01 | move startup checks to Config, set a bunch of @deprecated annotations | Andrew Dolgov | |