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.
gitea/routers/web
zeripath 5cb0c9aa0d
Propagate context and ensure git commands run in request context (#17868)
This PR continues the work in #17125 by progressively ensuring that git
commands run within the request context.

This now means that the if there is a git repo already open in the context it will be used instead of reopening it.

Signed-off-by: Andrew Thornton <art27@cantab.net>
3 years ago
..
admin Propagate context and ensure git commands run in request context (#17868) 3 years ago
auth Fix incorrect OAuth message (#18332) 3 years ago
dev Move user related model into models/user (#17781) 3 years ago
events Refactor auth package (#17962) 3 years ago
explore Move repository model into models/repo (#17933) 3 years ago
feed Propagate context and ensure git commands run in request context (#17868) 3 years ago
org Propagate context and ensure git commands run in request context (#17868) 3 years ago
repo Propagate context and ensure git commands run in request context (#17868) 3 years ago
user Propagate context and ensure git commands run in request context (#17868) 3 years ago
base.go
goget.go Refactor HTTP request context (#17979) 3 years ago
home.go Refactor auth package (#17962) 3 years ago
metrics.go
nodeinfo.go
swagger_json.go
web.go Support webauthn (#17957) 3 years ago