Commit Graph

5 Commits

Author SHA1 Message Date
Víctor Falcón 0f527d0f26
Notify users about expired bank connections (#404)
## Summary
- mark expired EnableBanking connections during scheduled sync and queue
reconnect email
- add reconnect email/button route for expired connections
- surface expired connections in shared Inertia props and show
persistent reconnect toast

## Tests
- vendor/bin/pint --dirty --format agent
- php artisan test --compact
tests/Feature/OpenBanking/SyncRetryAndLoggingTest.php
--filter='expired|scheduled sync includes active enablebanking'
- php artisan test --compact
tests/Feature/OpenBanking/AuthorizationControllerTest.php
--filter='reauthorize|reconnect link'
- php artisan test --compact tests/Feature/InertiaSharedDataTest.php
--filter='expired banking'
- npm run types (fails on existing unrelated TypeScript errors; no
app.tsx/expiredBanking errors after Wayfinder generation)
2026-05-20 09:20:13 +02:00
Víctor Falcón 360a38a880
Update worktree script (#366)
## Summary\n- update worktree script\n\n## Tests\n- not run (script-only
change)
2026-05-07 20:43:58 +01:00
Víctor Falcón 169ebf22a5
worktree: Update script (#323) 2026-04-24 13:00:40 +01:00
Víctor Falcón 2b4e0e0984
chore: copy .pi dir in worktree setup (#319) 2026-04-23 08:43:06 +01:00
Víctor Falcón dbc356ab7b chore: Script to setup a worktree 2026-03-06 11:58:21 +01:00