summaryrefslogtreecommitdiff
path: root/server.go
AgeCommit message (Collapse)AuthorFilesLines
2015-05-17Small fix with language detection.Horus31-0/+5
2015-05-17Improve tests. Fix (major) typos. Include Piwik and it tracks the language.Horus31-0/+4
2015-05-17Improved UX, security and presentation.Horus31-3/+7
2015-03-29Better logging with RemoteAddr.horus_arch1-2/+2
2015-03-29Add modified mailgraph.cgi. Update style.css. Complete test suite, every ↵horus_arch1-0/+1
function should be tested.
2015-03-23German translation.Horus31-1/+3
2015-03-23Reorder and restyle alert messages. Fixed bug in AuthUser(). Remove some ↵Horus31-1/+5
unnecessary CSS.
2015-03-23Add html documentation. Change password handler.horus_arch1-0/+18
2015-03-21Skip dns validation if the MX record points to the correct server. Bugfix: ↵horus_arch1-6/+10
Displays now flash message on success.
2015-03-20Fix bug which prevented creating a new entry.horus_arch1-2/+16
2015-03-20Check if domain points to mail server. Add http handler to create a new entry.Horus31-4/+5
2015-03-20Validate MX from domain. Improve Makefile. Add schema.txtHorus31-1/+4
2015-03-20Bundling functionality in server.go and improving code flow.horus_arch1-0/+37