| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-12 | don't ask rsync to set ownership when copying to persistent volume in a ↵ | Andrew Dolgov | |
| container | |||
| 2024-06-07 | Merge branch 'feature/alpine-3.20' into 'master' | Andrew Dolgov | |
| Bump to Alpine 3.20. See merge request tt-rss/tt-rss!33 | |||
| 2024-05-22 | Bump to Alpine 3.20. | wn_ | |
| This is to keep receiving updates for things from the Alpine community repo (e.g. PHP). | |||
| 2024-05-16 | Merge 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-16 | Add option to debug feeds in 'Feeds with update errors' dialog. | wn_ | |
| Also, prevent opening that dialog from modifying the URL. | |||
| 2024-05-09 | Merge 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-09 | Check 'head' and 'body' when searching HTML for feed links. | wn_ | |
| YouTube, for some reason, puts theirs in 'body'. | |||
| 2024-04-21 | Merge 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-20 | Move 'include/functions.php' require into Composer autoloader. | wn_ | |
| Autoloader regenerated with 'composer dump-autoload --optimize'. | |||
| 2024-04-16 | Merge 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-16 | Switch 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-13 | force-set absolute path for local cache if CACHE_DIR config value is relative | Andrew Dolgov | |
| 2024-03-26 | Merge 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-26 | Make 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-23 | Merge 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-23 | Support doing a prefs page search via Enter. | wn_ | |
| 2024-03-06 | drop es_LA, move es_ES to es | Andrew Dolgov | |
| 2024-03-05 | Update CONTRIBUTING.md | Andrew Dolgov | |
| 2024-02-21 | add HOOK_VALIDATE_SESSION | Andrew Dolgov | |
| 2024-02-18 | use update job template | Andrew Dolgov | |
| 2024-02-17 | fix demo values file, drop .helm | Andrew Dolgov | |
| 2024-02-17 | add demo job back | Andrew Dolgov | |
| 2024-02-17 | more prod helm stuff | Andrew Dolgov | |
| 2024-02-17 | unquote commit hash & add files to commit | Andrew Dolgov | |
| 2024-02-17 | maybe fix placeholder git name | Andrew Dolgov | |
| 2024-02-17 | set placeholder git email/name | Andrew Dolgov | |
| 2024-02-17 | set image | Andrew Dolgov | |
| 2024-02-17 | wip: update-prod | Andrew Dolgov | |
| 2024-02-15 | Merge 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-14 | Ensure correct permissions on the backup script. | wn_ | |
| 2024-02-06 | Merge 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-06 | Fix passing auth credentials to plugins for HOOK_FETCH_FEED. | wn_ | |
| 2024-02-02 | implement above changes for 3 panel view, add basic tooltip | Andrew Dolgov | |
| 2024-02-02 | make 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-02 | fix unfunctional rss icon in grouped-by-feed heading | Andrew Dolgov | |
| 2024-02-01 | use OCI for integration tests | Andrew Dolgov | |
| 2024-02-01 | fix missing include | Andrew Dolgov | |
| 2024-02-01 | switch to template helm ci | Andrew Dolgov | |
| 2024-01-28 | Merge branch 'feature/rssutils-use-feedenclosure' into 'master' | Andrew Dolgov | |
| Use FeedEnclosure throughout RSSUtils. See merge request tt-rss/tt-rss!22 | |||
| 2024-01-20 | Use FeedEnclosure throughout RSSUtils. | wn_ | |
| 2024-01-19 | Merge 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-19 | Use APP_BASE in the web-nginx health check URL. | wn_ | |
| 2024-01-13 | Merge branch 'feature/unused-var-cleanup' into 'master' | Andrew Dolgov | |
| Clean up some unused variables. See merge request tt-rss/tt-rss!19 | |||
| 2024-01-13 | Merge branch 'feature/reduce-fetch-error-message' into 'master' | Andrew Dolgov | |
| Only include the exception message in 'UrlHelper::$fetch_last_error'. See merge request tt-rss/tt-rss!20 | |||
| 2024-01-09 | Only include the exception message in 'UrlHelper::$fetch_last_error'. | wn_ | |
| Before this the stack trace was included, which is a bit much. | |||
| 2024-01-09 | shorten DIGEST_MIN_SCORE help text | Andrew Dolgov | |
| 2024-01-09 | * mark get_pref/set_pref wrappers as deprecated | Andrew Dolgov | |
| * add per-user preference for minimal score required for digest | |||
| 2024-01-09 | * mail test - fill user email address as default | Andrew Dolgov | |
| * digest - fix some warnings | |||
| 2024-01-08 | Clean up some unused variables. | wn_ | |
| This is essentially https://gitlab.tt-rss.org/wn/tt-rss/-/commit/1ccc0c8c1af04dd9654b585c6d07e3a75d944a0c without the renames and some other things related to Psalm. | |||
| 2023-12-31 | Merge branch 'feature/urlhelper-fetch-do-assoc-opts' into 'master' | Andrew Dolgov | |
| Update all UrlHelper::fetch() calls to use the associative array approach. See merge request tt-rss/tt-rss!18 | |||