aboutsummaryrefslogtreecommitdiff
path: root/middleware
AgeCommit message (Expand)AuthorFilesLines
2026-03-08feat(domains): add new TLD creation page and update sidebarBobby1-1/+1
2026-03-07feat: implement SMTP server with authentication, port validation, and email s...Bobby3-75/+0
2026-03-07feat: implement request handling and dashboard features with new tags and uti...Bobby2-0/+13
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 setupBobby4-0/+91
2026-03-07Implement authentication system with login/logout functionality and session m...Bobby2-0/+31