Commit Graph

11882 Commits

Author SHA1 Message Date
Andrew Dolgov c23b76eb72 pass resulting action description through gettext 2024-11-23 11:21:18 +03:00
Andrew Dolgov ce5a96cb30 set type hint for $action_descriptions 2024-11-23 11:14:39 +03:00
Andrew Dolgov bbc28e626a fix _get_name failing on filters without any rules because of wrong type of JOIN 2024-11-23 11:11:19 +03:00
Andrew Dolgov 31ca090c63 get filter action descriptions on pref_filters class init instead of doing it all the time, use ORM in _get_action_name 2024-11-23 11:07:50 +03:00
Andrew Dolgov f28df34fec fix action params not hiding in edit action dialog if param-less action was initially selected 2024-11-23 10:47:41 +03:00
Andrew Dolgov 987936f57a pref_filters - refactor _get_name to use ORM, show cumulative score in tree filter description 2024-11-23 10:26:12 +03:00
Andrew Dolgov 9c1fb45d73 Merge branch 'feature/php-qrcode-5.0.x' into 'master'
Bump 'chillerlan/php-qrcode' to 5.0.x.

See merge request tt-rss/tt-rss!77
2024-11-21 17:36:54 +00:00
wn_ 64a36970d6 Bump 'chillerlan/php-qrcode' to 5.0.x.
* 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-21 17:34:32 +00:00
Andrew Dolgov 1e14fc0fd9 Merge branch 'wn-master-patch-27216' into 'master'
Fix array key warning in 'Feeds::_get_headlines()'.

See merge request tt-rss/tt-rss!76
2024-11-20 01:50:14 +00:00
wn 486c92240a Fix array key warning in 'Feeds::_get_headlines()'. 2024-11-19 23:13:10 +00:00
Andrew Dolgov 4bdd926a1c Merge branch 'feature/replace-get_pref-and-set_pref' into 'master'
Eliminate use of deprecated 'get_pref()' and 'set_pref()'.

See merge request tt-rss/tt-rss!75
2024-11-19 16:46:48 +00:00
wn_ 154abc61a0 Eliminate use of deprecated 'get_pref()' and 'set_pref()'. 2024-11-18 21:59:45 +00:00
Andrew Dolgov 394d606fe9 Merge branch 'feature/phpstan-2.0.x' into 'master'
PHPStan 2.0.x

See merge request tt-rss/tt-rss!74
2024-11-13 18:38:32 +00:00
wn_ 859ce4d7f6 Deal with an error showing up in Gitlab PHPStan runs 2024-11-13 02:11:58 +00:00
wn_ 2dda9f9ab5 Minor @var cleanup in Counters 2024-11-12 04:14:51 +00:00
wn_ 76b9cd8274 Make the 'requireOnce.fileNotFound' PHPStan error ignore more specific. 2024-11-12 03:59:52 +00:00
wn_ 5a200755b8 Move 'IVirtualFeed' checks into 'PluginHost::get_feed_handler()'. 2024-11-12 03:49:58 +00:00
wn_ dca2ae60a1 Remove some PHPStan ignores and make others rule-specific. 2024-11-12 03:38:45 +00:00
wn_ a784305cc7 Address PHPStan findings as of 2.0.1 2024-11-12 03:15:53 +00:00
wn_ e4c57769e0 Upgrade PHPStan to 2.0.1 2024-11-12 01:26:43 +00:00
Andrew Dolgov 6273e26ea4 Merge branch 'feature/search-improvements' into 'master'
Search improvements

See merge request tt-rss/tt-rss!72
2024-11-11 04:36:47 +00:00
Andrew Dolgov 42ebdb027e fix get_self_url() misbehaving in plugins/ 2024-11-04 13:59:02 +03:00
Andrew Dolgov d8718b7574 Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss 2024-11-01 11:02:09 +03:00
Andrew Dolgov b12b2afcc1 Merge branch 'weblate-integration' into 'master'
Translated using Weblate (Arabic (Saudi Arabia))

