summaryrefslogtreecommitdiffstats
path: root/services/auth/sspi.go
Commit message (Expand)AuthorAgeFilesLines
* remove util.OptionalBool and related functions (#29513)65432024-03-021-2/+1
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-231-2/+3
* Fix SSPI user creation (#28948)KN4CK3R2024-01-271-7/+3
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-1/+2
* 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-3/+3
* Make SSPI auth mockable (#27036)wxiaoguang2023-09-171-0/+223