vikunja/pkg/modules/migration/microsoft-todo
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
..
main_test.go feat: move to slog for logging 2025-07-21 18:15:39 +02:00
microsoft_todo.go fix: avoid mutating global http.DefaultClient in webhook proxy (#2145) 2026-01-24 13:58:47 +01:00
microsoft_todo_test.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00