dbx/src-web/src
t8y2 0f40488bf1 feat(web): add password setup page, change password, and settings tabs
- First-time visitors see a password setup page instead of open access
- Password persisted to SQLite (env var DBX_PASSWORD takes priority)
- Add change password in settings dialog (Security tab, web only)
- Split settings dialog into Editor and Security tabs
- Argon2 hashing for all password storage
2026-05-05 22:22:04 +08:00
..
routes feat(update): add API endpoint to retrieve app version and update client-side calls 2026-05-05 16:01:38 +08:00
auth.rs feat(web): add password setup page, change password, and settings tabs 2026-05-05 22:22:04 +08:00
error.rs feat: add web deployment with axum server, Docker support, and browser UI 2026-05-05 03:16:50 +08:00
main.rs feat(web): add password setup page, change password, and settings tabs 2026-05-05 22:22:04 +08:00
sse.rs feat: add web deployment with axum server, Docker support, and browser UI 2026-05-05 03:16:50 +08:00
state.rs feat(web): add password setup page, change password, and settings tabs 2026-05-05 22:22:04 +08:00