Commit Graph

12330 Commits

Author SHA1 Message Date
supahgreg 7c69ee73e1 minor: Tweak some words in the README. 2025-10-06 03:23:43 +00:00
supahgreg f23fff932a README improvements. 2025-10-06 03:12:06 +00:00
supahgreg 958d25b831 minor: Update the wiki link in 'Config::sanity_check()'. 2025-10-06 02:45:35 +00:00
supahgreg d5c3d75ff2 Add a GitHub pull request template. 2025-10-05 21:42:17 +00:00
supahgreg b49de6e92c Add some basic content to 'CONTRIBUTING.md'. 2025-10-05 21:32:25 +00:00
supahgreg ceab15254b minor: make PHPStan happy after a4eed151b7 2025-10-05 21:23:24 +00:00
supahgreg a4eed151b7 minor: Deal with potentially-missing 'inverse' key when testing filters. 2025-10-05 21:19:42 +00:00
Greg 18f59793e0 Merge pull request #1 from supahgreg/feature/phpstan-bump
Bump PHPStan to 2.1.30 and address new findings.
2025-10-05 15:53:55 -05:00
supahgreg e0b116f904 Bump PHPStan to 2.1.30 and address new findings.
Also some minor adjacent cleanup.
2025-10-05 20:51:13 +00:00
supahgreg ec367b23f4 Switch from 'tt-rss-web-static' links to wiki links. 2025-10-05 20:18:56 +00:00
supahgreg eb05374f24 minor wording tweaks in the Enhancement Request issue template. 2025-10-05 18:36:58 +00:00
supahgreg 0b50b0f1f0 Add some GitHub issue templates. 2025-10-05 18:34:18 +00:00
supahgreg 63464f3729 Add a Dependabot config for PHP package dependency updates. 2025-10-05 05:46:10 +00:00
supahgreg a135edcfb1 Drop the 'eslint-formatter-gitlab' dev dependency. 2025-10-05 05:26:50 +00:00
supahgreg 2878ae815f Bump node dev dependencies. 2025-10-05 05:23:35 +00:00
supahgreg 46ebef7ebf Bump Dojo from 1.16.5 to 1.17.3.
This should help with some of the security findings.
2025-10-05 04:34:29 +00:00
supahgreg 6e8a188e4a Include a short SHA tag when publishing images. 2025-10-05 03:58:49 +00:00
supahgreg 435358265c Provide expected Docker image build args in the Publish workflow. 2025-10-05 01:51:55 +00:00
supahgreg cb17b3b95e Mention that Docker images are now being published. 2025-10-05 00:56:27 +00:00
supahgreg c3fbc81e19 Ignore various paths in the Publish workflow. 2025-10-05 00:55:00 +00:00
supahgreg 0bc55e8366 Enable building+publishing the 'web-nginx' image. 2025-10-05 00:33:04 +00:00
supahgreg b6fd27c756 Restore behavior of using the 'latest' tag on images.
A 'main' tag was being created+used.

https://github.com/docker/metadata-action?tab=readme-ov-file#latest-tag
2025-10-05 00:21:36 +00:00
supahgreg fc95bae2a6 Add a Publish workflow. 2025-10-05 00:13:35 +00:00
supahgreg c3f3eb8387 Revert PHPUnit job name change from 3d8c54877f.
GitHub doesn't handle long-ish names well in the UI, so just go with the default behavior.
2025-10-04 22:20:50 +00:00
supahgreg 3d8c54877f Update some names in the PHP Code Quality workflow. 2025-10-04 22:17:15 +00:00
supahgreg a32720615f Also trigger the PHP Code Quality workflow if 'phpunit.xml' changes. 2025-10-04 21:56:58 +00:00
supahgreg 4f2423198a Add a workflow job for PHPUnit. 2025-10-04 21:53:44 +00:00
supahgreg 664f37ae71 Appeasing PHPStan.
The two if statements involved are related to calls to 'tt-rss.org' that are intentionally disabled.
2025-10-04 21:20:32 +00:00
supahgreg 591ee81ad3 Add a GitHub workflow for code quality (initially existing PHPStan). 2025-10-04 21:15:25 +00:00
supahgreg 4583ae8dc3 Mention why the commit history is a bit inaccurate on 'github.com'. 2025-10-04 00:52:51 +00:00
supahgreg d7a91de140 Initial attempt to support both 'main' and 'master' branches. 2025-10-03 22:03:52 +00:00
supahgreg 5e99eb41ec Remove references to, and integrations with, 'tt-rss.org'. 2025-10-03 21:00:43 +00:00
Andrew Dolgov c67b943aa8 Merge branch 'weblate-integration' into 'master'
WIP: weblate-integration

