1
0
Fork 0
forked from NYANDEV/forgejo
forgejo/routers/web
zeripath 01087e9eef
Make Requests Processes and create process hierarchy. Associate OpenRepository with context. ()
This PR registers requests with the process manager and manages hierarchy within the processes.

Git repos are then associated with a context, (usually the request's context) - with sub commands using this context as their base context.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-11-30 20:06:32 +00:00
..
admin Make Requests Processes and create process hierarchy. Associate OpenRepository with context. () 2021-11-30 20:06:32 +00:00
dev Move user related model into models/user () 2021-11-24 17:49:20 +08:00
events Move login related structs and functions to models/login () 2021-09-24 19:32:56 +08:00
explore Move more model into models/user () 2021-11-28 22:11:58 +08:00
feed Move user related model into models/user () 2021-11-24 17:49:20 +08:00
org Move more model into models/user () 2021-11-28 22:11:58 +08:00
repo Make Requests Processes and create process hierarchy. Associate OpenRepository with context. () 2021-11-30 20:06:32 +00:00
user Move more model into models/user () 2021-11-28 22:11:58 +08:00
base.go Fix nil checking on typed interface () 2021-11-15 21:16:11 +08:00
goget.go A better go code formatter, and now make fmt can run in Windows () 2021-11-17 20:34:35 +08:00
home.go Refactor routers directory () 2021-06-09 01:33:54 +02: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 Implement Well-Known URL for password change () 2021-11-26 22:55:11 +08:00