Commit Graph

3 Commits

Author SHA1 Message Date
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
Víctor Falcón de1ecf3b8c
Remove unused controllers and routes (#11) 2025-12-04 08:48:17 +01:00
Víctor Falcón 292297f483 E2E Encryption 2025-11-07 14:21:25 +00:00