zerobyte/app/server/modules
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
..
auth feat: add two-factor authentication (TOTP) support 2026-01-03 00:19:04 +01:00
backends feat: add support for SFTP volume backend (#249) 2025-12-28 18:30:49 +01:00
backups feat: include schedule name in backup notifications and logs (#215) 2026-01-02 14:22:03 +01:00
events feat: server timeout env (#219) 2025-12-22 17:34:27 +01:00
lifecycle refactor: tag snapshots with schedule short_id instead of db id (#248) 2025-12-28 11:42:25 +01:00
notifications feat: add generic webhook form & refactor each type in its own form (#239) 2026-01-02 14:56:35 +01:00
repositories refactor: tag snapshots with schedule short_id instead of db id (#248) 2025-12-28 11:42:25 +01:00
system feat: server timeout env (#219) 2025-12-22 17:34:27 +01:00
volumes feat: add support for SFTP volume backend (#249) 2025-12-28 18:30:49 +01:00