mitgliederverwaltung/test/mv_web
Moritz 4d3a64c177
Add Role resource policies (defense-in-depth)
- PermissionSets: Role read :all for own_data, read_only, normal_user; admin keeps full CRUD
- Role resource: authorizers and policies with HasPermission
- Tests: role_policies_test.exs (read all, create/update/destroy admin only)
- Fix existing tests to pass actor or authorize?: false for Role operations
2026-02-04 14:07:38 +01:00
..
components Tests: data-testid selectors, scoped delete, sidebar testid 2026-02-03 17:16:15 +01:00
controllers Add actor parameter to all tests requiring authorization 2026-01-24 02:21:02 +01:00
helpers Docs, gettext, and remaining test updates 2026-02-03 23:52:31 +01:00
live Add Role resource policies (defense-in-depth) 2026-02-04 14:07:38 +01:00
member_live Hide Regenerate Cycles button when no membership fee type assigned 2026-02-04 09:38:26 +01:00
plugs Fee settings and fee type form: pass actor for MembershipFeeType read 2026-02-03 23:52:27 +01:00
user_live ARIA: remove aria-sort from sort button; Password column tests 2026-02-04 11:06:55 +01:00
authorization_test.exs Add Role resource policies (defense-in-depth) 2026-02-04 14:07:38 +01:00
locale_test.exs add further locale tests 2025-06-18 23:35:43 +02:00