whisper-money/app/Actions/Fortify
Víctor Falcón fde5405777
fix(user): persist detected timezones (#296)
## Summary
- store browser-detected IANA timezones on users during registration and
share the value to the frontend
- silently backfill missing timezones for authenticated users without
overwriting existing saved values
- add focused feature coverage for registration, shared props, and the
timezone backfill endpoint

## Testing
- php artisan test --compact tests/Feature/Auth/RegistrationTest.php
tests/Feature/InertiaSharedDataTest.php
tests/Feature/Settings/TimezoneTest.php
- npm test -- resources/js/utils/currency.test.ts
2026-04-16 11:36:57 +01:00
..
CreateNewUser.php fix(user): persist detected timezones (#296) 2026-04-16 11:36:57 +01:00
PasswordValidationRules.php chore: upgrade Laravel 12 to 13 (#242) 2026-03-25 12:56:33 +00:00
ResetUserPassword.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00