mitgliederverwaltung/lib/mv/authorization
Moritz 236eb53a24
Refactor: NoActor to SimpleCheck with compile-time environment check
This prevents security issues where :create/:read without actor would
be allowed in production. Now all operations require an actor in production.
2026-01-08 22:55:45 +01:00
..
checks Refactor: NoActor to SimpleCheck with compile-time environment check 2026-01-08 22:55:45 +01:00
authorization.ex feat: add get_role action to Authorization domain 2026-01-06 18:37:35 +01:00
permission_sets.ex fix: add missing /custom_field_values/:id page to read_only and normal_user 2026-01-06 22:17:33 +01:00
role.ex security: remove is_system_role from public API 2026-01-06 19:04:03 +01:00