whisper-money/app
Víctor Falcón 2604f1158c
Support soft-deleted users with reusable emails (#316)
## Summary
- soft-delete users by adding `deleted_at` to `users`
- rename deleted user emails with a timestamp prefix so original email
can be reused
- block email sends and banking follow-up work for deleted users while
preserving data

## Testing
- php artisan test --compact tests/Feature/DeleteUserCommandTest.php
tests/Feature/Settings/ProfileUpdateTest.php
tests/Feature/Auth/RegistrationTest.php
tests/Feature/Auth/AuthenticationTest.php
tests/Feature/Jobs/Drip/SendWelcomeEmailJobTest.php
tests/Feature/Console/SendUpdateEmailCommandTest.php
- vendor/bin/pint --dirty --format agent
2026-04-22 11:41:41 +01:00
..
Actions feat(landing): add signed auth links (#312) 2026-04-21 08:28:59 +01:00
Console/Commands Support soft-deleted users with reusable emails (#316) 2026-04-22 11:41:41 +01:00
Contracts feat(banking): add banking:backfill-ibans command to populate missing IBANs (#221) 2026-03-12 10:58:55 +00:00
Enums fix: limit bank sync emails to one per day (#290) 2026-04-15 16:39:28 +02:00
Events Add Budgeting Feature to Track and Manage Spending (#36) 2026-01-21 15:25:50 +01:00
Http Support soft-deleted users with reusable emails (#316) 2026-04-22 11:41:41 +01:00
Jobs Support soft-deleted users with reusable emails (#316) 2026-04-22 11:41:41 +01:00
Listeners feat(emails): co-founder language, welcome rewrite, and Spanish translations (#208) 2026-03-05 15:22:07 +01:00
Mail Cancel Enable Banking connections for free users (#289) 2026-04-15 16:23:03 +02:00
Models Support soft-deleted users with reusable emails (#316) 2026-04-22 11:41:41 +01:00
Notifications feat: selective retry of failed lead email jobs (#286) 2026-04-15 08:00:29 +01:00
Policies feat(accounts): add real estate asset tracking (#241) 2026-03-24 10:21:32 +00:00
Providers feat(landing): add signed auth links (#312) 2026-04-21 08:28:59 +01:00
Services fix: route new PWA guests to signup (#313) 2026-04-21 10:53:05 +01:00