| Commit message (Expand) | Author | Age | Files | Lines |
* | Render email addresses as such if followed by punctuation (#27987) (#27991) | Giteabot | 2023-11-11 | 1 | -0/+12 |
* | Refactor path & config system (#25330) (#25416) | wxiaoguang | 2023-06-22 | 1 | -3/+2 |
* | Merge setting.InitXXX into one function with options (#24389) | Lunny Xiao | 2023-05-04 | 1 | -2/+3 |
* | Use more specific test methods (#24265) | KN4CK3R | 2023-04-22 | 1 | -1/+1 |
* | Add context when rendering labels or emojis (#23281) | Jonathan Tran | 2023-03-05 | 1 | -0/+14 |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-20 | 1 | -1/+2 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Fix slight bug in katex (#21171) | zeripath | 2022-10-05 | 1 | -1/+3 |
* | Kd/ci playwright go test (#20123) | Kyle D | 2022-09-02 | 1 | -1/+1 |
* | Remove legacy git code (ver < 2.0), fine tune markup tests (#19930) | wxiaoguang | 2022-06-16 | 1 | -0/+9 |
* | Allow render HTML with css/js external links (#19017) | Lunny Xiao | 2022-06-16 | 1 | -13/+13 |
* | Correctly link URLs to users/repos with dashes, dots or underscores (#18890) | Alexander Neumann | 2022-02-26 | 1 | -0/+9 |
* | Prevent NPE on partial match of compare URL and allow short SHA1 compare URLs... | Gusted | 2022-01-31 | 1 | -0/+13 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -16/+16 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -0/+2 |
* | Fix markdown URL parsing (#17924) | wxiaoguang | 2021-12-11 | 1 | -46/+50 |
* | Fix NPE in fuzzer (#16680) | zeripath | 2021-08-13 | 1 | -0/+16 |
* | Update bluemonday to v1.0.15 (#16379) | 6543 | 2021-07-09 | 1 | -3/+3 |
* | Fix relative links in postprocessed images (#16334) | zeripath | 2021-07-04 | 1 | -0/+35 |
* | Add custom emoji support (#16004) | 6543 | 2021-06-29 | 1 | -1/+12 |
* | Add sanitizer rules per renderer (#16110) | KN4CK3R | 2021-06-23 | 1 | -2/+2 |
* | Run processors on whole of text (#16155) | zeripath | 2021-06-17 | 1 | -0/+16 |
* | Fix data URI scramble (#16098) | KN4CK3R | 2021-06-07 | 1 | -0/+20 |
* | Fix URL of gitea emoji (#15770) | silverwind | 2021-05-07 | 1 | -1/+1 |
* | Refactor renders (#15175) | Lunny Xiao | 2021-04-19 | 1 | -14/+50 |
* | Upgrade to bluemonday 1.0.7 (#15379) | zeripath | 2021-04-09 | 1 | -1/+1 |
* | Prevent panic on fuzzer provided string (#14405) | zeripath | 2021-01-20 | 1 | -0/+25 |
* | Render links for commit hashes followed by comma (#14224) | Nuno Silva | 2021-01-03 | 1 | -0/+6 |
* | Fix bug of link query order on markdown render (#14156) | Lunny Xiao | 2020-12-29 | 1 | -1/+1 |
* | Update golangci-lint to version 1.31.0 (#13102) | kolaente | 2020-10-11 | 1 | -2/+2 |
* | Fix emoji replacements, make emoji images consistent (#12567) | silverwind | 2020-08-23 | 1 | -1/+1 |
* | Fix emoji detection in certain cases (#12320) | mrsdizzie | 2020-07-25 | 1 | -0/+4 |
* | Disable all typographic replacements in markdown renderer (#11871) | silverwind | 2020-06-13 | 1 | -1/+1 |
* | Update emoji regex (#11584) | mrsdizzie | 2020-05-29 | 1 | -1/+3 |
* | Support unicode emojis and remove emojify.js (#11032) | mrsdizzie | 2020-04-28 | 1 | -0/+45 |
* | upgrade to most recent bluemonday (#11007) | techknowlogick | 2020-04-07 | 1 | -3/+3 |
* | Relax sanitization as per https://github.com/jch/html-pipeline (#10527) | zeripath | 2020-02-28 | 1 | -6/+6 |
* | Issue/PR Context Popups (#9822) | John Olheiser | 2020-01-19 | 1 | -2/+2 |
* | Change markdown rendering from blackfriday to goldmark (#9533) | zeripath | 2019-12-31 | 1 | -2/+2 |
* | Rewrite markdown rendering to blackfriday v2 and rewrite orgmode rendering to... | Lauris BH | 2019-10-31 | 1 | -2/+2 |
* | Support inline rendering of CUSTOM_URL_SCHEMES (#8496) | guillep2k | 2019-10-15 | 1 | -0/+19 |
* | Check commit message hashes before making links (#7713) | Gary Kim | 2019-08-14 | 1 | -10/+12 |
* | Removed unnecessary conversions (#7557) | Christian Muehlhaeuser | 2019-07-23 | 1 | -6/+6 |
* | Fix domain name pattern in email regex (#6739) | mrsdizzie | 2019-04-24 | 1 | -0/+15 |
* | Use ctx.metas for SHA hash links (#6645) | mrsdizzie | 2019-04-16 | 1 | -3/+8 |
* | Render SHA1 links as code blocks (#6546) | silverwind | 2019-04-09 | 1 | -6/+6 |
* | Use stricter boundaries for auto-link detection (#6522) | mrsdizzie | 2019-04-07 | 1 | -0/+43 |
* | Change order that PostProcess Processors are run (#6445) | mrsdizzie | 2019-03-27 | 1 | -0/+6 |
* | Replace linkRegex with xurls library (#6261) | mrsdizzie | 2019-03-07 | 1 | -0/+9 |
* | Remove visitLinksForShortLinks features (#6257) | mrsdizzie | 2019-03-07 | 1 | -0/+4 |