- Shipped
- April 24, 2026 at 1:50 AM UTC
- Author
- Kamo
- Commit
- 6542c70
Wires the new Subdomain Branches feature end-to-end on the backend: - SubdomainBranchesController for org-level enable + GoDaddy creds (live-verified) - GoDaddyDnsClient performs idempotent CNAME upserts and credential checks - DnsProvisioningService async-queues the standard KnownAliases subset and writes per-record rows to OrgDnsProvisionLog - SecurityModelController carries allowRootSubdomains + aliases[] on create/update - **************** accepts the web-alias path (useWebAlias + parentAliasType + parentAliasId + webAlias), computes the resulting FQDN under the parent's root zone, and kicks off DNS provisioning after the transactional org create completes - BranchTypeController's /creatable endpoint exposes the per-model aliases and parent-org subdomain-branches status so the wizard can gate the UI