05/19 Update documents

This commit is contained in:
2026-05-19 12:43:08 -04:00
parent 1a51fbb673
commit 2049f06b05
2 changed files with 118 additions and 2 deletions
+20 -1
View File
@@ -291,4 +291,23 @@ bash scripts/backup_db.sh
## Licence
MIT — see `LICENSE`.
MIT — see `LICENSE`.
---
## Roadmap
| # | Feature | Notes |
|---|---------|-------|
| 1 | **One-time share links** | Single-use encrypted link for non-account recipients; key in URL fragment |
| 2 | **Custom fields** | Arbitrary key-value pairs per item; stored in encrypted blob |
| 3 | **Trusted devices** | Skip MFA for N days on trusted browsers |
| 4 | **Email notifications** | Alert on login from new IP, MFA changes, password change |
| 5 | **Audit log improvements** | Filter by type/date, CSV export, pagination |
| 6 | **Vault item attachments** | Client-side encrypted file attachments per item |
| 7 | **Collections / nested folders** | Group folders into top-level collections |
| 8 | **iOS AutoFill Extension** | Native credential filling in Safari and iOS apps |
| 9 | **Extension TOTP QR capture** | Detect and save TOTP secrets during 2FA setup |
| 10 | **Admin panel** | User management for multi-user deployments |
| 11 | **Backup verification cron** | Weekly automated restore test |
| 12 | **Health check endpoint** | `GET /health` for uptime monitors |