gitea/modules/markup
Jason Song f4d3120f9d
Fix `IsObjectExist` with gogit ()
Fix .

When gogit is enabled, `IsObjectExist` calls
`repo.gogitRepo.ResolveRevision`, which is not correct. It's for
checking references not objects, it could work with commit hash since
it's both a valid reference and a commit object, but it doesn't work
with blob objects.

So it causes  because it reports that all blob objects do not
exist.
..
asciicast Support asciicast files as new markup ()
common Make `user-content-* ` consistent with github ()
console bump golang deps ()
csv Add `MAX_ROWS` option for CSV rendering ()
external Rework markup link rendering ()
markdown Fix markdown preview $$ support ()
mdstripper Resolve lint for unused parameter and unnecessary type arguments ()
orgmode fix: rendering internal file links in org ()
camo.go Implement FSFE REUSE for golang files ()
camo_test.go Implement FSFE REUSE for golang files ()
html.go Fix `IsObjectExist` with gogit ()
html_codepreview.go Refactor AppURL usage ()
html_codepreview_test.go Render embedded code preview by permlink in markdown ()
html_internal_test.go Fix hash render end with colon ()
html_link.go Fix rendered wiki page link ()
html_node.go Support relative paths to videos from Wiki pages ()
html_test.go Support relative paths to videos from Wiki pages ()
main_test.go Use repo as of renderctx's member rather than a repoPath on metas ()
renderer.go Fix rendered wiki page link ()
renderer_test.go Move `IsReadmeFile*` from `modules/markup/` to `modules/util` ()
sanitizer.go Split sanitizer functions and fine-tune some tests ()
sanitizer_custom.go Split sanitizer functions and fine-tune some tests ()
sanitizer_default.go Split sanitizer functions and fine-tune some tests ()
sanitizer_default_test.go Split sanitizer functions and fine-tune some tests ()
sanitizer_description.go Split sanitizer functions and fine-tune some tests ()
sanitizer_description_test.go Split sanitizer functions and fine-tune some tests ()