whisper-money/config
Víctor Falcón a53e2be57b
Remove encryption from browser tests and demo user (#129)
## Summary

- Removed all `setupEncryptionKey()` / `visitWithEncryptionKey()` calls
from browser tests — encryption key setup in localStorage is no longer
needed since new users don't have encryption
- Removed `encryption_salt` from `UserFactory::onboarded()` state and
`OnboardingFlowTest` user creation
- Removed `name_iv` from `Account::factory()` calls in
`BankAccountsTest`
- Deleted `DemoEncryptionService` and its unit test — demo command now
stores plaintext account names and transaction descriptions
- Removed `demoEncryptionKey` Inertia shared prop and `encryption_key`
from demo config
- Removed encryption helper methods from `TestCase.php` and global
`setupEncryptionKey()` from `Pest.php`

## Test plan

- [x] Run `php artisan test --exclude-testsuite=Browser` — all
non-browser tests pass
- [x] Run `php artisan test --testsuite=Browser` — browser tests pass
without encryption key setup
- [x] Run `php artisan demo:reset` — demo account created with plaintext
data
- [x] Verify existing encryption migration tests still pass
(`EncryptionTest`, `DecryptTransactionsTest`,
`PlaintextTransactionsTest`)
2026-02-17 11:45:27 +01:00
..
app.php Remove encryption from browser tests and demo user (#129) 2026-02-17 11:45:27 +01:00
auth.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
cache.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
cashier.php Subscriptions (#15) 2025-12-06 19:09:56 +01:00
database.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
filesystems.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
fortify.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
inertia.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
landing.php chore: Remove MetricsWave tracking integration 2026-02-07 18:53:21 +01:00
logging.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
mail.php fix: Disable email verification on dev/local 2026-02-07 17:52:53 +01:00
pennant.php Add Cashflow Analytics Feature (#49) 2026-01-05 13:06:50 +01:00
queue.php Reapply "swap horizon -> queue:work on mysql" 2025-12-30 07:22:18 +01:00
sentry.php Config bugsink on Laravel 2025-12-31 12:11:55 +01:00
services.php feat: Integrate EnableBanking as open banking provider (#106) 2026-02-12 09:09:28 +01:00
session.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
subscriptions.php Replace E2E encryption mentions with privacy-first messaging (#124) 2026-02-14 16:59:50 +01:00