aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup/html.go
Commit message (Expand)AuthorAgeFilesLines
* Fix issue title rendering and refactor legacy function names (#32703)wxiaoguang2024-12-041-20/+25
* Refactor markup render system (#32645)wxiaoguang2024-11-261-68/+53
* Refactor markup render system (#32612)wxiaoguang2024-11-241-2/+1
* Refactor markup render system (#32533)wxiaoguang2024-11-181-71/+39
* Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-161-71/+55
* Refactor render system (#32492)wxiaoguang2024-11-141-5/+4
* Support quote selected comments to reply (#32431)wxiaoguang2024-11-071-1/+4
* Refactor markup package (#32399)wxiaoguang2024-11-041-757/+0
* Fix `IsObjectExist` with gogit (#31790)Jason Song2024-08-091-1/+2
* Support relative paths to videos from Wiki pages (#31061)Sergey Sharybin2024-06-211-42/+11
* Fix rendered wiki page link (#31398)wxiaoguang2024-06-181-24/+3
* Refactor markup code (#31399)wxiaoguang2024-06-171-26/+10
* Fix hash render end with colon (#31319)Lunny Xiao2024-06-121-1/+1
* Make pasted "img" tag has the same behavior as markdown image (#31235)wxiaoguang2024-06-041-16/+44
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-301-5/+6
* Fix markdown URL parsing for commit ID (#30812)wxiaoguang2024-05-041-55/+65
* Fix markdown rendering when mentioning users (#30795)wxiaoguang2024-05-021-8/+7
* Use raw Wiki links for non-renderable Wiki files (#30273)Rafael2024-04-101-3/+19
* Render embedded code preview by permlink in markdown (#30234)wxiaoguang2024-04-021-0/+1
* Use relative links for commits, mentions, and issues in markdown (#29427)KN4CK3R2024-03-131-6/+6
* Refactor markup rendering to accept general "protocol:" prefix (#29276)wxiaoguang2024-02-211-17/+17
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-1/+1
* Add support for sha256 repositories (#23894)Adam Majer2024-01-191-18/+18
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-41/+16
* Make cross-reference issue links work in markdown documents again (#28682)Brecht Van Lommel2024-01-031-4/+7
* Fix the issue ref rendering for wiki (#28556)wxiaoguang2023-12-201-1/+3
* Render email addresses as such if followed by punctuation (#27987)Yarden Shoham2023-11-111-1/+1
* Do not highlight `#number` in documents (#26365)Earl Warren2023-08-071-1/+1
* Add RTL rendering support to Markdown (#24816)silverwind2023-05-201-1/+1
* Append `(comment)` when a link points at a comment rather than the whole issu...Hester Gong2023-04-031-7/+37
* Add context when rendering labels or emojis (#23281)Jonathan Tran2023-03-051-1/+2
* Fix README TOC links (#22577)crystal2023-01-311-2/+9
* Add support for commit cross references (#22645)KN4CK3R2023-01-301-0/+21
* Use multi reader instead to concat strings (#22099)Lunny Xiao2022-12-121-11/+8
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add link to user profile in markdown mention only if user exists (#21533)Yarden Shoham2022-10-231-2/+8
* Use body text color in repository files table links (#20386)Lucas Azevedo2022-07-221-1/+1
* Fix NPE when using non-numeric (#20277)Gusted2022-07-071-2/+3
* Custom regexp external issues (#17624)Sandro Santilli2022-06-101-11/+29
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-011-2/+9
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Provide configuration to allow camo-media proxying (#12802)zeripath2022-03-291-0/+1
* nit fix (#19116)65432022-03-171-2/+1
* Correctly link URLs to users/repos with dashes, dots or underscores (#18890)Alexander Neumann2022-02-261-1/+1
* Prevent NPE on partial match of compare URL and allow short SHA1 compare URLs...Gusted2022-01-311-1/+8
* format with gofumpt (#18184)65432022-01-201-4/+6
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Fixed emoji alias not parsed in links (#16221)KN4CK3R2021-12-151-9/+8
* Fix markdown URL parsing (#17924)wxiaoguang2021-12-111-7/+60
* Fix issue markdown bugs (#17411)wxiaoguang2021-10-231-1/+1