mitgliederverwaltung/lib/mv
Moritz 82ec4e565a refactor: use UUIDv7 and improve Role validations
- Change id from uuid_primary_key to uuid_v7_primary_key
- Replace custom validation with built-in one_of validation
- Add explicit on_delete: :restrict for users foreign key
- Update postgres references configuration
2026-01-06 18:14:16 +01:00
..
accounts/user fix: extract member_id from relationship changes during validation (#168) 2025-11-20 16:51:43 +01:00
authorization refactor: use UUIDv7 and improve Role validations 2026-01-06 18:14:16 +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