1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-02 22:01:24 +00:00
forgejo/routers/web
zeripath 5cb0c9aa0d
Propagate context and ensure git commands run in request context ()
This PR continues the work in  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>
2022-01-19 23:26:57 +00:00
..
admin Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
auth Fix incorrect OAuth message () 2022-01-19 19:05:06 +00:00
dev Move user related model into models/user () 2021-11-24 17:49:20 +08:00
events Refactor auth package () 2022-01-02 21:12:35 +08:00
explore Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
feed Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
org Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
repo Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
user Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
base.go Fix nil checking on typed interface () 2021-11-15 21:16:11 +08:00
goget.go Refactor HTTP request context () 2021-12-15 14:59:57 +08:00
home.go Refactor auth package () 2022-01-02 21:12:35 +08:00
metrics.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
nodeinfo.go Add nodeinfo endpoint for federation purposes () 2021-09-28 01:38:06 +02:00
swagger_json.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
web.go Support webauthn () 2022-01-14 16:03:31 +01:00