summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-15Update translation filesHosted Weblate
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/
2024-06-15Translated using Weblate (Chinese (Simplified))Ptsa Daniel
Currently translated at 99.8% (682 of 683 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/zh_Hans/
2024-06-15update messages.potAndrew Dolgov
2024-06-15fix untranslated stringsAndrew Dolgov
2024-06-15Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Galician) See merge request tt-rss/tt-rss!34
2024-06-15Translated using Weblate (Galician)josé m
Currently translated at 100.0% (701 of 701 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/gl/
2024-06-14Merge branch 'master' into weblate-integrationAndrew Dolgov
2024-06-12don't ask rsync to set ownership when copying to persistent volume in a ↵Andrew Dolgov
container
2024-06-07Merge branch 'feature/alpine-3.20' into 'master'Andrew Dolgov
Bump to Alpine 3.20. See merge request tt-rss/tt-rss!33
2024-05-22Bump to Alpine 3.20.wn_
This is to keep receiving updates for things from the Alpine community repo (e.g. PHP).
2024-05-16Merge branch 'feature/debug-feeds-with-update-errors' into 'master'Andrew Dolgov
Add option to debug feeds in 'Feeds with update errors' dialog. See merge request tt-rss/tt-rss!32
2024-05-16Add option to debug feeds in 'Feeds with update errors' dialog.wn_
Also, prevent opening that dialog from modifying the URL.
2024-05-09Merge branch 'feature/support-feed-link-in-body' into 'master'Andrew Dolgov
Check 'head' and 'body' when searching HTML for feed links. See merge request tt-rss/tt-rss!30
2024-05-09Check 'head' and 'body' when searching HTML for feed links.wn_
YouTube, for some reason, puts theirs in 'body'.
2024-04-21Merge branch 'feature/composer-autoload-functions' into 'master'Andrew Dolgov
Move common 'include/functions.php' require into Composer autoloader. See merge request tt-rss/tt-rss!28
2024-04-20Move 'include/functions.php' require into Composer autoloader.wn_
Autoloader regenerated with 'composer dump-autoload --optimize'.
2024-04-16Merge branch 'feature/php84-explicit-nullable-params-2' into 'master'Andrew Dolgov
Switch 2 more implicitly nullable params to explicitly nullable. See merge request tt-rss/tt-rss!27
2024-04-16Switch 2 more implicitly nullable params to explicitly nullable.wn_
Missed in https://gitlab.tt-rss.org/tt-rss/tt-rss/-/merge_requests/26 . https://wiki.php.net/rfc/deprecate-implicitly-nullable-types
2024-04-13force-set absolute path for local cache if CACHE_DIR config value is relativeAndrew Dolgov
2024-03-26Merge branch 'feature/php84-explicit-nullable-params' into 'master'Andrew Dolgov
Make implicitly nullable parameters explicitly nullable. See merge request tt-rss/tt-rss!26
2024-03-26Make implicit nullable parameters explicitly nullable.wn_
This is to address a deprecation planned for PHP 8.4. https://wiki.php.net/rfc/deprecate-implicitly-nullable-types
2024-03-23Merge branch 'feature/prefs-search-submit' into 'master'Andrew Dolgov
Support doing a prefs page search via Enter. See merge request tt-rss/tt-rss!25
2024-03-23Support doing a prefs page search via Enter.wn_
2024-03-06drop es_LA, move es_ES to esAndrew Dolgov
2024-03-05Update CONTRIBUTING.mdAndrew Dolgov
2024-02-21add HOOK_VALIDATE_SESSIONAndrew Dolgov
2024-02-18use update job templateAndrew Dolgov
2024-02-17fix demo values file, drop .helmAndrew Dolgov
2024-02-17add demo job backAndrew Dolgov
2024-02-17more prod helm stuffAndrew Dolgov
2024-02-17unquote commit hash & add files to commitAndrew Dolgov
2024-02-17maybe fix placeholder git nameAndrew Dolgov
2024-02-17set placeholder git email/nameAndrew Dolgov
2024-02-17set imageAndrew Dolgov
2024-02-17wip: update-prodAndrew Dolgov
2024-02-15Merge branch 'bugfix/backup-script-perms' into 'master'Andrew Dolgov
Ensure correct permissions on the backup script. See merge request tt-rss/tt-rss!24
2024-02-14Ensure correct permissions on the backup script.wn_
2024-02-06Merge branch 'bugfix/hook-fetch-feed-auth' into 'master'Andrew Dolgov
Fix passing auth credentials to plugins for HOOK_FETCH_FEED. See merge request tt-rss/tt-rss!23
2024-02-06Fix passing auth credentials to plugins for HOOK_FETCH_FEED.wn_
2024-02-02implement above changes for 3 panel view, add basic tooltipAndrew Dolgov
2024-02-02make headline elements with feed title lead to originating site while RSS ↵Andrew Dolgov
icon elements lead to the feed within tt-rss UI
2024-02-02fix unfunctional rss icon in grouped-by-feed headingAndrew Dolgov
2024-02-01use OCI for integration testsAndrew Dolgov
2024-02-01fix missing includeAndrew Dolgov
2024-02-01switch to template helm ciAndrew Dolgov
2024-01-28Merge branch 'feature/rssutils-use-feedenclosure' into 'master'Andrew Dolgov
Use FeedEnclosure throughout RSSUtils. See merge request tt-rss/tt-rss!22
2024-01-20Use FeedEnclosure throughout RSSUtils.wn_
2024-01-19Merge branch 'bugfix/web-nginx-healthcheck' into 'master'Andrew Dolgov
Use APP_BASE in the web-nginx health check URL. See merge request tt-rss/tt-rss!21
2024-01-19Use APP_BASE in the web-nginx health check URL.wn_
2024-01-13Merge branch 'feature/unused-var-cleanup' into 'master'Andrew Dolgov
Clean up some unused variables. See merge request tt-rss/tt-rss!19