| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update golangci-lint to version 1.31.0 (#13102) | kolaente | 2020-10-11 | 2 | -5/+5 |
* | fix: media links in org files not liked to media files (#12997) | Pranav Nachnekar | 2020-10-01 | 1 | -3/+17 |
* | Fix markdown meta parsing (#12817) | John Olheiser | 2020-09-12 | 2 | -7/+72 |
* | Don't replace underscores in auto-generated IDs in goldmark (#12805) | zeripath | 2020-09-12 | 1 | -1/+1 |
* | Issue templates directory (#11450) | John Olheiser | 2020-09-11 | 1 | -0/+49 |
* | Update to go-org 1.3.2 (#12728) | zeripath | 2020-09-05 | 1 | -3/+3 |
* | Fix emoji replacements, make emoji images consistent (#12567) | silverwind | 2020-08-23 | 2 | -1/+2 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 1 | -1/+7 |
* | Detect full references to issues and pulls in commit messages (#12399) | zeripath | 2020-08-06 | 1 | -5/+71 |
* | Add loading spinners and mermaid error handling (#12358) | silverwind | 2020-08-04 | 2 | -5/+27 |