You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/routers
zeripath 17c5c654a5
Prevent double-login for Git HTTP and LFS and simplify login (#15303)
* Prevent double-login for Git HTTP and LFS and simplify login

There are a number of inconsistencies with our current methods for
logging in for git and lfs. The first is that there is a double login
process. This is particularly evident in 1.13 where there are no less
than 4 hash checks for basic authentication due to the previous
IsPasswordSet behaviour.

This duplicated code had individual inconsistencies that were not
helpful and caused confusion.

This PR does the following:

* Remove the specific login code from the git and lfs handlers except
for the lfs special bearer token
* Simplify the meaning of DisableBasicAuthentication to allow Token and
Oauth2 sign-in.
* The removal of the specific code from git and lfs means that these
both now have the same login semantics and can - if not
DisableBasicAuthentication - login from external services. Further it
allows Oauth2 token authentication as per our standard mechanisms.
* The change in the recovery handler prevents the service from
re-attempting to login - primarily because this could easily cause a
further panic and it is wasteful.

* add test

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Andrew Thornton <art27@cantab.net>
3 years ago
..
admin Close the gitrepo when deleting the repository (#15876) 3 years ago
api/v1 Close the gitrepo when deleting the repository (#15876) 3 years ago
dev [refactor] replace int with httpStatusCodes (#15282) 3 years ago
events Code Formats, Nits & Unused Func/Var deletions (#15286) 3 years ago
org Unified link creation. (#15619) 3 years ago
private Prevent double-login for Git HTTP and LFS and simplify login (#15303) 3 years ago
repo Prevent double-login for Git HTTP and LFS and simplify login (#15303) 3 years ago
routes Prevent double-login for Git HTTP and LFS and simplify login (#15303) 3 years ago
user Fix goth user infer bug (#15821) 3 years ago
utils Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#12999) 3 years ago
home.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
init.go Refactor renders (#15175) 3 years ago
install.go Move modules/forms to services/forms (#15305) 3 years ago
metrics.go Move metrics from macaron to chi (#13601) 4 years ago
swagger_json.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago