whisper-money/app/Http/Controllers/Api
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
..
AccountController.php refactor(api): standardize serialization via model $hidden (#492) 2026-06-05 13:57:34 +02:00
CashflowAnalyticsController.php fix(cashflow): bound trend window to prevent request timeout (#534) 2026-06-15 12:47:27 +02:00
CategoryMonthlyBreakdownController.php feat(analysis): per-category 12-month spending drawer (#519) 2026-06-11 09:52:53 +02:00
DashboardAnalyticsController.php feat: expand parent categories inline in breakdowns (#486) 2026-06-04 11:19:21 +02:00
ImportDataController.php refactor(api): standardize serialization via model $hidden (#492) 2026-06-05 13:57:34 +02:00
SavedFilterController.php feat(analysis): project-aware transaction analysis (#513) 2026-06-09 15:32:07 +02:00
TransactionAnalysisController.php feat(analysis): shared bar-list breakdowns in transaction drawer (#517) 2026-06-10 12:36:20 +02:00
TransactionController.php refactor(encryption): drop client-side encryption setup endpoint 2026-06-20 12:22:54 +02:00