vikunja/pkg
Claude 121fd3c9f1 feat: use openid provider name instead of generic "OIDC" in synced team names
Teams synced from OpenID Connect providers were always named with "(OIDC)"
suffix (e.g., "DevTeam (OIDC)"). This changes it to use the configured
provider name instead (e.g., "DevTeam (Keycloak)"), making it easier to
identify which provider a team came from when multiple OIDC providers are
configured. Existing team names will be updated automatically on next user
login.

https://claude.ai/code/session_012LXXPvYe6i27WTcha1PL7A
2026-03-24 12:30:06 +00:00
..
caldav fix(caldav): parse timestamps in configured timezone 2026-03-03 12:18:48 +01:00
cmd refactor(user): export IsErrUserStatusError for use across packages 2026-03-23 12:06:16 +00:00
config feat: add outgoingrequests config keys for centralized SSRF protection 2026-03-23 16:34:22 +00:00
cron fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
db test(auth): add comprehensive disabled/locked user auth tests 2026-03-23 16:37:26 +00:00
doctor chore(lint): suppress additional gosec false positives 2026-03-23 16:40:07 +01:00
e2etests test(webhooks): allow non-routable IPs in E2E tests 2026-03-19 15:18:06 +01:00
events feat: add InitEventsForTesting and Unfake for real event dispatch in tests 2026-03-05 12:49:27 +01:00
files refactor: replace afero with FileStorage interface 2026-03-20 10:59:44 +01:00
health feat: introduce shared health check logic (#1073) 2025-07-02 21:01:41 +00:00
i18n chore(i18n): update translations via Crowdin 2026-03-21 01:09:32 +00:00
initialize refactor: remove typesense support 2026-02-25 12:15:28 +01:00
log fix(log): write each log category to its own file (#2206) 2026-02-08 15:22:58 +00:00
mail fix(mail): disable queue when mailer disabled (#2069) 2026-01-08 15:51:31 +01:00
metrics fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
migration fix: use MySQL-compatible CREATE INDEX in migration 20260224215050 2026-03-23 16:45:50 +00:00
models fix: require admin access to list link shares 2026-03-23 20:39:31 +00:00
modules feat: use openid provider name instead of generic "OIDC" in synced team names 2026-03-24 12:30:06 +00:00
notifications test: add tests for conversational email system 2026-03-08 16:03:47 +01:00
plugins fix(deps): update module github.com/labstack/echo/v4 to v5 (#2131) 2026-01-24 20:38:32 +01:00
red fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
routes fix: strip BasicAuth credentials from user webhook API responses 2026-03-23 16:35:47 +00:00
swagger [skip ci] Updated swagger docs 2026-03-19 09:26:05 +00:00
user test(auth): add comprehensive disabled/locked user auth tests 2026-03-23 16:37:26 +00:00
utils chore(lint): suppress gosec false positives on SSRF-safe HTTP client calls 2026-03-23 16:34:22 +00:00
version fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
web feat(handlers): dispatch pending events after transaction commit 2026-03-03 12:46:34 +01:00
webtests test(auth): add comprehensive disabled/locked user auth tests 2026-03-23 16:37:26 +00:00