vikunja/pkg/modules
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
..
auth refactor: centralize HTTP error handling (#2062) 2026-01-08 10:02:59 +00:00
avatar fix: avoid mutating global http.DefaultClient in webhook proxy (#2145) 2026-01-24 13:58:47 +01:00
background fix: avoid mutating global http.DefaultClient in webhook proxy (#2145) 2026-01-24 13:58:47 +01:00
dump feat: add --preserve-config flag to restore command (#1939) 2025-12-07 21:44:45 +00:00
keyvalue feat: add keyvalue.Remember function 2025-07-17 16:19:13 +02:00
migration fix: avoid mutating global http.DefaultClient in webhook proxy (#2145) 2026-01-24 13:58:47 +01:00