aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/sspi_windows.go
Commit message (Expand)AuthorAgeFilesLines
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-201-1/+1
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-061-1/+2
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+3
* Send registration email on user autoregistration (#16523)zeripath2021-08-121-0/+4
* Refactor: Move login out of models (#16199)zeripath2021-07-241-6/+10
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-091-0/+246