whisper-money/app/Console/Commands/Concerns
Víctor Falcón ece5cd5d27 feat(encryption): add commands to warn and remove inactive encrypted-data accounts
Add two artisan commands to retire legacy client-side encrypted data:

- encryption:notify-removal queues a re-engagement/deletion warning to
  every user who still has an encrypted transaction or account
  (non-null *_iv columns), reusing SendUpdateEmailJob.
- encryption:delete-accounts soft-deletes and anonymizes those users
  when they have not signed in within the grace window (--days, default 7),
  sparing anyone who came back and never touching the demo account.

Both support --dry-run and --force and share the target query via the
FindsUsersWithLegacyEncryption concern.
2026-07-03 17:50:51 +02:00
..
FindsUsersWithLegacyEncryption.php feat(encryption): add commands to warn and remove inactive encrypted-data accounts 2026-07-03 17:50:51 +02:00
RendersReportToConsole.php feat(stats): add --no-discord to the remaining report commands (#607) 2026-06-29 15:32:31 +02:00
ResolvesFeatures.php refactor(real-estate): remove Pennant gating (#308) 2026-04-20 13:31:49 +01:00