mitgliederverwaltung/lib/mv/authorization
Moritz 1afb97b6df 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 13:40:22 +01:00
..
checks Add authorization policies to CustomFieldValue resource 2026-01-27 13:40:22 +01:00
actor.ex Restrict Actor.ensure_loaded to Mv.Accounts.User only 2026-01-22 23:17:55 +01:00
authorization.ex docs: Update domain Public API documentation 2026-01-20 15:50:08 +01:00
permission_sets.ex Add CustomFieldValue create/destroy :linked to own_data permission set 2026-01-27 13:40:12 +01:00
role.ex Add Role helper function and create_role_with_system_flag action 2026-01-24 19:15:05 +01:00