whisper-money/app/Http
Víctor Falcón e3c2d2fd82
Fix duplicate category name validation (#364)
## Summary
- validate category names against the existing per-user unique index
- return validation errors for create/update duplicate races instead of
500s
- cover create, update, soft-delete, cross-user, and DB race cases

Fixes PHP-LARAVEL-1E
Fixes PHP-LARAVEL-1F

## Tests
- php artisan test --compact tests/Feature/Settings/CategoryTest.php
- vendor/bin/pint --dirty --format agent
- git diff --check
2026-05-07 12:55:35 +01:00
..
Controllers Fix duplicate category name validation (#364) 2026-05-07 12:55:35 +01:00
Middleware Add Sentry user context (#348) 2026-05-04 13:26:50 +01:00
Requests Fix duplicate category name validation (#364) 2026-05-07 12:55:35 +01:00
Responses fix: route new PWA guests to signup (#313) 2026-04-21 10:53:05 +01:00