gitea/services/auth
Gusted ea0fe83888
Fix golangci-lint warnings (#17598 et al) (#17668)
Backport #17598 
Backport #17606 
Backport #17608 
Backport #17609

- Since https://gitea.com/gitea/test-env/pulls/10 the golangci-lint has been upgraded and is erroring about new warnings in the code, this PR fixes those warnings.
2021-11-16 20:38:49 +00:00
..
auth.go Allow BASIC authentication access to /:owner/:repo/releases/download/* (#16916) (#16923) 2021-09-02 12:34:49 -04:00
auth_test.go Allow BASIC authentication access to /:owner/:repo/releases/download/* (#16916) (#16923) 2021-09-02 12:34:49 -04:00
basic.go Allow BASIC authentication access to /:owner/:repo/releases/download/* (#16916) (#16923) 2021-09-02 12:34:49 -04:00
group.go Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#16086) 2021-06-09 19:53:16 +02:00
interface.go Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#16086) 2021-06-09 19:53:16 +02:00
oauth2.go Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#16086) 2021-06-09 19:53:16 +02:00
placeholder.go Fix golangci-lint warnings (#17598 et al) (#17668) 2021-11-16 20:38:49 +00:00
reverseproxy.go Allow BASIC authentication access to /:owner/:repo/releases/download/* (#16916) (#16923) 2021-09-02 12:34:49 -04:00
session.go Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#16086) 2021-06-09 19:53:16 +02:00
sspi_windows.go Fix various documentation, user-facing, and source comment typos (#16367) 2021-07-08 13:38:13 +02:00