aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2026-03-08Refactor DNS and SMTP configurations; add system DNS managementBobby9-27/+413
2026-03-08feat(dns): add update functionality for DNS records (MX, SRV, TXT)Bobby3-1/+27
2026-03-08feat(domains): enhance domain management UI with DNS records functionalityBobby5-19/+141
2026-03-08feat(dns): Implement DNS record management and query handlingBobby7-15/+490
2026-03-08Add webmail email management templates and storage utilitiesBobby3-0/+64
2026-03-08feat(domains): enhance TLD and domain management with edit and delete functio...Bobby2-1/+55
2026-03-08feat: Enhance mail and domain management UI and functionalityBobby1-0/+14
2026-03-08Refactor configuration handling and add mail management featuresBobby25-295/+294
2026-03-08feat(domains): add new TLD creation page and update sidebarBobby23-417/+425
2026-03-07Refactor dashboard and mailboxes pages to integrate services for data retrievalBobby12-60/+282
2026-03-07feat: implement SMTP server with authentication, port validation, and email s...Bobby8-21/+202
2026-03-07Refactor dashboard templates and enhance URL handlingBobby3-2/+15
2026-03-07feat: implement request handling and dashboard features with new tags and uti...Bobby6-0/+169
2026-03-07feat: add configuration management and server setupBobby3-5/+12
2026-03-07Implement authentication system with login/logout functionality and session m...Bobby7-0/+272
2026-03-06Implement database connection and routing system with HTTP method supportBobby7-3/+143
2026-03-06Add configuration and logging modules with TOML supportBobby10-0/+325