| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-09 | Bump the minimum required PHP version to 8.2.0. | wn_ | |
| Discussion: https://gitlab.tt-rss.org/tt-rss/tt-rss/-/merge_requests/85 | |||
| 2024-12-05 | Bump to Alpine 3.21 and PHP 8.4. | wn_ | |
| * https://alpinelinux.org/posts/Alpine-3.21.0-released.html * https://www.php.net/releases/8.4/en.php | |||
| 2024-11-28 | Merge branch 'weblate-integration' into 'master' | Andrew Dolgov | |
| Update translation files See merge request tt-rss/tt-rss!84 | |||
| 2024-11-28 | Update translation files | Hosted Weblate | |
| Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/ | |||
| 2024-11-28 | rebase translations | Andrew Dolgov | |
| 2024-11-26 | also deal with The Oatmeal posts, not just comics | Andrew Dolgov | |
| 2024-11-26 | add af_comics filter for The Oatmeal | Andrew Dolgov | |
| 2024-11-26 | Merge branch 'bugfix/feedparser-rdf-type' into 'master' | Andrew Dolgov | |
| Fix RDF feed support in FeedParser. See merge request tt-rss/tt-rss!83 | |||
| 2024-11-26 | Add+use FeedParser::FEED_UNKNOWN | wn_ | |
| 2024-11-26 | Fix RDF feed support in FeedParser. | wn_ | |
| 2024-11-25 | API: allow catchup for search results (bumps api level to 22) | Andrew Dolgov | |
| 2024-11-24 | Merge branch 'feature/php8-str-funcs' into 'master' | Andrew Dolgov | |
| Use PHP 8 'str_' functions. See merge request tt-rss/tt-rss!81 | |||
| 2024-11-24 | Use PHP 8 'str_' functions. | wn_ | |
| A few more characters in some places, but helps with readability. | |||
| 2024-11-24 | Merge branch 'feature/php8-match' into 'master' | Andrew Dolgov | |
| Use match expressions in some places. See merge request tt-rss/tt-rss!82 | |||
| 2024-11-24 | Use match expressions in some places. | wn_ | |
| 2024-11-24 | allow nullable password in auto_create_user for backwards compatibility | Andrew Dolgov | |
| 2024-11-24 | Merge branch 'getfiltertree-eldritch-horrors' into 'master' | Andrew Dolgov | |
| getfiltertree: switch to ORM and simplify code See merge request tt-rss/tt-rss!79 | |||
| 2024-11-24 | Merge branch 'feature/php8-union-types' into 'master' | Andrew Dolgov | |
| Use native union types in most places. See merge request tt-rss/tt-rss!80 | |||
| 2024-11-24 | make filter search properly case-insensitive | Andrew Dolgov | |
| 2024-11-23 | Use native union types in most places. | wn_ | |
| 2024-11-23 | simplify resulting tree root object | Andrew Dolgov | |
| 2024-11-23 | getfiltertree: switch to ORM and simplify code | Andrew Dolgov | |
| 2024-11-23 | collapse actions summary list in filter tree if 'toggle rule display' is ↵ | Andrew Dolgov | |
| disabled, remove label-specific icon display, simplify markup | |||
| 2024-11-23 | Merge branch 'filter-fixes' into 'master' | Andrew Dolgov | |
| get filter action descriptions on pref_filters class init instead of doing it... See merge request tt-rss/tt-rss!78 | |||
| 2024-11-23 | fix text-muted being set to default text foreground color in light mode, ↵ | Andrew Dolgov | |
| adjust styling of filter actions list | |||
| 2024-11-23 | show cumulative score adjustment (if any) and up to 3 actions total in ↵ | Andrew Dolgov | |
| filter tree | |||
| 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-23 | use select_many() without _expr | Andrew Dolgov | |
| 2024-11-23 | adjust indent | Andrew Dolgov | |
| 2024-11-23 | switch filters _get_rules_list() to ORM | Andrew Dolgov | |
| 2024-11-23 | pass resulting action description through gettext | Andrew Dolgov | |
| 2024-11-23 | set type hint for $action_descriptions | Andrew Dolgov | |
| 2024-11-23 | fix _get_name failing on filters without any rules because of wrong type of JOIN | Andrew Dolgov | |
| 2024-11-23 | get filter action descriptions on pref_filters class init instead of doing ↵ | Andrew Dolgov | |
| it all the time, use ORM in _get_action_name | |||
| 2024-11-23 | fix action params not hiding in edit action dialog if param-less action was ↵ | Andrew Dolgov | |
| initially selected | |||
| 2024-11-23 | pref_filters - refactor _get_name to use ORM, show cumulative score in tree ↵ | Andrew Dolgov | |
| filter description | |||
| 2024-11-21 | Merge branch 'feature/php-qrcode-5.0.x' into 'master' | Andrew Dolgov | |
| Bump 'chillerlan/php-qrcode' to 5.0.x. See merge request tt-rss/tt-rss!77 | |||
| 2024-11-21 | Bump 'chillerlan/php-qrcode' to 5.0.x. | wn_ | |
| * Maintains PHP `7.4` compatibility and adds PHP `8.4` compatibility * The `4.4.x` branch does the same, but I didn't see any reason not to go to `5.0.x`. * https://github.com/chillerlan/php-qrcode/releases | |||
| 2024-11-20 | Merge branch 'wn-master-patch-27216' into 'master' | Andrew Dolgov | |
| Fix array key warning in 'Feeds::_get_headlines()'. See merge request tt-rss/tt-rss!76 | |||
| 2024-11-19 | Fix array key warning in 'Feeds::_get_headlines()'. | wn | |
| 2024-11-19 | Merge branch 'feature/replace-get_pref-and-set_pref' into 'master' | Andrew Dolgov | |
| Eliminate use of deprecated 'get_pref()' and 'set_pref()'. See merge request tt-rss/tt-rss!75 | |||
| 2024-11-18 | Eliminate use of deprecated 'get_pref()' and 'set_pref()'. | wn_ | |
| 2024-11-13 | Merge branch 'feature/phpstan-2.0.x' into 'master' | Andrew Dolgov | |
| PHPStan 2.0.x See merge request tt-rss/tt-rss!74 | |||
| 2024-11-13 | Deal with an error showing up in Gitlab PHPStan runs | wn_ | |
| 2024-11-12 | Minor @var cleanup in Counters | wn_ | |
| 2024-11-12 | Make the 'requireOnce.fileNotFound' PHPStan error ignore more specific. | wn_ | |
| 2024-11-12 | Move 'IVirtualFeed' checks into 'PluginHost::get_feed_handler()'. | wn_ | |
| 2024-11-12 | Remove some PHPStan ignores and make others rule-specific. | wn_ | |
| 2024-11-12 | Address PHPStan findings as of 2.0.1 | wn_ | |