summaryrefslogtreecommitdiffstats
path: root/services/auth/source/smtp
Commit message (Expand)AuthorAgeFilesLines
* Improve utils of slices (#22379)Jason Song2023-01-111-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-274-8/+4
* Revert unrelated changes for SMTP auth (#21767)wxiaoguang2022-11-103-5/+5
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Rework mailer settings (#18982)Clar Fon2022-08-023-5/+5
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-2/+4
* format with gofumpt (#18184)65432022-01-201-4/+2
* Refactor auth package (#17962)Lunny Xiao2022-01-023-16/+16
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-242-11/+15
* Add SkipLocal2FA option to pam and smtp sources (#17078)zeripath2021-09-262-0/+6
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-243-25/+27
* Send registration email on user autoregistration (#16523)zeripath2021-08-121-1/+9
* Improve SMTP authentication and Fix user creation bugs (#16612)zeripath2021-08-113-25/+58
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-3/+1
* Refactor: Move login out of models (#16199)zeripath2021-07-244-0/+243