Revisions of tt-rss

Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 125)
- Update to version 19.8~git2129.8b037e81d:
  * Add option to debug feeds in 'Feeds with update errors' dialog.
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 124)
- Update to version 19.8~git2127.e2e161dec:
  * Check 'head' and 'body' when searching HTML for feed links.
  * Move 'include/functions.php' require into Composer autoloader.
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 123)
- Update to version 19.8~git2123.b1e3d660e:
  * Switch 2 more implicitly nullable params to explicitly nullable.
  * force-set absolute path for local cache if CACHE_DIR config value is relative
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 122)
- Update to version 19.8~git2120.435c321ca:
  * Make implicit nullable parameters explicitly nullable.
  * Support doing a prefs page search via Enter.
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 121)
- Update to version 19.8~git2116.536085c76:
  * Update CONTRIBUTING.md
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 120)
fix filelist
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 119)
- Update to version 19.8~git2115.81f313999:
  * 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
  * Ensure correct permissions on the backup script.
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 118)
- Update to version 19.8~git2103.373a2fec3:
  * Fix passing auth credentials to plugins for HOOK_FETCH_FEED.
  * 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
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 117)
- Update to version 19.8~git2098.3d70fb21f:
  * use OCI for integration tests
  * fix missing include
  * switch to template helm ci
  * Use FeedEnclosure throughout RSSUtils.
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 116)
- Update to version 19.8~git2093.a86df7eac:
  * Use APP_BASE in the web-nginx health check URL.
  * Only include the exception message in 'UrlHelper::$fetch_last_error'.
  * 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
  * Clean up some unused variables.
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 115)
- the new curl based fetcher needs the temp directory redirected
  - create corresponding directories
  - set proper environment variables

- cleanup unused apparmor code
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 114)
- Update to version 19.8~git2084.f0f22c23c:
  * Update all UrlHelper::fetch() calls to use the associative array approach.
  * Perform validation of redirect URLs during the redirect process.
  * 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
  * sanitizer: add a test to make sure <figure> is intact
  * Revert "Fix sanitizer with libxml2 >= 2.12.0"
  * bump CI jobs & utility scripts to php83
  * Bump to Alpine 3.19 and PHP 8.3.
  * add coverage-filter
  * add phpunit code coverage driver
  * 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
  * Fix sanitizer with libxml2 >= 2.12.0
  * set registry project
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 113)
- Update to version 19.8~git2050.1fe1132a1:
  * use variable for fastcgi_pass to force resolver usage
  * explicitly set resolver in the nginx container (configurable envvar)
  * add wip UI/backend stuff to filter feed tree
  * add wait-for-element to selenium test
  * remove .git before_scripts
  * Revert "pass .git to docker context so self-built images would have some way to determine version without CI variables"
  * forgot one job
  * do the same for :publish jobs
  * fix yaml indents
  * add .git to .dockerignore when building master images
  * pass .git to docker context so self-built images would have some way to determine version without CI variables
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 112)
fix filelist
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 111)
- Update to version 19.8~git2039.1be156408:
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 110)
- Update to version 19.8~git1964.9556519e6:
  * fix content_preview not shown in JSON shared feed
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 109)
- Update to version 19.8~git1963.c779e2ba0:
  * batch feed editor: don't try to save feed_url or title, those aren't in the dialog
  * fix feed_language being unnecessarily quoted in batch feed editor
  * enable fpm status page
  * Revert "CI: use nexus alpine proxy"
  * phpstan fix
  * feed debugger: add content regexp matches to filter debug output
  * gitignore phpstan-tmp
  * phpstan: set tmp dir
  * CI: use nexus alpine proxy
  * phpstan: exclude intervention from plugins/
  * fix basename() being passed a NULL value
  * add .dockerignore
  * use non-deprecated variant of get_schema_version()
  * phpstan: exclude psr/log
  *  * logger: add optional HTML output  * feed debugger: add checkbox to dump feed XML
  * use nginx envsubst to make tt-rss root configurable
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 108)
fix packages
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 107)
- Update to version 19.8~git1945.dc25a9cf6:
  * disable app passwords in the UI if auth_internal is not loaded
  * move af_redditimgur to a separate repo
  * keep two sets of content-insert size cookies for wide & normal mode
  * public/getUnread: fix PHP8 warning if fresh optional parameter is not given
  * Fix version string for unsupported installations
  * Forgot delimiter
  * Update API Add site_url property for 9e169dc3aa7c7e30c11d7d3d1bbc4bc66fa39760
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 106)
- Update to version 19.8~git1936.a4543de3a:
  * Bump to Alpine 3.18, PHP 8.2
Displaying revisions 1 - 20 of 125
openSUSE Build Service is sponsored by