mitgliederverwaltung/test
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
..
accounts Improve oidc only mode (#474) 2026-03-16 19:09:07 +01:00
fixtures refactor 2026-01-25 17:31:42 +01:00
membership Accept future join dates: remove past-only validation and update tests 2026-05-12 23:14:44 +02:00
membership_fees Fix Credo Readability (strict) 2026-03-04 16:21:14 +01:00
mv fix(pdf-export): match DateTime.from_iso8601 three-tuple when formatting cells 2026-06-02 12:04:37 +02:00
mv_web fix(auth): redirect a live-view socket in the user-required guard 2026-06-02 12:19:21 +02:00
support fix: join confirmation mail configuration 2026-03-13 09:34:56 +01:00
seeds_test.exs test: move slow and less critical tests to nightly suite 2026-01-28 14:34:05 +01:00
test_helper.exs harden env handling (#481) 2026-04-08 10:40:22 +02:00