See merge request tt-rss/tt-rss!73
2024-11-01 08:01:47 +00:00
Andrew Dolgov eb841b761c af_comics - fix for Danby Draws and maybe other similar wodpress-based sites 2024-11-01 10:59:57 +03:00
Younes 710e42cfd8 Translated using Weblate (Arabic (Saudi Arabia))
Currently translated at 59.2% (411 of 694 strings)

Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/ar_SA/
2024-10-24 14:15:51 +00:00
Andrew Dolgov 68da94cc36 move sql patch file stuff after all initialization tasks 2024-10-24 11:35:05 +03:00
Andrew Dolgov dba6a39d2a drop RESTORE_SCHEMA, add simple mechanism to apply SQL patch files after migrations 2024-10-24 11:08:20 +03:00
Andrew Dolgov 9f0eb4d7fc support TTRSS_DB_PORT in container startup scripts 2024-10-21 08:59:55 +03:00
wn_ 842e9af4cf Feeds::_search_to_sql(): updates for clarity and SQL quoting. 2024-10-20 17:57:32 +00:00
wn_ 142ca20cb0 Fix keyword searches with a quoted string value.
Before this change curly braces wrapped the keyword and its value, making the pair get treated as leftover words.

Also make the search query modification and CSV parsing a bit clearer with some comments and minor refactoring.
2024-10-20 16:08:20 +00:00
Andrew Dolgov 5ea96397c0 properly support search queries in viewfeed debugger, improve some debugging messages and output 2024-10-15 19:58:52 +03:00
Andrew Dolgov a58a0cd888 launch gulp from local node_modules 2024-10-15 19:36:26 +03:00
Andrew Dolgov 468f464b48 Merge branch 'feature/guzzle-7.9.2' into 'master'
Update Guzzle to 7.9.2

See merge request tt-rss/tt-rss!70
2024-10-10 16:01:54 +00:00
Andrew Dolgov 7fafad2ac2 Merge branch 'weblate-integration' into 'master'
Added translation using Weblate (Estonian)

See merge request tt-rss/tt-rss!71
2024-10-10 15:57:04 +00:00
wn_ 124c4e2542 Update Guzzle to 7.9.2
https://github.com/guzzle/guzzle/releases
2024-10-07 20:22:01 +00:00
Priit Jõerüüt 946337fd5d Added translation using Weblate (Estonian) 2024-10-04 23:46:37 +02:00
Andrew Dolgov df489df309 Merge branch 'drop-opentelemetry' into 'master'
drop php-http/guzzle7-adapter

See merge request tt-rss/tt-rss!69
2024-10-01 18:50:08 +00:00
Andrew Dolgov 2ea888fdc6 drop php-http/guzzle7-adapter 2024-10-01 18:10:28 +03:00
Andrew Dolgov df33ddaea1 Merge branch 'drop-opentelemetry' into 'master'
drop opentelemetry

See merge request tt-rss/tt-rss!68
2024-10-01 14:54:29 +00:00
Andrew Dolgov 7e0f5f295c drop OPENTELEMETRY_ global config entries 2024-10-01 17:22:37 +03:00
Andrew Dolgov e1bac5d855 composer dump-autoload --optimize 2024-10-01 17:21:28 +03:00
Andrew Dolgov 884fd92f13 drop opentelemetry 2024-10-01 16:00:34 +03:00
Andrew Dolgov 8fcc68baf5 Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss 2024-09-25 12:33:13 +03:00
Andrew Dolgov b3489fa2a7 Merge branch 'weblate-integration' into 'master'
Translated using Weblate (Spanish)

See merge request tt-rss/tt-rss!67
2024-09-25 09:32:58 +00:00
Andrew Dolgov 4ec871eee4 disable absolute redirects & redirect port in phpdoc image 2024-09-25 12:31:14 +03:00
gallegonovato e11bc1cd1c Translated using Weblate (Spanish)
Currently translated at 100.0% (694 of 694 strings)

Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/es/
2024-09-23 13:15:37 +02:00
Andrew Dolgov 8a8ce06965 Merge branch 'weblate-integration' into 'master'
Translated using Weblate (Galician)

See merge request tt-rss/tt-rss!65
2024-09-21 14:21:55 +00:00
Andrew Dolgov 5de5361703 phpdoc - switch to nginx unprivileged 2024-09-21 17:18:28 +03:00
josé m 2636d4dace Translated using Weblate (Galician)
Currently translated at 100.0% (694 of 694 strings)

Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/gl/
2024-09-19 09:02:10 +02:00