0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-22 14:26:02 +01:00
gitea/modules/markup
Jason Song f4d3120f9d
Fix IsObjectExist with gogit (#31790)
Fix #31271.

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 #31271 because it reports that all blob objects do not
exist.
2024-08-09 02:40:45 +00:00
..
asciicast
common
console bump golang deps (#31422) 2024-06-24 13:26:42 +00:00
csv Add MAX_ROWS option for CSV rendering (#30268) 2024-06-06 16:06:59 +08:00
external
markdown Fix markdown preview $$ support (#31514) 2024-06-29 23:23:47 +00:00
mdstripper
orgmode
camo_test.go
camo.go
html_codepreview_test.go
html_codepreview.go Refactor AppURL usage (#30885) 2024-05-07 08:26:13 +00:00
html_internal_test.go Fix hash render end with colon (#31319) 2024-06-12 22:35:46 +00:00
html_link.go Fix rendered wiki page link (#31398) 2024-06-18 03:09:20 +00:00
html_node.go Support relative paths to videos from Wiki pages (#31061) 2024-06-21 18:23:54 +00:00
html_test.go Support relative paths to videos from Wiki pages (#31061) 2024-06-21 18:23:54 +00:00
html.go Fix IsObjectExist with gogit (#31790) 2024-08-09 02:40:45 +00:00
main_test.go Use repo as of renderctx's member rather than a repoPath on metas (#29222) 2024-05-30 07:04:01 +00:00
renderer_test.go
renderer.go Fix rendered wiki page link (#31398) 2024-06-18 03:09:20 +00:00
sanitizer_custom.go Split sanitizer functions and fine-tune some tests (#31192) 2024-05-31 13:26:01 +00:00
sanitizer_default_test.go Split sanitizer functions and fine-tune some tests (#31192) 2024-05-31 13:26:01 +00:00
sanitizer_default.go Split sanitizer functions and fine-tune some tests (#31192) 2024-05-31 13:26:01 +00:00
sanitizer_description_test.go Split sanitizer functions and fine-tune some tests (#31192) 2024-05-31 13:26:01 +00:00
sanitizer_description.go Split sanitizer functions and fine-tune some tests (#31192) 2024-05-31 13:26:01 +00:00
sanitizer.go Split sanitizer functions and fine-tune some tests (#31192) 2024-05-31 13:26:01 +00:00