summaryrefslogtreecommitdiffstats
path: root/services/auth/signin.go
Commit message (Expand)AuthorAgeFilesLines
* 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