whisper-money/app
Víctor Falcón ecd1a07a0b fix(spaces): resolve inviter name without a non-null relation assumption
Larastan treats the invitedBy belongsTo as always present, so the nullsafe
access read as unnecessary. Resolve the inviter name via a scalar query keyed on
the nullable invited_by_id instead — correct when the inviter's account was
deleted (nullOnDelete) and Larastan-clean. Drops the unused invitation view key.
2026-07-09 12:48:01 +02:00
..
Actions feat(spaces): add Space model, schema and backfill foundation 2026-07-06 16:32:41 +02:00
Ai/Agents feat(ai): auto-categorize transactions with AI (behind flag) (#535) 2026-06-15 16:35:20 +02:00
Console/Commands fix(spaces): backfill soft-deleted users too 2026-07-09 12:48:00 +02:00
Contracts feat(connections): manage which accounts a bank connection syncs (#558) 2026-06-18 16:22:49 +02:00
Enums feat(transactions): serve import dedup and account ledger from the backend (#631) 2026-07-03 16:49:59 +02:00
Events Add Budgeting Feature to Track and Manage Spending (#36) 2026-01-21 15:25:50 +01:00
Exceptions/Banking fix(banking): skip inaccessible EnableBanking accounts instead of failing the connection (#559) 2026-06-19 08:59:05 +02:00
Features feat(spaces): scope reads by active space and add the space switcher 2026-07-09 12:48:00 +02:00
Http fix(spaces): make members first-class in shared spaces (review) 2026-07-09 12:48:01 +02:00
Jobs fix(queue): raise retry_after above the longest job timeout (PHP-LARAVEL-2D) (#645) 2026-07-05 09:31:23 +00:00
Listeners fix(discord): show old → new plan on plan change notification (#637) 2026-07-04 15:49:09 +00:00
Mail fix(spaces): resolve inviter name without a non-null relation assumption 2026-07-09 12:48:01 +02:00
Models fix(spaces): resolve inviter name without a non-null relation assumption 2026-07-09 12:48:01 +02:00
Notifications fix: verify email via signed link without requiring login (#490) 2026-06-05 10:01:32 +02:00
Policies fix(spaces): make members first-class in shared spaces (review) 2026-07-09 12:48:01 +02:00
Providers fix: stop double-dispatching transaction listeners (N+1 insert into jobs) (#620) 2026-07-02 13:26:45 +00:00
Rules feat: parent/child category tree (#474) 2026-06-03 19:30:12 +02:00
Services fix(spaces): make members first-class in shared spaces (review) 2026-07-09 12:48:01 +02:00