| Commit message (Expand) | Author | Age | Files | Lines |
* | Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1... | Lunny Xiao | 2021-06-09 | 9 | -1051/+0 |
* | Fix bug in reverse proxy (#16026) | zeripath | 2021-05-31 | 1 | -1/+1 |
* | Allow Token/Basic auth on raw paths (#15987) | zeripath | 2021-05-27 | 4 | -11/+15 |
* | Create a session on ReverseProxy and ensure that ReverseProxy users cannot ch... | zeripath | 2021-05-15 | 1 | -5/+14 |
* | Prevent double-login for Git HTTP and LFS and simplify login (#15303) | zeripath | 2021-05-15 | 3 | -19/+167 |
* | Add trace logging to SSO methods (#15803) | zeripath | 2021-05-09 | 5 | -0/+20 |
* | Add SameSite setting for cookies (#14900) | zeripath | 2021-03-07 | 1 | -3/+2 |
* | Move middlewares to web/middleware (#14480) | Lunny Xiao | 2021-01-30 | 4 | -12/+12 |
* | Fix access log (#14475) | Lunny Xiao | 2021-01-27 | 3 | -14/+6 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 2 | -8/+6 |
* | Use IsProd instead of testing if it's equal. (#14336) | Lunny Xiao | 2021-01-14 | 1 | -1/+1 |
* | Fix typo (#14332) | Lunny Xiao | 2021-01-14 | 1 | -1/+1 |
* | Fix windows build error (#14263) | Lunny Xiao | 2021-01-06 | 7 | -39/+42 |
* | Fix recovery middleware to render gitea style page. (#13857) | Lunny Xiao | 2021-01-05 | 8 | -59/+98 |
* | API: Make BasicAuth Prefix case insensitive (#14106) | 6543 | 2020-12-23 | 1 | -1/+1 |
* | Direct avatar rendering (#13649) | silverwind | 2020-12-03 | 1 | -1/+1 |
* | Skip SSPI authentication attempts for /api/internal (#12556) | zeripath | 2020-08-22 | 3 | -1/+8 |
* | Fix incorrect error logging in Stats indexer and OAuth2 (#12387) | zeripath | 2020-08-01 | 1 | -1/+1 |
* | Use google/uuid to instead satori/go.uuid (#11943) | Lunny Xiao | 2020-06-18 | 2 | -5/+5 |
* | Remove check on username if AccessToken authentication (#11015) | zeripath | 2020-04-14 | 1 | -15/+5 |
* | Add single sign-on support via SSPI on Windows (#8463) | QuaSoft | 2019-11-23 | 7 | -0/+842 |