summaryrefslogtreecommitdiffstats
path: root/modules/auth/sso
Commit message (Expand)AuthorAgeFilesLines
* Move middlewares to web/middleware (#14480)Lunny Xiao2021-01-304-12/+12
* Fix access log (#14475)Lunny Xiao2021-01-273-14/+6
* Move macaron to chi (#14293)Lunny Xiao2021-01-262-8/+6
* Use IsProd instead of testing if it's equal. (#14336)Lunny Xiao2021-01-141-1/+1
* Fix typo (#14332)Lunny Xiao2021-01-141-1/+1
* Fix windows build error (#14263)Lunny Xiao2021-01-067-39/+42
* Fix recovery middleware to render gitea style page. (#13857)Lunny Xiao2021-01-058-59/+98
* API: Make BasicAuth Prefix case insensitive (#14106)65432020-12-231-1/+1
* Direct avatar rendering (#13649)silverwind2020-12-031-1/+1
* Skip SSPI authentication attempts for /api/internal (#12556)zeripath2020-08-223-1/+8
* Fix incorrect error logging in Stats indexer and OAuth2 (#12387)zeripath2020-08-011-1/+1
* Use google/uuid to instead satori/go.uuid (#11943)Lunny Xiao2020-06-182-5/+5
* Remove check on username if AccessToken authentication (#11015)zeripath2020-04-141-15/+5
* Add single sign-on support via SSPI on Windows (#8463)QuaSoft2019-11-237-0/+842