summaryrefslogtreecommitdiffstats
path: root/services/auth/source/smtp/auth.go
Commit message (Expand)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Revert unrelated changes for SMTP auth (#21767)wxiaoguang2022-11-101-3/+3
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Rework mailer settings (#18982)Clar Fon2022-08-021-3/+3
* format with gofumpt (#18184)65432022-01-201-4/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+7
* Improve SMTP authentication and Fix user creation bugs (#16612)zeripath2021-08-111-19/+43
* Refactor: Move login out of models (#16199)zeripath2021-07-241-0/+81