vikunja/pkg/modules/migration
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
..
handler refactor: centralize HTTP error handling (#2062) 2026-01-08 10:02:59 +00:00
microsoft-todo fix: avoid mutating global http.DefaultClient in webhook proxy (#2145) 2026-01-24 13:58:47 +01:00
ticktick fix: TickTick import (#1871) 2025-11-25 22:32:39 +00:00
todoist feat(migration/todoist): migrate from Sync API v9 to API v1 (#2072) 2026-01-09 22:50:27 +01:00
trello feat: move to slog for logging 2025-07-21 18:15:39 +02:00
vikunja-file feat: move to slog for logging 2025-07-21 18:15:39 +02:00
create_from_structure.go fix(migration): reset buckets before creating related tasks so that they are actually created (#1015) 2025-06-25 14:03:44 +02:00
create_from_structure_test.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
db.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
errors.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
helpers.go feat(migration/todoist): migrate from Sync API v9 to API v1 (#2072) 2026-01-09 22:50:27 +01:00
helpers_test.go fix(migration): return proper error message when request fails 2025-11-12 20:25:17 +01:00
main_test.go feat: move to slog for logging 2025-07-21 18:15:39 +02:00
migration_status.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
migrator.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
testimage.jpg feat(migrators): remove wunderlist (#1346) 2022-12-29 17:12:39 +00:00