gitea/modules/markup
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>
2022-01-19 23:26:57 +00:00
..
common Remove unneeded debug messages to stdout. (#18298) 2022-01-16 23:42:06 +08:00
csv
external Make Requests Processes and create process hierarchy. Associate OpenRepository with context. (#17125) 2021-11-30 20:06:32 +00:00
markdown Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
mdstripper A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
orgmode
html.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
html_internal_test.go Fix markdown URL parsing (#17924) 2021-12-11 19:21:36 +02:00
html_test.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
renderer.go Prevent double sanitize (#16386) 2021-11-19 18:46:47 +08:00
renderer_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
sanitizer.go Prevent double sanitize (#16386) 2021-11-19 18:46:47 +08:00
sanitizer_test.go