whisper-money/app
Víctor Falcón fbffdd3f3c
fix(open-banking): respect local email hours (#306)
## Summary
- avoid sending bank transaction synced emails during 23:00-08:00 in the
user's local timezone by re-releasing the job until the next local 08:00
- deduplicate the daily bank transaction email by the user's local date
instead of the UTC date
- add feature coverage for quiet hours, first allowed local send time,
and local-day deduplication

## Testing
- php artisan test --compact
tests/Feature/OpenBanking/SyncBankingConnectionJobTest.php
- vendor/bin/pint --dirty --format agent

## Notes
- existing 6-hour sync slots still leave at least one valid send slot
for every timezone
2026-04-19 16:44:40 +01:00
..
Actions fix(user): persist detected timezones (#296) 2026-04-16 11:36:57 +01:00
Console/Commands fix(demo-reset): use renamed 'ING Direct' bank (#301) 2026-04-17 09:43:15 +01:00
Contracts feat(banking): add banking:backfill-ibans command to populate missing IBANs (#221) 2026-03-12 10:58:55 +00:00
Enums fix: limit bank sync emails to one per day (#290) 2026-04-15 16:39:28 +02:00
Events Add Budgeting Feature to Track and Manage Spending (#36) 2026-01-21 15:25:50 +01:00
Http fix(cashflow): read period from server props instead of window (#302) 2026-04-17 10:27:49 +01:00
Jobs fix(open-banking): respect local email hours (#306) 2026-04-19 16:44:40 +01:00
Listeners feat(emails): co-founder language, welcome rewrite, and Spanish translations (#208) 2026-03-05 15:22:07 +01:00
Mail Cancel Enable Banking connections for free users (#289) 2026-04-15 16:23:03 +02:00
Models fix(user): persist detected timezones (#296) 2026-04-16 11:36:57 +01:00
Notifications feat: selective retry of failed lead email jobs (#286) 2026-04-15 08:00:29 +01:00
Policies feat(accounts): add real estate asset tracking (#241) 2026-03-24 10:21:32 +00:00
Providers feat(open-banking): remove feature flag gating (#297) 2026-04-17 10:20:05 +02:00
Services fix(budgets): retry assignment deadlocks (#304) 2026-04-19 11:21:27 +01:00