vikunja/pkg/modules/avatar
kolaente 731b7c3001
fix: avoid mutating global http.DefaultClient in webhook proxy (#2145)
Fixes a bug where the webhook HTTP client was mutating `http.DefaultClient` (the global singleton), causing ALL HTTP requests in the application to use the webhook proxy. This broke OIDC authentication and other external HTTP calls when webhook proxy was configured.

Fixes #2144
2026-01-24 13:58:47 +01:00
..
empty feat: format user mentions with display names in email notifications (#1930) 2025-12-10 12:39:05 +01:00
gravatar fix: avoid mutating global http.DefaultClient in webhook proxy (#2145) 2026-01-24 13:58:47 +01:00
initials feat: format user mentions with display names in email notifications (#1930) 2025-12-10 12:39:05 +01:00
ldap feat: format user mentions with display names in email notifications (#1930) 2025-12-10 12:39:05 +01:00
marble feat: format user mentions with display names in email notifications (#1930) 2025-12-10 12:39:05 +01:00
openid feat: format user mentions with display names in email notifications (#1930) 2025-12-10 12:39:05 +01:00
upload feat: format user mentions with display names in email notifications (#1930) 2025-12-10 12:39:05 +01:00
avatar.go feat: format user mentions with display names in email notifications (#1930) 2025-12-10 12:39:05 +01:00
inline_profile_picture_test.go feat: format user mentions with display names in email notifications (#1930) 2025-12-10 12:39:05 +01:00