Skip to content

Releases: nVentiveUX/docker-ttrss

v2024.08.17

17 Aug 08:15
Compare
Choose a tag to compare

Upstream changes

  • enforce lowercase usernames while keeping backwards-compatibility for authentication
  • fix build: directive missing in dev compose file for updater
  • Merge branch 'weblate-integration' into 'master'
  • Merge branch 'feature/cleanup-dashboard-feed-code' into 'master'
  • Remove unused 'dashboard feed' code.
  • Translated using Weblate (German)

v2024.08.10

10 Aug 08:15
Compare
Choose a tag to compare

Upstream changes

  • Merge branch 'feature/isset-to-null-coalescing-op' into 'master'
  • Replace basic 'isset()' cases with the null coalescing operator.
  • Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss
  • Merge branch 'weblate-integration' into 'master'
  • Translated using Weblate (Spanish)
  • set proper stages for phpdoc jobs
  • copy docs to subpath
  • set phpdoc image name
  • add phpdoc dockerfile
  • exp - use phpdoc container

v2024.07.20

20 Jul 08:14
Compare
Choose a tag to compare

Upstream changes

  • Merge branch 'bugfix/optional-alpine-mirror' into 'master'
  • Fix breakage when 'ALPINE_MIRROR' is not provided.
  • support optional mirror for alpine
  • Merge branch 'bugfix/add-sessions-to-autoloader' into 'master'
  • Add the 'Sessions' class to the autoloader.
  • Merge branch 'feature/php84-session_set_save_handler' into 'master'
  • Merge branch 'weblate-integration' into 'master'
  • update CONTRIBUTING
  • Translated using Weblate (Portuguese (Portugal))
  • Translated using Weblate (Chinese (Traditional))
  • Move side effects out of the 'Sessions' constructor.
  • Add and use the 'Sessions' class.
  • Switch to the non-deprecated form of 'session_set_save_handler'.

v2024.07.13

13 Jul 08:14
Compare
Choose a tag to compare

Upstream changes

  • retry selenium tests several times
  • Merge branch 'bugfix/decoded-srcset-result' into 'master'
  • Merge branch 'weblate-integration' into 'master'
  • Translated using Weblate (Chinese (Traditional))
  • Don't reuse the '$matches' array in 'RSSUtils::decode_srcset()'.

v2024.07.06

06 Jul 08:16
Compare
Choose a tag to compare

Upstream changes

  • Merge branch 'weblate-integration' into 'master'
  • Translated using Weblate (Polish)

v2024.06.29

29 Jun 08:15
Compare
Choose a tag to compare

Upstream changes

  • Merge branch 'weblate-integration' into 'master'
  • Translated using Weblate (Turkish)

v2024.06.22

22 Jun 08:15
Compare
Choose a tag to compare

Upstream changes

  • Merge branch 'weblate-integration' into 'master'
  • Translated using Weblate (Chinese (Traditional))
  • Translated using Weblate (Dutch)
  • Translated using Weblate (French)
  • Translated using Weblate (German)
  • Merge branch 'weblate-integration' into 'master'
  • Translated using Weblate (Chinese (Traditional))
  • Translated using Weblate (Galician)
  • Merge branch 'weblate-integration' into 'master'
  • add some time-related debugging output for feeds and users
  • Translated using Weblate (Galician)
  • set DAEMON_FEED_LIMIT to 50 by default and use it consistently between forking daemon and any other update methods
    • pass arbitrary CLI arguments to update daemon via updater.sh entrypoint * add configurable log level for update daemon (DAEMON_LOG_LEVEL) * when daemon log level is set to LOG_EXTENDED (2) log queries for feed update selection
  • add gitlab CR publish jobs
  • wip split image build/push
  • Merge branch 'weblate-integration' into 'master'
  • Translated using Weblate (Chinese (Simplified))
  • Translated using Weblate (Italian)
  • Merge branch 'weblate-integration' into 'master'
  • Translated using Weblate (Chinese (Simplified))
  • Merge branch 'weblate-integration' into 'master'
  • Update translation files
  • Translated using Weblate (Chinese (Simplified))
  • update messages.pot
  • fix untranslated strings

v2024.06.15

15 Jun 08:14
Compare
Choose a tag to compare

Upstream changes

  • Merge branch 'weblate-integration' into 'master'
  • Translated using Weblate (Galician)
  • Merge branch 'master' into weblate-integration
  • don't ask rsync to set ownership when copying to persistent volume in a container
  • drop es_LA, move es_ES to es

v2024.06.08

08 Jun 08:14
Compare
Choose a tag to compare

Upstream changes

  • Merge branch 'feature/alpine-3.20' into 'master'
  • Bump to Alpine 3.20.

v2024.05.18

18 May 08:14
Compare
Choose a tag to compare

Upstream changes

  • Merge branch 'feature/debug-feeds-with-update-errors' into 'master'
  • Add option to debug feeds in 'Feeds with update errors' dialog.