whisper-money/app
Víctor Falcón e5c180d014 fix: satisfy larastan on connection-accounts (dead null-coalesce, nullsafe)
- getSession PHPDoc now declares the optional accounts_data the real API
  returns; discover prefers it and falls back to accounts.
- Drop dead ?? fallbacks flagged at level 5 and avoid nullsafe on a
  non-nullable expression.
2026-06-18 15:59:22 +02:00
..
Actions refactor: centralize duplicated provider & locale keys into enums (#543) 2026-06-16 13:43:14 +00:00
Ai/Agents feat(ai): auto-categorize transactions with AI (behind flag) (#535) 2026-06-15 16:35:20 +02:00
Console/Commands feat(integration-requests): markdown comments and in-progress status (#553) 2026-06-18 08:36:43 +00:00
Contracts fix: satisfy larastan on connection-accounts (dead null-coalesce, nullsafe) 2026-06-18 15:59:22 +02:00
Enums feat(connections): gate manage-accounts behind a feature flag, refine targets 2026-06-18 15:54:01 +02:00
Events Add Budgeting Feature to Track and Manage Spending (#36) 2026-01-21 15:25:50 +01:00
Exceptions/Banking Handle transient EnableBanking sync failures (#358) 2026-05-06 09:24:05 +02:00
Features feat(connections): gate manage-accounts behind a feature flag, refine targets 2026-06-18 15:54:01 +02:00
Http fix: satisfy larastan on connection-accounts (dead null-coalesce, nullsafe) 2026-06-18 15:59:22 +02:00
Jobs refactor(banking): scalable per-provider sync via a syncer factory (#545) 2026-06-16 16:25:29 +02:00
Listeners fix(discord): skip zero-amount payment stats messages (#540) 2026-06-15 19:21:47 +02:00
Mail feat(leads): add user lead re-invite campaign (#432) 2026-05-26 08:35:31 +02:00
Models feat(integration-requests): add not-doable status with a public comment (#552) 2026-06-17 16:36:32 +02:00
Notifications fix: verify email via signed link without requiring login (#490) 2026-06-05 10:01:32 +02:00
Policies refactor(policies): extract HandlesUserOwnership trait (#478) 2026-06-03 17:43:30 +02:00
Providers feat(ai): auto-categorize transactions with AI (behind flag) (#535) 2026-06-15 16:35:20 +02:00
Rules feat: parent/child category tree (#474) 2026-06-03 19:30:12 +02:00
Services feat(ai): persist AI categorization suggestions below the label bar (#547) 2026-06-17 08:24:30 +00:00