aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/signin.go
Commit message (Expand)AuthorAgeFilesLines
* remove util.OptionalBool and related functions (#29513)65432024-03-021-2/+2
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-1/+1
* Refactor Find Sources and fix bug when view a user who belongs to an unactive...Lunny Xiao2023-11-031-1/+4
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-2/+2
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-5/+6
* Modify OAuth login ui and fix display name, iconurl related logic (#25030)HesterG2023-06-081-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* 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