Releases: nVentiveUX/docker-ttrss
Releases · nVentiveUX/docker-ttrss
v2024.11.09
Upstream changes
- fix get_self_url() misbehaving in plugins/
v2024.11.02
Upstream changes
- Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss
- Merge branch 'weblate-integration' into 'master'
- af_comics - fix for Danby Draws and maybe other similar wodpress-based sites
- Translated using Weblate (Arabic (Saudi Arabia))
v2024.10.26
Upstream changes
- move sql patch file stuff after all initialization tasks
- drop RESTORE_SCHEMA, add simple mechanism to apply SQL patch files after migrations
- support TTRSS_DB_PORT in container startup scripts
v2024.10.19
Upstream changes
- properly support search queries in viewfeed debugger, improve some debugging messages and output
- launch gulp from local node_modules
v2024.10.12
Upstream changes
- Merge branch 'feature/guzzle-7.9.2' into 'master'
- Merge branch 'weblate-integration' into 'master'
- Update Guzzle to 7.9.2
- Added translation using Weblate (Estonian)
v2024.10.05
Upstream changes
- Merge branch 'drop-opentelemetry' into 'master'
- drop php-http/guzzle7-adapter
- Merge branch 'drop-opentelemetry' into 'master'
- drop OPENTELEMETRY_ global config entries
- composer dump-autoload --optimize
- drop opentelemetry
v2024.09.28
Upstream changes
- Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss
- Merge branch 'weblate-integration' into 'master'
- disable absolute redirects & redirect port in phpdoc image
- Translated using Weblate (Spanish)
- Merge branch 'weblate-integration' into 'master'
- phpdoc - switch to nginx unprivileged
- Translated using Weblate (Galician)
v2024.09.21
Upstream changes
- add another test for self url, split regex into two parts - one for plugins, one for everything else
- Merge branch 'weblate-integration' into 'master'
- Translated using Weblate (Greek)
- Translated using Weblate (Spanish)
- Translated using Weblate (Greek)
v2024.09.14
Upstream changes
- fix Config::get_self_url() invoked from plugin context, better deal with multiple trailing slashes in URL, update phpunit image path
- don't try to publish phpdoc image without creds
- Revert "Update .gitlab-ci.yml file"
- Update .gitlab-ci.yml file
- Merge branch 'weblate-integration' into 'master'
- Merge branch 'path_info_update' into 'master'
- spacing fix
- Update nginx.conf to move the currently unused PATH_INFO configuration into a separate location rule for plugins to leverage
- Translated using Weblate (Spanish)
- Translated using Weblate (Spanish)
v2024.08.31
Upstream changes
- Merge branch 'weblate-integration' into 'master'
- Translated using Weblate (Galician)
- Merge branch 'weblate-integration' into 'master'
- Merge branch 'feature/search-title-link' into 'master'
- Merge branch 'feature/php84-csv-escape-deprecation' into 'master'
- Make a search query 'feed title' a link to get back to the search modal.
- Translated using Weblate (Spanish)
- Translated using Weblate (Spanish)
- Set 'str_getcsv' escape param to empty string to avoid PHP 8.4 deprecation message.