aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/signin.go
Commit message (Expand)AuthorAgeFilesLines
* Restore user autoregistration with email addresses (#19261)zeripath2022-03-311-29/+39
* Fix login with email panic when email is not exist (#18941)Lunny Xiao2022-02-281-1/+1
* Fix login with email for ldap users (#18800)Lunny Xiao2022-02-201-1/+1
* Fix ldap loginname (#18789)Johan Van de Wauw2022-02-181-4/+5
* Refactor auth package (#17962)Lunny Xiao2022-01-021-5/+5
* Fix code formating (#17830)mscherer2021-11-271-3/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-19/+18
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-2/+1
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-1/+2
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-3/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Make LDAP be able to skip local 2FA (#16954)zeripath2021-09-171-14/+14
* Refactor: Move login out of models (#16199)zeripath2021-07-241-0/+113