aboutsummaryrefslogtreecommitdiff
path: root/utils/validate/names.go
AgeCommit message (Collapse)AuthorFilesLines
2026-03-08feat: Enhance mail and domain management UI and functionalityBobby1-0/+14
- Updated users page to include a help link with an icon. - Refactored sidebar navigation to improve organization and added collapsible sections for Domains and Mail. - Created new pages for managing domains and TLDs, including a detailed description of the Domain Manager. - Implemented confirmation modals for deleting TLDs with appropriate messaging. - Added JavaScript functionality for sidebar state management and confirmation modals. - Introduced new Go handlers for mail index and domain management. - Added validation functions for DNS labels and email local parts.