-
feat(accounts): implement user accounts, sessions, and dashboards
All checks were successfulBuild and Publish Docker Image / deploy (push) Successful in 1m8sreleased this
2026-05-30 15:42:35 +03:00 | 60 commits to master since this releaseIntroduce Stage 4 features to support multi-user accounts, cookie-based web sessions, and personal dashboards.
Changes include:
- Adding
/registerto bootstrap the first admin account and/login//logoutfor session management. - Creating a personal dashboard (
/app) to display owned boxes, storage usage, and upload history. - Implementing admin user management (
/admin/users) for generating invite links and managing user states. - Updating the bbolt database schema to store users, sessions, invites, and collections.
- Adding
golang.org/x/cryptofor password hashing and introducing unit tests for account handlers.
Downloads
- Adding