See merge request tt-rss/tt-rss!188
2025-10-02 11:17:38 +03:00
Rivo Zängov 7c79b771e1 Translated using Weblate (Estonian)
Currently translated at 41.5% (292 of 703 strings)

Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/et/
2025-10-01 13:02:03 +00:00
Andrew Dolgov b369bf8107 Merge branch 'weblate-integration' into 'master'
WIP: weblate-integration

See merge request tt-rss/tt-rss!187
2025-09-27 21:22:48 +03:00
BlueTurtle 437f8515ad Translated using Weblate (French)
Currently translated at 100.0% (703 of 703 strings)

Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/fr/
2025-09-27 12:02:22 +02:00
Andrew Dolgov 35aa534c71 Merge branch 'bugfix/cli-opml-export-owner_uid' into 'master'
Fix OPML exporting via 'update.php'.

See merge request tt-rss/tt-rss!186
2025-09-18 07:18:17 +03:00
wn_ 98779acdc5 Fix OPML exporting via 'update.php'. 2025-09-18 00:29:31 +00:00
Andrew Dolgov 139632c417 Merge branch 'builtin-feed' into 'master'
use built-in feed for integration test

See merge request tt-rss/tt-rss!185
2025-09-02 22:24:44 +03:00
Andrew Dolgov 36644365c8 use built-in feed for integration test 2025-09-02 22:22:24 +03:00
Andrew Dolgov be3ee920b1 Merge branch 'update-comicpress' into 'master'
Update ComicPress logic

See merge request tt-rss/tt-rss!183
2025-09-02 21:24:44 +03:00
vjkcxl c914d0710f Fix Danby Draws 2025-09-02 11:15:21 -05:00
vjkcxl 17bd835530 Revert whitespace changes 2025-09-02 10:59:59 -05:00
vjkcxl 17c6d7af8d Hopefully fix PHPStan 2025-09-01 14:42:00 -05:00
vjkcxl 6c0bcd90ed Try to add types 2025-09-01 14:32:23 -05:00
vjkcxl efe6fbd3fa Update ComicPress logic
This updates the logic to work across a variety of additional sites.
Additionally, it grabs the author's comments from comics, such as the text on Buttersafe.

This does not update the list of supported comics.
There are too many comic sites to enumerate all of them anyway.
2025-09-01 14:06:10 -05:00
wn 98dbf49733 Merge branch 'bugfix/published-feed-title' into 'master'
Fix getting the title for syndicated feeds.

See merge request tt-rss/tt-rss!182
2025-08-29 10:03:27 -05:00
wn_ ecef0ae951 Tweak the 'Feeds::_get_title()' param order to make PHP happy.
Required params need to go before optional.
2025-08-29 12:28:05 +00:00
wn_ fd5ce90efe Minor fix in 'OPML#opml_export()'. 2025-08-29 12:22:27 +00:00
wn_ e5c5a1bf42 Make 'owner_uid' required for 'Feeds::_get_title()' and 'Feeds::_get_cat_title()'. 2025-08-29 12:19:04 +00:00