brewlog/src/infrastructure
Jon Seager e58ea5758f
feat(backup): add database reset action to account page
- Add reset() method to BackupService that deletes all 8 coffee tables
  in a transaction, respecting FK constraint order
- Add POST /api/v1/backup/reset endpoint (requires auth)
- Add "Reset Database" button with double-confirmation to account page
- Stack data buttons vertically on mobile for better layout
2026-02-07 08:45:30 +00:00
..
client feat(brews): add quick notes 2026-02-05 20:42:03 +00:00
repositories fix: set HTTP client timeout and remove pagination double-fetch 2026-02-06 18:19:37 +00:00
ai.rs refactor(ai): make OpenRouter URL configurable for testability 2026-02-05 19:18:51 +00:00
auth.rs feat(auth): replace password auth with WebAuthn passkeys 2026-02-05 11:00:07 +00:00
backup.rs feat(backup): add database reset action to account page 2026-02-07 08:45:30 +00:00
database.rs perf(db): enable WAL mode, add tuning pragmas and missing indexes 2026-02-06 18:04:58 +00:00
foursquare.rs refactor: simplify overly nested and duplicated code across five modules 2026-02-04 19:25:35 +00:00
mod.rs feat(auth): replace password auth with WebAuthn passkeys 2026-02-05 11:00:07 +00:00
webauthn.rs feat(auth): replace password auth with WebAuthn passkeys 2026-02-05 11:00:07 +00:00