it0/it0-web-admin/src
hailin 96bf5e7390 feat(auth): add phone registration support + enterprise register page redesign
- User entity: email nullable, add phone field (nullable unique)
- AuthService/Controller: login/register accept email OR phone
- UserRepository: findByPhone(), findByIdentifier() (auto-detects email vs phone)
- Migration 007: ALTER public.users + all existing tenant schemas to add phone
- Tenant schema template (002): users table now includes phone column
- Register page: enterprise-focused design, email/phone toggle, app download section
- Auth i18n (zh/en): new keys for phone, enterprise messaging, download CTA

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-07 03:14:47 -08:00
..
app feat(auth): add phone registration support + enterprise register page redesign 2026-03-07 03:14:47 -08:00
application fix: correct all web-admin API endpoint URLs to match backend routes 2026-03-02 09:29:51 -08:00
domain feat(web-admin): add App Version Management page for IT0 App 2026-03-06 04:51:19 -08:00
i18n feat(auth): add phone registration support + enterprise register page redesign 2026-03-07 03:14:47 -08:00
infrastructure fix(web-admin): fix TypeScript cast error in normalize() for AppVersion 2026-03-06 04:54:46 -08:00
lib Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
presentation fix(topbar): hide tenant indicator for platform admin users 2026-03-07 01:36:39 -08:00
stores fix: correct all web-admin API endpoint URLs to match backend routes 2026-03-02 09:29:51 -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