zerobyte/app/client/components
Jakub Trávník a4d0c7b0c9 feat: add two-factor authentication (TOTP) support
- Add 2FA endpoints for setup, enable, disable, and verify
- Encrypt TOTP secrets with AES-256-GCM before storing
- Require password for both enabling and disabling 2FA
- Invalidate all sessions when 2FA status changes
- Add QR code display using qrcode.react (client-side)
- Add 2FA verification step in login flow
- Add CLI recovery command: 2fa disable -u <username>
- Add success variant to Badge component
- Update README with 2FA documentation
2026-01-03 00:19:04 +01:00
..
ui feat: add two-factor authentication (TOTP) support 2026-01-03 00:19:04 +01:00
app-breadcrumb.tsx refactor(breadcrumbs): use handler & match pattern 2025-11-13 22:28:53 +01:00
app-sidebar.tsx feat: version link to gh release in sidebar (#203) 2025-12-21 14:39:30 +01:00
auth-layout.tsx refactor: rebrand to zerobyte (#45) 2025-11-20 18:59:57 +01:00
bytes-size.tsx refactor: unify backend and frontend servers (#3) 2025-11-13 20:11:46 +01:00
cron-input.tsx feat(schedule-form): allow custom cron expression (#214) 2025-12-22 20:51:46 +01:00
directory-browser.tsx refactor(browsers): create hook for common operations 2025-11-14 20:56:06 +01:00
empty-state.tsx refactor: unify backend and frontend servers (#3) 2025-11-13 20:11:46 +01:00
file-tree.tsx chore: small code style changes 2025-12-22 20:51:46 +01:00
grid-background.tsx refactor: unify backend and frontend servers (#3) 2025-11-13 20:11:46 +01:00
layout.tsx refactor: rebrand to zerobyte (#45) 2025-11-20 18:59:57 +01:00
onoff.tsx refactor: unify backend and frontend servers (#3) 2025-11-13 20:11:46 +01:00
path-selector.tsx restore as a page (#87) 2025-11-30 16:43:34 +01:00
repository-icon.tsx feat: add sftp repositories support (#36) 2025-11-20 20:31:40 +01:00
restore-form.tsx fix: allow arbitrary name for repositories and correctly import existing local repos (#197) 2025-12-22 20:52:26 +01:00
snapshots-table.tsx refactor: tag snapshots with schedule short_id instead of db id (#248) 2025-12-28 11:42:25 +01:00
sortable-card.tsx fix(sortable-card): keep opacity at 100 on mobile 2025-12-17 09:00:55 +01:00
status-dot.tsx feat: exclude specific xattr during restore 2025-11-22 17:39:08 +01:00
volume-file-browser.tsx refactor(browsers): create hook for common operations 2025-11-14 20:56:06 +01:00
volume-icon.tsx feat: add support for SFTP volume backend (#249) 2025-12-28 18:30:49 +01:00