mitgliederverwaltung/lib/mv_web/controllers
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
..
join_confirm_html refactor: review remarks 2026-03-13 17:55:17 +01:00
page_html doc: added comments and updated to latest ashautentication version and required changes 2025-07-02 17:03:37 +02:00
auth_controller.ex fix(auth): trigger RP-initiated logout at OIDC provider 2026-06-01 19:59:52 +02:00
error_html.ex Add generated starter app 2025-03-18 15:05:27 +01:00
error_json.ex Add generated starter app 2025-03-18 15:05:27 +01:00
join_confirm_controller.ex feat: unify page titles 2026-03-13 19:01:50 +01:00
join_confirm_html.ex fix: translation of login page 2026-03-13 14:11:54 +01:00
member_export_controller.ex fix(member-export): forbid request without actor instead of falling through 2026-06-02 11:39:04 +02:00
member_pdf_export_controller.ex feat(export): include Fee Type and groups in PDF export 2026-02-24 00:20:29 +01:00
page_controller.ex feat: unify page titles 2026-03-13 19:01:50 +01:00
page_html.ex Add generated starter app 2025-03-18 15:05:27 +01:00