mitgliederverwaltung/lib/mv
Moritz 18ec4bfd16
All checks were successful
continuous-integration/drone/push Build is passing
fix: add missing /custom_field_values/:id page to read_only and normal_user
- Add /custom_field_values/:id to read_only pages (users can view list, should also view details)
- Add /custom_field_values/:id to normal_user pages
- Refactor tests to reduce duplication (use for-comprehension for structure tests)
- Add tests for invalid input types in valid_permission_set?/1
- Update @spec for valid_permission_set?/1 to accept any() type
2026-01-06 22:17:33 +01:00
..
accounts/user fix: extract member_id from relationship changes during validation (#168) 2025-11-20 16:51:43 +01:00
authorization fix: add missing /custom_field_values/:id page to read_only and normal_user 2026-01-06 22:17:33 +01:00
email_sync docs: add @doc to public functions in EmailSync, Validations, and Senders 2025-11-13 11:20:33 +01:00
membership/member/validations docs: add @doc to public functions in EmailSync, Validations, and Senders 2025-11-13 11:20:33 +01:00
membership_fees Refactor cycle generator and update translations 2025-12-26 21:01:17 +01:00
application.ex feat: add Task.Supervisor to supervision tree 2025-12-26 21:40:04 +01:00
config.ex refactor: extract sql_sandbox config to Mv.Config module 2025-12-26 21:40:12 +01:00
constants.ex Remove paid field from members 2025-12-18 15:11:02 +01:00
mailer.ex Add generated starter app 2025-03-18 15:05:27 +01:00
release.ex Add Release scripts & Dockerfile 2025-05-22 02:12:20 +02:00
repo.ex chore: enable trigram extension 2025-10-30 16:48:45 +01:00
secrets.ex docs: enable Credo ModuleDoc check and fix remaining modules 2025-11-13 11:20:33 +01:00