whisper-money/app/Http
Víctor Falcón 418f38fe92 refactor(encryption): drop client-side encryption setup endpoint
Transactions now live unencrypted in the backend; new data is never
encrypted client-side again. Remove the /api/encryption/setup endpoint,
its form request, and the dead encrypted=false transaction filter.
The decrypt-migration path (encryption/message, encrypted=true) stays.
2026-06-20 12:22:54 +02:00
..
Controllers refactor(encryption): drop client-side encryption setup endpoint 2026-06-20 12:22:54 +02:00
Middleware feat(paywall): require a plan when the user has accepted AI (#564) 2026-06-19 14:18:49 +00:00
Requests refactor(encryption): drop client-side encryption setup endpoint 2026-06-20 12:22:54 +02:00
Responses fix: route new PWA guests to signup (#313) 2026-04-21 10:53:05 +01:00