it0/it0-web-admin
hailin 79d6e0b98a feat(invite): support phone number invitation with SMS notification
- TenantInvite entity: email nullable + phone field added
- createInvite() auto-detects email vs phone, routes to email/SMS
- SmsService: add sendInviteSms() with ALIYUN_SMS_INVITE_TEMPLATE_CODE
- acceptInvite(): handle phone-based invites (uniqueness check + insert)
- my-org page: email/phone toggle on invite form
- /invite/[token] page: display phone or email from invite info
- DB migration: phone column added, email made nullable

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 06:42:49 -07:00
..
public/icons feat: rename app from IT0 to iAgent (我智能体) 2026-02-22 06:39:40 -08:00
src feat(invite): support phone number invitation with SMS notification 2026-03-09 06:42:49 -07:00
.dockerignore fix: add Dockerfiles and fix docker-compose build configuration 2026-02-19 04:31:23 -08:00
Dockerfile fix: copy public/ directory in web-admin Dockerfile for static assets 2026-02-22 06:28:45 -08:00
deploy.sh feat: add deployment scripts with SSL support for production 2026-02-09 17:44:27 -08:00
next-env.d.ts feat: add dual tenant registration (self-service + invitation) 2026-02-22 03:10:18 -08:00
next.config.js fix: add Dockerfiles and fix docker-compose build configuration 2026-02-19 04:31:23 -08:00
package-lock.json feat(invite): send email notification on invite + QR codes in user management 2026-03-09 06:01:22 -07:00
package.json feat(invite): send email notification on invite + QR codes in user management 2026-03-09 06:01:22 -07:00
postcss.config.js Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
tailwind.config.ts feat: redesign sidebar with icons, collapse toggle, and improved theme 2026-02-22 02:09:28 -08:00
tsconfig.json Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00