whisper-money/app/Http/Middleware
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
..
BlockDemoAccountActions.php feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
EnsureOnboardingComplete.php chore: upgrade Laravel 12 to 13 (#242) 2026-03-25 12:56:33 +00:00
EnsureUserIsSubscribed.php feat(open-banking): remove feature flag gating (#297) 2026-04-17 10:20:05 +02:00
HandleAppearance.php chore: upgrade Laravel 12 to 13 (#242) 2026-03-25 12:56:33 +00:00
HandleInertiaRequests.php feat(connections): gate manage-accounts behind a feature flag, refine targets 2026-06-18 15:54:01 +02:00
SetLocale.php refactor: centralize duplicated provider & locale keys into enums (#543) 2026-06-16 13:43:14 +00:00
SetSentryUser.php Add Sentry user context (#348) 2026-05-04 13:26:50 +01:00
TrackLastActiveAt.php feat(users): track last login and last active timestamps (#516) 2026-06-10 11:01:30 +02:00
WithoutSsr.php Disable SSR for dashboard routes and extract API routes (#19) 2025-12-08 19:21:48 +01:00