Commit Graph

12318 Commits

Author SHA1 Message Date
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
wn_
9aafc7bb8d Fix getting the title for syndicated feeds.
https://gitlab.tt-rss.org/tt-rss/tt-rss/-/merge_requests/181 missed that 'Feeds::_get_title()' gets invoked when headlines are generated for syndicated feeds.
2025-08-29 12:04:20 +00:00
Andrew Dolgov
57cd48d9f7 Merge branch 'bugfix/limit-more-by-uid' into 'master'
Filter more results by user ID.

See merge request tt-rss/tt-rss!181
2025-08-26 08:14:10 +03:00
wn_
9982871ac1 Filter more results by user ID. 2025-08-25 16:06:41 +00:00
Andrew Dolgov
2d12ced897 Merge branch 'feature/guzzle-7.10.0' into 'master'
Bump Guzzle to 7.10.0 for PHP 8.5 compatibility.

See merge request tt-rss/tt-rss!180
2025-08-25 13:39:41 +03:00
wn_
618cb5bf78 Bump Guzzle to 7.10.0 for PHP 8.5 compatibility.
https://github.com/guzzle/guzzle/compare/7.9.2...7.10.0
2025-08-24 14:40:07 +00:00
Andrew Dolgov
f7fc00326e Merge branch 'weblate-integration' into 'master'
WIP: weblate-integration

See merge request tt-rss/tt-rss!179
2025-08-15 08:02:19 +03:00
Edgars Andersons
31d5887831 Translated using Weblate (Latvian)
Currently translated at 100.0% (703 of 703 strings)

Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/lv/
2025-08-14 20:02:12 +00:00
Andrew Dolgov
0669995c47 Merge branch 'autoswitch-retries' into 'master'
bump amount of retries when trying to auto-switch theme

See merge request tt-rss/tt-rss!178
2025-08-14 18:37:05 +03:00
Andrew Dolgov
25f416719b bump amount of retries when trying to auto-switch theme 2025-08-14 18:34:26 +03:00
Andrew Dolgov
e8db412dfc Merge branch 'weblate-integration' into 'master'
WIP: weblate-integration

See merge request tt-rss/tt-rss!177
2025-08-13 22:05:27 +03:00
josé m
c60b4a6a69 Translated using Weblate (Galician)
Currently translated at 100.0% (703 of 703 strings)

Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/gl/
2025-08-13 19:02:17 +00:00
Andrew Dolgov
a627f40477 Merge branch 'docker-updater-patch' into 'master'
Add update-ca-certificates to updater.sh

See merge request tt-rss/tt-rss!176
2025-08-13 15:02:31 +03:00