You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/markup
wxiaoguang 5dddcc1773
chore: fix some trivial problems and TODOs (#33473)
1. Fix incorrect `MentionCount` (actually it seems to be deadcode,
affects nothing)
2. Remove fallback sha1 support for time limit token
3. Use route middleware `reqRepoActionsWriter` for `ArtifactsDeleteView`
4. Use clearer message "Failed to authenticate user" instead of "Verify"
when auth fails
5. `tests/integration/benchmarks_test.go` is not quite right, actually
it is never used, so delete it.
6. Remove or update TODO comments
5 days ago
..
asciicast Refactor context repository (#33202) 4 weeks ago
common Update go tool dependencies (#32916) 2 months ago
console Refactor markup render system (#32589) 3 months ago
csv Refactor markup render system (#32612) 3 months ago
external Refactor markup render system (#32612) 3 months ago
internal Refactor HTMLFormat, update chroma render, fix js error (#33136) 1 month ago
markdown Refactor older tests to use testify (#33140) 4 weeks ago
mdstripper Update go dependencies (#32389) 3 months ago
orgmode Refactor HTMLFormat, update chroma render, fix js error (#33136) 1 month ago
camo.go Use camo.Always instead of camo.Allways (#32097) 5 months ago
camo_test.go Use camo.Always instead of camo.Allways (#32097) 5 months ago
html.go chore: fix some trivial problems and TODOs (#33473) 5 days ago
html_codepreview.go Refactor markup render system (#32612) 3 months ago
html_codepreview_test.go Refactor markup render system (#32612) 3 months ago
html_commit.go Add sub issue list support (#32940) 2 months ago
html_email.go Refactor markup render system (#32533) 3 months ago
html_emoji.go Refactor markup render system (#32533) 3 months ago
html_internal_test.go Enable tenv and testifylint rules (#32852) 2 months ago
html_issue.go Add sub issue list support (#32940) 2 months ago
html_issue_test.go Add sub issue list support (#32940) 2 months ago
html_link.go Refactor "string truncate" (#32984) 1 month ago
html_mention.go Refactor markup render system (#32612) 3 months ago
html_node.go Refactor markup render system (#32612) 3 months ago
html_test.go Refactor "string truncate" (#32984) 1 month ago
main_test.go Refactor markup render system (#32612) 3 months ago
render.go Refactor context repository (#33202) 4 weeks ago
render_helper.go Add sub issue list support (#32940) 2 months ago
render_link.go Refactor markup render system (#32612) 3 months ago
render_link_test.go Refactor markup render system (#32612) 3 months ago
renderer.go Refactor markup render system (#32612) 3 months ago
renderer_test.go Move `IsReadmeFile*` from `modules/markup/` to `modules/util` (#22877) 2 years ago
sanitizer.go Split sanitizer functions and fine-tune some tests (#31192) 8 months ago
sanitizer_custom.go Refactor markup render system (#32533) 3 months ago
sanitizer_default.go Fix "stop time tracking button" on navbar (#33084) 1 month ago
sanitizer_default_test.go Refactor markup render system (#32612) 3 months ago
sanitizer_description.go Split sanitizer functions and fine-tune some tests (#31192) 8 months ago
sanitizer_description_test.go Split sanitizer functions and fine-tune some tests (#31192) 8 months ago