aboutsummaryrefslogtreecommitdiff
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 managementBobby37-466/+1740
2026-03-08feat(dns): add update functionality for DNS records (MX, SRV, TXT)Bobby37-224/+456
2026-03-08feat(domains): enhance domain management UI with DNS records functionalityBobby26-97/+961
2026-03-08feat(dns): Implement DNS record management and query handlingBobby31-84/+1190
2026-03-08feat(webmail): enhance tag input display and improve dropdown menu stylesBobby3-13/+37
2026-03-08Add webmail email management templates and storage utilitiesBobby44-88/+2417
2026-03-08feat(domains): enhance TLD and domain management with edit and delete functio...Bobby39-30/+1224
2026-03-08feat: Update sidebar navigation and enhance mail management UI with improved ...Bobby13-38/+70
2026-03-08feat: Enhance mail and domain management UI and functionalityBobby34-133/+527
2026-03-08Refactor configuration handling and add mail management featuresBobby98-1400/+832
2026-03-08feat(domains): add new TLD creation page and update sidebarBobby95-684/+1460
2026-03-07feat: implement mailbox and user creation features with validation and dropdownsBobby21-4/+462
2026-03-07Refactor dashboard and mailboxes pages to integrate services for data retrievalBobby36-81/+799
2026-03-07fix: move go-smtp and pongo2 dependencies to the main require blockBobby1-2/+2
2026-03-07feat: implement SMTP server with authentication, port validation, and email s...Bobby29-97/+534
2026-03-07Refactor dashboard templates and enhance URL handlingBobby22-98/+357
2026-03-07feat: implement request handling and dashboard features with new tags and uti...Bobby25-34/+608
2026-03-07refactor: remove authentication middleware and related importsBobby2-27/+1
2026-03-07refactor: simplify httpLogger function structureBobby1-20/+18
2026-03-07feat: add configuration management and server setupBobby30-16/+596
2026-03-07Implement authentication system with login/logout functionality and session m...Bobby33-13/+580
2026-03-06Implement database connection and routing system with HTTP method supportBobby16-7/+296
2026-03-06Add configuration and logging modules with TOML supportBobby20-0/+543
2026-03-06Update .gitignore to include IDE directories and binariesBobby1-2/+6
2026-03-06Initial commitBobby3-0/+55