aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup/html_test.go
Commit message (Expand)AuthorAgeFilesLines
* Do not render truncated links in markdown (#32980) (#32983)Giteabot2024-12-261-0/+10
* Refactor markup render system (#32645)wxiaoguang2024-11-261-7/+7
* Refactor markup render system (#32612)wxiaoguang2024-11-241-142/+43
* Refactor markup render system (#32589)wxiaoguang2024-11-221-97/+27
* Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-161-6/+9
* Refactor render system (#32492)wxiaoguang2024-11-141-32/+20
* Support quote selected comments to reply (#32431)wxiaoguang2024-11-071-4/+12
* Fix raw wiki links (#31825)Zettat1232024-08-161-1/+1
* Support relative paths to videos from Wiki pages (#31061)Sergey Sharybin2024-06-211-1/+10
* Fix rendered wiki page link (#31398)wxiaoguang2024-06-181-0/+4
* Refactor markup code (#31399)wxiaoguang2024-06-171-11/+0
* Make pasted "img" tag has the same behavior as markdown image (#31235)wxiaoguang2024-06-041-31/+20
* Split sanitizer functions and fine-tune some tests (#31192)wxiaoguang2024-05-311-8/+8
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-301-14/+27
* Fix markdown URL parsing for commit ID (#30812)wxiaoguang2024-05-041-1/+6
* Use raw Wiki links for non-renderable Wiki files (#30273)Rafael2024-04-101-0/+12
* Use relative links for commits, mentions, and issues in markdown (#29427)KN4CK3R2024-03-131-3/+6
* Refactor some Str2html code (#29397)wxiaoguang2024-03-011-4/+4
* Refactor markup rendering to accept general "protocol:" prefix (#29276)wxiaoguang2024-02-211-0/+15
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-46/+71
* Make cross-reference issue links work in markdown documents again (#28682)Brecht Van Lommel2024-01-031-1/+6
* Render email addresses as such if followed by punctuation (#27987)Yarden Shoham2023-11-111-0/+12
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-65/+65
* Do not highlight `#number` in documents (#26365)Earl Warren2023-08-071-0/+36
* Refactor path & config system (#25330)wxiaoguang2023-06-211-3/+2
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-2/+3
* Use more specific test methods (#24265)KN4CK3R2023-04-221-1/+1
* Add context when rendering labels or emojis (#23281)Jonathan Tran2023-03-051-0/+14
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-1/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Fix slight bug in katex (#21171)zeripath2022-10-051-1/+3
* Kd/ci playwright go test (#20123)Kyle D2022-09-021-1/+1
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-161-0/+9
* Allow render HTML with css/js external links (#19017)Lunny Xiao2022-06-161-13/+13
* Correctly link URLs to users/repos with dashes, dots or underscores (#18890)Alexander Neumann2022-02-261-0/+9
* Prevent NPE on partial match of compare URL and allow short SHA1 compare URLs...Gusted2022-01-311-0/+13
* format with gofumpt (#18184)65432022-01-201-16/+16
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-0/+2
* Fix markdown URL parsing (#17924)wxiaoguang2021-12-111-46/+50
* Fix NPE in fuzzer (#16680)zeripath2021-08-131-0/+16
* Update bluemonday to v1.0.15 (#16379)65432021-07-091-3/+3
* Fix relative links in postprocessed images (#16334)zeripath2021-07-041-0/+35
* Add custom emoji support (#16004)65432021-06-291-1/+12
* Add sanitizer rules per renderer (#16110)KN4CK3R2021-06-231-2/+2
* Run processors on whole of text (#16155)zeripath2021-06-171-0/+16
* Fix data URI scramble (#16098)KN4CK3R2021-06-071-0/+20
* Fix URL of gitea emoji (#15770)silverwind2021-05-071-1/+1
* Refactor renders (#15175)Lunny Xiao2021-04-191-14/+50
* Upgrade to bluemonday 1.0.7 (#15379)zeripath2021-04-091-1/+1
* Prevent panic on fuzzer provided string (#14405)zeripath2021-01-201-0/+25