aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/source/smtp/source_authenticate.go
Commit message (Expand)AuthorAgeFilesLines
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-231-1/+2
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-2/+3
* Do not send "registration success email" for external auth sources (#24632)wxiaoguang2023-05-101-3/+0
* Improve utils of slices (#22379)Jason Song2023-01-111-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Revert unrelated changes for SMTP auth (#21767)wxiaoguang2022-11-101-1/+1
* Rework mailer settings (#18982)Clar Fon2022-08-021-1/+1
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-2/+4
* Refactor auth package (#17962)Lunny Xiao2022-01-021-3/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-8/+8
* Add SkipLocal2FA option to pam and smtp sources (#17078)zeripath2021-09-261-0/+5
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-16/+17
* Send registration email on user autoregistration (#16523)zeripath2021-08-121-1/+9
* Improve SMTP authentication and Fix user creation bugs (#16612)zeripath2021-08-111-4/+11
* Refactor: Move login out of models (#16199)zeripath2021-07-241-0/+71