Releases: nVentiveUX/docker-ttrss
Releases · nVentiveUX/docker-ttrss
v2024.04.27
Upstream changes
- Merge branch 'feature/composer-autoload-functions' into 'master'
- Move 'include/functions.php' require into Composer autoloader.
v2024.04.20
Upstream changes
- Merge branch 'feature/php84-explicit-nullable-params-2' into 'master'
- Switch 2 more implicitly nullable params to explicitly nullable.
v2024.04.13
Upstream changes
- force-set absolute path for local cache if CACHE_DIR config value is relative
v2024.03.30
Upstream changes
- Merge branch 'feature/php84-explicit-nullable-params' into 'master'
- Make implicit nullable parameters explicitly nullable.
- Merge branch 'feature/prefs-search-submit' into 'master'
- Support doing a prefs page search via Enter.
v2024.03.09
Upstream changes
- Update CONTRIBUTING.md
v2024.02.24
Upstream changes
- add HOOK_VALIDATE_SESSION
- use update job template
- fix demo values file, drop .helm
- add demo job back
- more prod helm stuff
- unquote commit hash & add files to commit
- maybe fix placeholder git name
- set placeholder git email/name
- set image
- wip: update-prod
v2024.02.17
Upstream changes
- Merge branch 'bugfix/backup-script-perms' into 'master'
- Ensure correct permissions on the backup script.
v2024.02.10
Upstream changes
- Merge branch 'bugfix/hook-fetch-feed-auth' into 'master'
- Fix passing auth credentials to plugins for HOOK_FETCH_FEED.
v2024.02.03
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
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.