gitea/routers/api/v1/misc
KN4CK3R 044c754ea5
Add `context.Context` to more methods ()
This PR adds a context parameter to a bunch of methods. Some helper
`xxxCtx()` methods got replaced with the normal name now.

Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
..
markdown.go Propagate context and ensure git commands run in request context ()
markdown_test.go Add link to user profile in markdown mention only if user exists ()
nodeinfo.go Add `context.Context` to more methods ()
signing.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
version.go Swagger info corrections ()