aboutsummaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)AuthorFilesLines
2026-03-08Refactor DNS and SMTP configurations; add system DNS managementBobby4-89/+17
2026-03-08feat(dns): add update functionality for DNS records (MX, SRV, TXT)Bobby1-6/+6
2026-03-08feat(domains): enhance domain management UI with DNS records functionalityBobby2-13/+2
2026-03-08Refactor configuration handling and add mail management featuresBobby7-213/+194
2026-03-07feat: implement SMTP server with authentication, port validation, and email s...Bobby3-0/+99
2026-03-07feat: add configuration management and server setupBobby4-6/+32
2026-03-07Implement authentication system with login/logout functionality and session m...Bobby2-2/+9
2026-03-06Implement database connection and routing system with HTTP method supportBobby1-0/+2
2026-03-06Add configuration and logging modules with TOML supportBobby4-0/+164