mitgliederverwaltung/lib
Moritz 04ab05f556 fix(member-export): forbid request without actor instead of falling through
The nil-actor guard used a one-armed if and continued into the export path regardless. The CheckPagePermission plug already halts unauthenticated requests before this controller runs, so the corrected early return preserves observable behavior while removing the dead fall-through. The export action is split into per-payload clauses so the guard reads as a flat early return.
2026-06-02 11:39:04 +02:00
..
accounts Improve oidc only mode (#474) 2026-03-16 19:09:07 +01:00
membership refactor(types): reconcile @specs with their success typings 2026-06-02 11:25:03 +02:00
membership_fees MembershipFeeCycle: own_data read :linked via bypass and HasPermission scope 2026-02-04 09:20:10 +01:00
mix/tasks refactor: adress review comments 2026-03-09 18:54:40 +01:00
mv refactor(release): bind discarded results of side-effecting release tasks 2026-06-02 11:33:14 +02:00
mv_web fix(member-export): forbid request without actor instead of falling through 2026-06-02 11:39:04 +02:00
mv.ex Add generated starter app 2025-03-18 15:05:27 +01:00
mv_web.ex Fix Credo Readability (strict) 2026-03-04 16:21:14 +01:00