mitgliederverwaltung/lib/mv_web/live
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
..
auth Rename OIDC strategy from :rauthy to :oidc, update callback path 2026-02-24 11:51:00 +01:00
components fix: tests failing in ci 2026-02-19 08:55:55 +01:00
custom_field_live style: use same disabled field as for memberfield 2026-02-18 17:01:43 +01:00
group_live refactor: add data-testid selectors for groups ui 2026-02-20 16:34:15 +01:00
import_live chore: rename ImportExport module to Import 2026-02-17 18:59:18 +01:00
member_field_live FormComponent: persist vereinfacht_required_field? in socket 2026-02-23 22:50:34 +01:00
member_live Group cycle status buttons with DaisyUI join component 2026-02-24 11:50:59 +01:00
membership_fee_type_live Fee settings and fee type form: pass actor for MembershipFeeType read 2026-02-03 23:52:27 +01:00
role_live Centralize role preloading in global LiveView on_mount 2026-01-22 21:36:15 +01:00
user_live OIDC: use UserHelpers.has_oidc? in index and show 2026-02-04 11:40:21 +01:00
global_settings_live.ex Add Vereinfacht app URL setting and contact view URL 2026-02-23 19:54:43 +01:00
import_live.ex chore: rename ImportExport module to Import 2026-02-17 18:59:18 +01:00
membership_fee_settings_live.ex Fee settings and fee type form: pass actor for MembershipFeeType read 2026-02-03 23:52:27 +01:00
statistics_live.ex StatisticsLive: load statistics only in handle_params 2026-02-12 19:35:48 +01:00