aboutsummaryrefslogtreecommitdiff
path: root/services
AgeCommit message (Expand)AuthorFilesLines
2026-03-08fix(domain): ensure proper formatting of error messages and add newline at en...HEADmainBobby3-12/+12
2026-03-08Refactor DNS and SMTP configurations; add system DNS managementBobby5-64/+488
2026-03-08feat(dns): add update functionality for DNS records (MX, SRV, TXT)Bobby9-111/+173
2026-03-08feat(domains): enhance domain management UI with DNS records functionalityBobby4-48/+454
2026-03-08feat(dns): Implement DNS record management and query handlingBobby3-1/+49
2026-03-08Add webmail email management templates and storage utilitiesBobby3-4/+729
2026-03-08feat(domains): enhance TLD and domain management with edit and delete functio...Bobby7-1/+354
2026-03-08feat: Enhance mail and domain management UI and functionalityBobby5-16/+56
2026-03-08Refactor configuration handling and add mail management featuresBobby10-362/+18
2026-03-08feat(domains): add new TLD creation page and update sidebarBobby8-0/+320
2026-03-07feat: implement mailbox and user creation features with validation and dropdownsBobby2-0/+80
2026-03-07Refactor dashboard and mailboxes pages to integrate services for data retrievalBobby6-0/+227
2026-03-07Implement authentication system with login/logout functionality and session m...Bobby1-0/+37