Skip to content

Releases: nVentiveUX/docker-ttrss

v2024.02.17

17 Feb 08:12
Compare
Choose a tag to compare

Upstream changes

  • Merge branch 'bugfix/backup-script-perms' into 'master'
  • Ensure correct permissions on the backup script.

v2024.02.10

10 Feb 08:12
Compare
Choose a tag to compare

Upstream changes

  • Merge branch 'bugfix/hook-fetch-feed-auth' into 'master'
  • Fix passing auth credentials to plugins for HOOK_FETCH_FEED.

v2024.02.03

03 Feb 08:13
Compare
Choose a tag to compare

Upstream changes

  • implement above changes for 3 panel view, add basic tooltip
  • make headline elements with feed title lead to originating site while RSS icon elements lead to the feed within tt-rss UI
  • fix unfunctional rss icon in grouped-by-feed heading
  • use OCI for integration tests
  • fix missing include
  • switch to template helm ci
  • Merge branch 'feature/rssutils-use-feedenclosure' into 'master'
  • Use FeedEnclosure throughout RSSUtils.

v2024.01.20

20 Jan 08:13
Compare
Choose a tag to compare

Upstream changes

  • Merge branch 'bugfix/web-nginx-healthcheck' into 'master'
  • Use APP_BASE in the web-nginx health check URL.
  • Merge branch 'feature/unused-var-cleanup' into 'master'
  • Merge branch 'feature/reduce-fetch-error-message' into 'master'
  • Only include the exception message in 'UrlHelper::$fetch_last_error'.
  • Clean up some unused variables.

v2024.01.13

13 Jan 08:13
Compare
Choose a tag to compare

Upstream changes

  • shorten DIGEST_MIN_SCORE help text
    • mark get_pref/set_pref wrappers as deprecated * add per-user preference for minimal score required for digest
    • mail test - fill user email address as default * digest - fix some warnings

v2024.01.06

06 Jan 08:13
Compare
Choose a tag to compare

Upstream changes

  • Merge branch 'feature/urlhelper-fetch-do-assoc-opts' into 'master'
  • Update all UrlHelper::fetch() calls to use the associative array approach.

v2023.12.30

30 Dec 08:13
Compare
Choose a tag to compare

Upstream changes

  • Merge branch 'feature/early-fail-disallowed-redirects' into 'master'
  • Perform validation of redirect URLs during the redirect process.
  • Merge branch 'feature/use-guzzle' into 'master'
  • Fix specifying auth type in UrlHelper::fetch(), add a test for 403 auth retry.
  • Appease PHPStan in UrlHelperTest
  • Add some tests for UrlHelper::fetch()
  • Ensure the feed name is easily visible when looking at the feeds with errors list.
  • Rework content encoding error retrying in UrlHelper::fetch()
  • Clean up UrlHelper::resolve_redirects().
  • Add back 'any auth' retry in UrlHelper::fetch()
  • Use Guzzle

v2023.12.23

23 Dec 08:12
Compare
Choose a tag to compare

Upstream changes

  • Merge branch 'dont-sanitize-figure-tag' into 'master'
  • sanitizer: add a test to make sure is intact
  • Revert "Fix sanitizer with libxml2 >= 2.12.0"

v2023.12.16

16 Dec 08:13
Compare
Choose a tag to compare

Upstream changes

  • bump CI jobs & utility scripts to php83
  • Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss
  • Merge branch 'feature/php-8.3' into 'master'
  • Bump to Alpine 3.19 and PHP 8.3.
  • add coverage-filter
  • add phpunit code coverage driver

v2023.12.09

09 Dec 08:13
Compare
Choose a tag to compare

Upstream changes

  • add some unittest options for xmlrunner
  • fix filename
  • enable unit test results for selenium
  • collect phpunit artifacts
  • add env prefixes
  • add db vars
  • add cobertura args for phpunit-integration
  • disable local rules for integration tests
  • add sanitizer integration test