mitgliederverwaltung/lib
Moritz bf2d0352c1 Add authorization policies to CustomFieldValue resource
- Authorizer and policies: bypass for read (member_id == actor.member_id),
  CustomFieldValueCreateScope for create, HasPermission for read/update/destroy.
- HasPermission: pass authorizer into strict_check helper; document that create
  must use a dedicated check (no filter).
2026-01-27 16:07:01 +01:00
..
accounts Fix: Don't cache nil in default_role_id to prevent bootstrap issues 2026-01-25 17:11:05 +01:00
membership Add authorization policies to CustomFieldValue resource 2026-01-27 16:07:01 +01:00
membership_fees Use authorize?: false for integrity checks in validations 2026-01-24 02:21:09 +01:00
mv Add authorization policies to CustomFieldValue resource 2026-01-27 16:07:01 +01:00
mv_web Fix missing max_errors assign in GlobalSettingsLive 2026-01-25 18:36:33 +01:00
mv.ex Add generated starter app 2025-03-18 15:05:27 +01:00
mv_web.ex Centralize role preloading in global LiveView on_mount 2026-01-22 21:36:15 +01:00