mitgliederverwaltung/test/mv_web
Moritz 339d37937a
Rename OIDC strategy from :rauthy to :oidc, update callback path
- Rename AshAuthentication strategy from :oidc :rauthy to :oidc :oidc;
  generated actions are now register_with_oidc / sign_in_with_oidc.
- Update config keys (:rauthy → :oidc) in dev.exs and runtime.exs.
- Update default_redirect_uri to /auth/user/oidc/callback everywhere.
- Rename Mv.Accounts helper functions accordingly.
- Update Mv.Secrets, AuthController, link_oidc_account_live and all tests.
- Update docker-compose.prod.yml, .env.example, README and docs.

IMPORTANT: OIDC providers must be updated to use the new redirect URI
/auth/user/oidc/callback instead of /auth/user/rauthy/callback.
2026-02-24 11:51:00 +01:00
..
components feat: fix light dark mode issue 2026-02-19 12:55:29 +01:00
controllers Rename OIDC strategy from :rauthy to :oidc, update callback path 2026-02-24 11:51:00 +01:00
helpers Docs, gettext, and remaining test updates 2026-02-03 23:52:31 +01:00
live Rename OIDC strategy from :rauthy to :oidc, update callback path 2026-02-24 11:51:00 +01:00
member_live fix: treat URL with only custom fields as valid in ?fields= mode 2026-02-24 09:42:25 +01:00
plugs Add statistics route, permissions, and sidebar entry 2026-02-12 19:35:48 +01:00
user_live ARIA: remove aria-sort from sort button; Password column tests 2026-02-04 11:06:55 +01:00
authorization_test.exs Add Role resource policies (defense-in-depth) 2026-02-04 14:07:38 +01:00
locale_test.exs add further locale tests 2025-06-18 23:35:43 +02:00