mitgliederverwaltung/test/mv_web
Moritz a7ad608051 fix(auth): redirect a live-view socket in the user-required guard
LiveSession.assign_new_resources/2 is typed to return a Phoenix.Socket, which made the on_mount redirect type-incompatible. The authenticated-routes live_session already assigns current_user, so the guard reads it from socket.assigns directly. Also assign the locale into the socket actually used by the no-user redirect instead of discarding it.
2026-06-02 12:19:21 +02:00
..
components feat(member-filter): add date filter sections with active-count badge and reset support 2026-05-20 16:32:29 +02:00
controllers fix(auth): trigger RP-initiated logout at OIDC provider 2026-06-01 19:59:52 +02:00
helpers feat: add timezone handling 2026-03-13 18:22:12 +01:00
live feat(member-filter): add date filter sections with active-count badge and reset support 2026-05-20 16:32:29 +02:00
member_live fix(membership-fees): show error for unparseable cycle date instead of crashing 2026-06-02 12:08:19 +02:00
plugs Improve oidc only mode (#474) 2026-03-16 19:09:07 +01:00
user_live fix: failing tests 2026-03-13 19:25:23 +01:00
authorization_test.exs Fix Credo Readability (strict) 2026-03-04 16:21:14 +01:00
live_user_auth_test.exs fix(auth): redirect a live-view socket in the user-required guard 2026-06-02 12:19:21 +02:00
locale_test.exs add further locale tests 2025-06-18 23:35:43 +02:00