vikunja/pkg/doctor
Claude fc9c21915d feat(auth): enforce OpenID Connect issuer uniqueness across providers
Detect when two configured OIDC providers resolve to the same issuer URL
at startup and halt with a fatal error, preventing team sync data
corruption caused by ambiguous (external_id, issuer) matching.

Also adds duplicate issuer detection to the doctor service diagnostics
and comprehensive tests with mock OIDC discovery servers.
2026-03-30 22:41:50 +00:00
..
config.go feat: rename ServiceJWTSecret to ServiceSecret with deprecation (#2502) 2026-03-30 12:07:01 +02:00
database.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
doctor.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
files.go feat(doctor): add detailed file diagnostics for local storage (#2179) 2026-01-30 10:23:39 +00:00
files_unix.go feat(doctor): add user namespace detection and improved storage diagnostics (#2180) 2026-02-01 11:57:35 +01:00
files_windows.go feat(doctor): add detailed file diagnostics for local storage (#2179) 2026-01-30 10:23:39 +00:00
output.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
services.go feat(auth): enforce OpenID Connect issuer uniqueness across providers 2026-03-30 22:41:50 +00:00
system.go feat(doctor): add user namespace detection and improved storage diagnostics (#2180) 2026-02-01 11:57:35 +01:00
system_unix.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
system_windows.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
types.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
userns_linux.go feat(doctor): add user namespace detection and improved storage diagnostics (#2180) 2026-02-01 11:57:35 +01:00
userns_other.go feat(doctor): add user namespace detection and improved storage diagnostics (#2180) 2026-02-01 11:57:35 +01:00