vikunja/pkg/modules/auth/openid
kolaente 8409bdb120 refactor(user): export IsErrUserStatusError for use across packages
Make isErrUserStatusError public and replace all verbose
!IsErrAccountDisabled(err) && !IsErrAccountLocked(err) checks
with the shorter IsErrUserStatusError(err) call.
2026-03-23 12:06:16 +00:00
..
cron.go fix: add missing Commit() to write callers 2026-02-25 11:03:02 +01:00
main_test.go feat: move to slog for logging 2025-07-21 18:15:39 +02:00
openid.go refactor(user): export IsErrUserStatusError for use across packages 2026-03-23 12:06:16 +00:00
openid_test.go fix: eliminate nested database sessions to prevent table locks 2026-02-25 11:03:02 +01:00
providers.go fix(auth): do not panic with invalid openid provider configuration (#1354) 2025-08-31 07:17:50 +00:00
providers_test.go fix(auth): do not panic with invalid openid provider configuration (#1354) 2025-08-31 07:17:50 +00:00