aboutsummaryrefslogtreecommitdiffstats
path: root/models/auth/source.go
Commit message (Expand)AuthorAgeFilesLines
* allow synchronizing user status from OAuth2 login providers (#31572)Rowan Bohde2024-07-161-1/+1
* remove util.OptionalBool and related functions (#29513)65432024-03-021-4/+5
* Revert "Support SAML authentication (#25165)" (#29358)65432024-02-241-38/+0
* Support SAML authentication (#25165)techknowlogick2024-02-231-0/+38
* Avoid cycle-redirecting user/login page (#28636)wxiaoguang2023-12-301-5/+1
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-071-2/+2
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-15/+5
* Fix wrong xorm Delete usage (#27995)Nanguan Lin2023-11-121-1/+1
* Refactor Find Sources and fix bug when view a user who belongs to an unactive...Lunny Xiao2023-11-031-28/+21
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-23/+24
* Fix 500 error if there is a name conflict when edit authentication source (#2...yp053272023-03-311-1/+8
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+11
* Refactor auth package (#17962)Lunny Xiao2022-01-021-0/+397