Skip to content

Releases: nVentiveUX/docker-ttrss

v2023.03.25

25 Mar 08:13
Compare
Choose a tag to compare

Upstream changes

    • auth_internal OTP form: fix double-urlencode * post-login redirect: handle ?return in a less idiotic fashion
  • combined mode: prevent left part of footer pushing right part out of viewport

v2023.03.11

11 Mar 08:15
Compare
Choose a tag to compare

Upstream changes

  • Merge pull request 'Replace special feed and category numbers with constants.' (#104) from wn/tt-rss:feature/special-feed-and-cat-consts into master
  • Change 'FEED_NOTHING' to 'FEED_DASHBOARD'.
  • Merge pull request 'Bump PHPStan to 1.10.3, address some new warnings' (#103) from wn/tt-rss:feature/bump-phpstan into master
  • Also use friendly names for special feed+cat IDs in the frontend.
  • Replace special feed and category numbers with constants.
  • Revert 7ed4fa4c1dbdd9df552cf6dd28907c6769911a0e and use @var instead.
  • Remove unused 'Prefs::_delete()'.
  • Address PHPStan warning about unused private method 'Prefs::_delete()'.
  • Tweak to appease PHPStan in 'Pref_Feeds::_makefeedtree()'.
  • Address PHPStan 'right side always true' in 'PluginHost::lookup_command()'.
  • Address PHPStan 'right side always true' in FeedItem_RSS.
  • Bump PHPStan from 1.8.2 to 1.10.3
  • API: - sharedToPublished: add optional sanitize parameter (defaults to true) if disabled, allows inserting HTML into shared article content; - clean() already invokes strip_tags() so it's pointless to do both;

v2023.03.04

04 Mar 08:15
Compare
Choose a tag to compare

Upstream changes

  • tags display: instead of limiting to 5 tags, limit by container width %
  • Merge branch 'master' of git.tt-rss.org:tt-rss/tt-rss
  • require PHP to have support for flock()
  • API: add getFeedIcon endpoint, bump version

v2023.02.25

25 Feb 08:15
Compare
Choose a tag to compare

Upstream changes

  • Merge pull request 'add override links to utility views' (#102) from levito/tt-rss:add-override-links-to-util-views into master
  • add override links to utility views
  • Merge pull request 'Handle fetch issues in 'RSSUtils::update_basic_info'.' (#101) from wn/tt-rss:bugfix/handle-failed-basic-info-fetch into master
  • Handle fetch issues in 'RSSUtils::update_basic_info'.

v2023.02.18

18 Feb 08:15
Compare
Choose a tag to compare

Upstream changes

  • Merge pull request 'Fix calculating average color for *.ico' (#100) from yan12125/tt-rss:fix-ico-avg-color into master
  • Fix calculating average color for *.ico

v2023.02.04

04 Feb 08:14
Compare
Choose a tag to compare

Upstream changes

  • Merge pull request 'Attempt calculating custom favicon avg color, only try calculating once' (#99) from wn/tt-rss:feature/custom-favicon-detect-color into master
  • Minor tweak to favicon avg color debug log message.
  • Don't set 'favicon_avg_color' on feed obj unless it's valid.
  • Fix logging favicon-related bools in 'RSSUtils::update_rss_feed()'.
  • Persist failure to detect favicon average color.
  • Ensure custom favicon color detection happens.

v2022.12.31

31 Dec 08:14
Compare
Choose a tag to compare

Upstream changes

  • deal with type errors in batch feed editor properly, un-deprecate PDO wrapper functions and document them for posterity
  • batch feed editor: silence some more php8.1 undefined field warnings
  • batch feed editor: - fix some field changes not applying because of DB type errors - rework to use bound vars instead of sql query concatenation deprecate: checkbox_to_sql_bool(), bool_to_sql_bool()
  • CI: use local registry php image
  • show full commit timestamp with version information in prefs footer
  • Merge branch 'weblate-integration'
  • Translated using Weblate (German)
  • Merge pull request 'Fix getting active feeds with errors.' (#97) from wn/tt-rss:bugfix/feeds-with-errors-default-interval into master
  • Fix getting active feeds with errors.

v2022.12.24

24 Dec 08:20
Compare
Choose a tag to compare

Upstream changes

  • Merge pull request 'Only count updating (i.e. enabled) feeds when determining active feeds with errors.' (#96) from wn/tt-rss:feature/only-warn-for-updating-feeds into master
  • Only count updating (i.e. enabled) feeds when determining active feeds with errors.
  • Merge pull request 'Only touch on send for expirable cache files.' (#95) from wn/tt-rss:bugfix/local-cache-feed-icons-ts into master
  • Only touch on send for expirable cache files.
  • make phpstan happy
    • bring back cache-busting for feed icons based on timestamp * DiskCache: use singleton pattern to create less cache object instances * DiskCache: implement ETag
  • limit tree expando white color to prefs

v2022.12.17

17 Dec 08:14
Compare
Choose a tag to compare

Upstream changes

  • move af_readability out of master tree
  • Merge pull request 'Bump af_readability 'html5-php' dependency to latest.' (#94) from wn/tt-rss:feature/bump-af_readability-masterminds-html5 into master
  • Add af_readability 'html5-php' Jenkinsfile.
  • Bump af_readability 'html5-php' dependency to latest.
  • phpstan: exclude tests in lib/

v2022.12.04

04 Dec 23:30
83de1e6
Compare
Choose a tag to compare

Upstream changes

  • Merge branch 'master' of git.tt-rss.org:tt-rss/tt-rss
  • fix cleanup_feed_icons unlinking nonexistant files, limit it to actual feed icons
  • Merge pull request 'Consistently get the self URL.' (#92) from wn/tt-rss:bugfix/config-self-url-consistency into master
  • Consistently get the self URL.
  • get_self_url: strip all trailing slashes
  • DiskCache: enforce basename() on filenames passed to cache adapter