| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Modify linkRegex to require http|https (#6171) | mrsdizzie | 2019-02-28 | 1 | -0/+62 |
* | markup: escape short wiki link (#4091) | Antoine GIRARD | 2018-06-15 | 1 | -0/+26 |
* | Fix wiki inter-links with cases and add tests for this case (#3560) | Chaz Reid | 2018-03-05 | 1 | -5/+11 |
* | Rework special link parsing in the post-processing of markup (#3354) | Morgan Bazalgette | 2018-02-27 | 1 | -400/+65 |
* | Populate URL field of API commits (#3546) | Ethan Koenig | 2018-02-20 | 1 | -36/+12 |
* | Allow square brackets in external issue patterns (#3408) | Christian Köberl | 2018-02-03 | 1 | -0/+5 |
* | Recognize more characters in crossreferenced repo name (#3413) | Lauris BH | 2018-01-27 | 1 | -0/+3 |
* | Fix issue link rendering in commit messages (#2897) | Ethan Koenig | 2017-11-13 | 1 | -9/+31 |
* | Add init support of orgmode document type on file view and readme (#2525) | Lunny Xiao | 2017-09-21 | 1 | -1/+1 |
* | Restructure markup & markdown to prepare for multiple markup language… (#2411) | Lunny Xiao | 2017-09-16 | 1 | -0/+460 |