whisper-money/app/Features
Víctor Falcón d35a33990f feat(connections): gate manage-accounts behind a feature flag, refine targets
- Hide the 'Manage Accounts' entry behind the ManageBankAccounts Pennant
  feature, active only for the admin user (ADMIN_EMAIL). The controller also
  enforces the flag so the routes can't be reached directly.
- Exclude non-transactional account types (loan, investment, retirement, real
  estate) from change-destination/link targets, on the frontend list and
  enforced server-side via AccountType::canSyncBankTransactions().
- Stop syncing now asks for confirmation, explaining the account becomes a
  manual account that keeps its transactions but stops importing new ones.
2026-06-18 15:54:01 +02:00
..
AiCategorization.php feat(ai): auto-categorize transactions with AI (behind flag) (#535) 2026-06-15 16:35:20 +02:00
CalculateBalancesOnImport.php feat(import): calculate balances from transactions (#403) 2026-05-20 10:29:14 +01:00
ManageBankAccounts.php feat(connections): gate manage-accounts behind a feature flag, refine targets 2026-06-18 15:54:01 +02:00
TransactionAnalysis.php feat(transactions): save and reuse transaction filters (#496) 2026-06-05 18:00:14 +02:00