whisper-money/app/Http/Requests/Concerns
Víctor Falcón dd43b88fff fix(spaces): make members first-class in shared spaces (review)
Address the review findings that blocked collaboration and hardened tenancy:
- Ownership validation and the view/budget/real-estate policies scope by the
  active space instead of user_id, so a member can open detail pages and create
  or edit data in a shared space (previously 422/403).
- Authorize purely on live space membership, dropping the current_space_id
  shortcut, and reset a removed member's pointer to their personal space so no
  stale-pointer write window remains.
- Apply automation rules per space, so a multi-space owner's personal-space
  rules never categorise a business-space transaction.
- Flush the offline cursor before the rows on space switch to avoid a stale
  re-sync. Adds member-access tests.
2026-07-09 12:48:01 +02:00
..
ResolvesCategoryCashflowDirection.php refactor(requests): share category cashflow direction resolution (#479) 2026-06-03 17:39:40 +02:00
ValidatesAccountDetailRules.php refactor(requests): share account detail validation rules (#481) 2026-06-03 19:01:03 +02:00
ValidatesUserOwnedResources.php fix(spaces): make members first-class in shared spaces (review) 2026-07-09 12:48:01 +02:00