whisper-money/resources/views
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
..
mail feat(encryption): add commands to warn and remove inactive encrypted-data accounts 2026-07-03 17:50:51 +02:00
vendor/mail feat(settings): let users disable bank transactions email (#472) 2026-06-02 12:24:39 +02:00
app.blade.php Harden browser storage and PostHog recording (#402) 2026-05-14 15:57:48 +02:00