mitgliederverwaltung/test/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
..
custom_field_live Tests: use code interface for Member create/update (actor propagation) 2026-01-29 16:10:12 +01:00
group_live refactor: add data-testid selectors for groups ui 2026-02-20 16:34:15 +01:00
member_field_live Tests: restore settings in on_exit to avoid leftover state 2026-02-23 22:51:18 +01:00
member_live/index test: fee type column visibility, CSV export, export controller 2026-02-23 23:55:13 +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 Add Role resource policies (defense-in-depth) 2026-02-04 14:07:38 +01:00
user_live feat: add ui to add members to groups 2026-02-03 11:44:08 +01:00
global_settings_live_config_test.exs feat(vereinfacht): Settings UI and bulk sync 2026-02-23 19:51:32 +01:00
global_settings_live_test.exs test: add tests 2026-02-03 14:37:48 +01:00
import_live_test.exs chore: rename ImportExport module to Import 2026-02-17 18:59:18 +01:00
member_live_authorization_test.exs Tests: data-testid selectors, scoped delete, sidebar testid 2026-02-03 17:16:15 +01:00
profile_navigation_test.exs Rename OIDC strategy from :rauthy to :oidc, update callback path 2026-02-24 11:51:00 +01:00
role_live_test.exs Add Role resource policies (defense-in-depth) 2026-02-04 14:07:38 +01:00
statistics_live_test.exs StatisticsLiveTest: explicit auth (read_only) and redirect test for own_data 2026-02-12 19:35:48 +01:00
user_live_authorization_test.exs Tests: data-testid selectors, scoped delete, sidebar testid 2026-02-03 17:16:15 +01:00