| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix some lints (#17337) | Lunny Xiao | 2021-10-17 | 1 | -3/+3 |
* | Open markdown image links in new window (#17287) | wxiaoguang | 2021-10-11 | 2 | -4/+8 |
* | Prevent panic in Org mode HighlightCodeBlock (#17140) | zeripath | 2021-09-24 | 2 | -1/+34 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 4 | -8/+4 |
* | Do not show issue context popup on external issues (#17050) | zeripath | 2021-09-15 | 3 | -4/+11 |
* | In Render tolerate not being passed a context (#16842) | zeripath | 2021-08-28 | 1 | -1/+7 |
* | Fix NPE in fuzzer (#16680) | zeripath | 2021-08-13 | 2 | -1/+17 |
* | Fix table alignment in markdown (#16596) | zeripath | 2021-08-02 | 1 | -1/+3 |
* | modules/markup/markdown: fix dropped test error (#16438) | Lars Lehtonen | 2021-07-18 | 1 | -0/+1 |
* | cleanup code `issueFullPattern` in modules/markup (#16419) | Josef Fröhle | 2021-07-15 | 2 | -7/+9 |
* | Fix external renderer (#16401) | 6543 | 2021-07-12 | 1 | -0/+4 |
* | Update bluemonday to v1.0.15 (#16379) | 6543 | 2021-07-09 | 1 | -3/+3 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 3 | -4/+4 |
* | Fix relative links in postprocessed images (#16334) | zeripath | 2021-07-04 | 2 | -1/+37 |
* | Prevent zombie processes (#16314) | zeripath | 2021-06-30 | 1 | -1/+9 |
* | Add custom emoji support (#16004) | 6543 | 2021-06-29 | 2 | -16/+20 |
* | Add sanitizer rules per renderer (#16110) | KN4CK3R | 2021-06-23 | 7 | -66/+114 |
* | Add code block highlight to orgmode back (#14222) | Lunny Xiao | 2021-06-23 | 1 | -0/+44 |
* | Use html.Parse rather than html.ParseFragment (#16223) | zeripath | 2021-06-22 | 1 | -13/+12 |
* | More efficiently parse shas for shaPostProcessor (#16101) | zeripath | 2021-06-21 | 2 | -10/+64 |
* | Run processors on whole of text (#16155) | zeripath | 2021-06-17 | 2 | -318/+411 |
* | issue-keyword class is being incorrectly stripped off spans (#16163) | zeripath | 2021-06-16 | 1 | -5/+2 |
* | Fix data URI scramble (#16098) | KN4CK3R | 2021-06-07 | 4 | -19/+23 |
* | Fixed assert statements. (#16089) | KN4CK3R | 2021-06-07 | 1 | -2/+2 |
* | Fix regression of renderer (#16091) | Lunny Xiao | 2021-06-06 | 1 | -24/+34 |
* | Make tasklist checkboxes clickable (#15791) | KN4CK3R | 2021-05-23 | 3 | -13/+14 |
* | Fixed individual markdown tests. (#15802) | KN4CK3R | 2021-05-09 | 1 | -0/+6 |
* | Fix URL of gitea emoji (#15770) | silverwind | 2021-05-07 | 2 | -2/+2 |
* | Refactor renders (#15175) | Lunny Xiao | 2021-04-19 | 13 | -485/+652 |
* | Add NeedPostProcess for Parser interface to improve performance of csv render... | Lunny Xiao | 2021-04-13 | 5 | -4/+22 |
* | Links in markdown should be absolute to the repository not the server (#15088) | zeripath | 2021-04-11 | 2 | -1/+15 |
* | Upgrade to bluemonday 1.0.7 (#15379) | zeripath | 2021-04-09 | 1 | -1/+1 |
* | Code Formats, Nits & Unused Func/Var deletions (#15286) | 6543 | 2021-04-09 | 1 | -3/+1 |
* | Update to bluemonday-1.0.6 (#15294) | zeripath | 2021-04-05 | 2 | -1/+15 |
* | Add Tabular Diff for CSV files (#14661) | KN4CK3R | 2021-03-29 | 3 | -71/+48 |
* | Clusterfuzz found another way (#15160) | zeripath | 2021-03-26 | 1 | -1/+1 |
* | Fix another clusterfuzz identified issue (#15096) | zeripath | 2021-03-22 | 1 | -1/+1 |
* | another clusterfuzz spotted issue (#15032) | zeripath | 2021-03-18 | 1 | -1/+1 |
* | Remove extraneous logging (#15020) | zeripath | 2021-03-18 | 1 | -5/+0 |
* | Fix several render issues (#14986) | zeripath | 2021-03-16 | 4 | -34/+130 |
* | Make sure sibling images get a link too (#14979) | zeripath | 2021-03-14 | 2 | -1/+43 |
* | Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#1... | zeripath | 2021-02-19 | 1 | -5/+4 |
* | Remove NULs byte arrays passed to PostProcess (#14587) | zeripath | 2021-02-18 | 1 | -1/+23 |
* | Prevent panic on fuzzer provided string (#14405) | zeripath | 2021-01-20 | 2 | -10/+53 |
* | Render links for commit hashes followed by comma (#14224) | Nuno Silva | 2021-01-03 | 2 | -1/+7 |
* | Fix bug of link query order on markdown render (#14156) | Lunny Xiao | 2020-12-29 | 1 | -1/+1 |
* | Add mentionable teams to tributeValues and change team mention rules to gh's ... | a1012112796 | 2020-12-21 | 1 | -4/+8 |
* | Markdown task list improvements (#13952) | silverwind | 2020-12-13 | 4 | -10/+10 |
* | Fix crash in short link processor (#13839) | mrsdizzie | 2020-12-04 | 1 | -10/+12 |
* | Clickable links in pull request (and issue) titles (#13695) | Jimmy Praet | 2020-12-03 | 1 | -0/+19 |