| Age | Commit message (Collapse) | Author |
|
PHPUnit 12 dropped support for PHP 8.2
|
|
This reverts commit 6eaa9d91d855abf07f504fe36e222007fa8c4c68.
|
|
|
|
|
|
|
|
|
|
|
|
Cache PHPStan results, drop 'parallel.maximumNumberOfProcesses' param.
|
|
|
|
Fix app image CMD, add a 'Docker Code Quality' workflow
|
|
Previously the healthcheck wouldn't respect an 'APP_BASE' env var override at runtime. This also sets some HEALTHCHECK+curl options.
|
|
Initially just checks that the 'Dockerfile' files are valid.
|
|
https://docs.docker.com/reference/build-checks/json-args-recommended/
|
|
More Dependabot (Docker, GitHub actions)
|
|
|
|
|
|
Don't bundle PHP dev dependencies
|
|
|
|
|
|
|
|
Address two JS code scanning findings
|
|
This also drops 'String.prototype.stripTags', which is no longer used.
|
|
|
|
Translations update from Hosted Weblate
|
|
Currently translated at 96.8% (681 of 703 strings)
Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/sq/
|
|
Support docker secrets via startup script
|
|
|
|
|
|
Update images in docker-compose.yml
|
|
|
|
|
|
|
|
Also migrate 'official' plugins from 'dev.tt-rss.org' to their GitHub equivalent
|
|
equivalent.
|
|
|
|
Add docker secrets support
|
|
Also publish images to GitHub Container Registry (ghcr.io)
|
|
|
|
|
|
|
|
|
|
The action installs tools to '/usr/local/bin'.
|
|
|
|
|
|
Fix supporting master+main for plugins (plugin management)
|
|
|
|
tt-rss/tt-rss#15.
|
|
Also migrate 'official' plugins that are from the old site but are using 'main'
|
|
These would be plugins cloned from 'git.tt-rss.org' after the Cloudflare redirect to their corresponding GitHub repos was implemented. Their remote should be updated to just use the GitHub URLs directly.
|
|
Migrate update source for 'official' plugins cloned from 'tt-rss.org' git to GitHub
|