it0/it0-web-admin/src
hailin 5d81667ddd feat: add dual tenant registration (self-service + invitation)
Backend:
- Enhanced register endpoint to accept companyName for self-service
  tenant creation with schema provisioning and admin user setup
- Added TenantInvite entity with token-based invitation system
- Added invite CRUD endpoints to TenantController (create/list/revoke)
- Added public endpoints for invite validation and acceptance

Frontend:
- Created registration page with optional organization name field
- Created invitation acceptance page at /invite/[token]
- Added invite management UI to tenant detail page
- Updated login page with link to registration

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 03:10:18 -08:00
..
app feat: add dual tenant registration (self-service + invitation) 2026-02-22 03:10:18 -08:00
application fix: add users endpoint, admin route, and fix agent-config paths 2026-02-22 00:35:57 -08:00
domain Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
infrastructure feat: add dual tenant registration (self-service + invitation) 2026-02-22 03:10:18 -08:00
lib Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
presentation feat: redesign sidebar with icons, collapse toggle, and improved theme 2026-02-22 02:09:28 -08:00
stores Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
styles feat: redesign sidebar with icons, collapse toggle, and improved theme 2026-02-22 02:09:28 -08:00
types Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00