| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix NPE when using non-numeric (#20277) (#20278) | Gusted | 2022-07-07 | 1 | -2/+3 |
* | Remove legacy git code (ver < 2.0), fine tune markup tests (#19930) | wxiaoguang | 2022-06-16 | 2 | -0/+17 |
* | Allow render HTML with css/js external links (#19017) | Lunny Xiao | 2022-06-16 | 7 | -59/+94 |
* | Custom regexp external issues (#17624) | Sandro Santilli | 2022-06-10 | 2 | -15/+77 |
* | Add support for rendering terminal output with colors (#19497) | Lauris BH | 2022-06-09 | 3 | -0/+147 |
* | Automatically render wiki TOC (#19873) | zeripath | 2022-06-08 | 4 | -40/+42 |
* | Set Setpgid on child git processes (#19865) | zeripath | 2022-06-03 | 1 | -0/+2 |
* | Remove legacy unmaintained packages, refactor to support change default local... | wxiaoguang | 2022-04-03 | 1 | -1/+2 |
* | Refactor legacy `unknwon/com` package, improve golangci lint (#19284) | wxiaoguang | 2022-04-01 | 1 | -2/+9 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -1/+1 |
* | Provide configuration to allow camo-media proxying (#12802) | zeripath | 2022-03-29 | 3 | -0/+93 |
* | Bump goldmark to v1.4.11 (#19201) | Robert Kaussow | 2022-03-24 | 1 | -0/+13 |
* | nit fix (#19116) | 6543 | 2022-03-17 | 1 | -2/+1 |
* | Support ignore all santize for external renderer (#18984) | Lunny Xiao | 2022-03-06 | 5 | -12/+46 |
* | Correctly link URLs to users/repos with dashes, dots or underscores (#18890) | Alexander Neumann | 2022-02-26 | 2 | -1/+10 |
* | Prevent NPE on partial match of compare URL and allow short SHA1 compare URLs... | Gusted | 2022-01-31 | 2 | -1/+21 |
* | Update Goldmark to Goldmark 1.4.4 (#18420) | zeripath | 2022-01-29 | 1 | -2/+2 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 17 | -76/+80 |
* | Updated Chroma to v0.10.0 (#18270) | Jelle Hulter | 2022-01-20 | 1 | -4/+4 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 3 | -1/+6 |
* | Remove unneeded debug messages to stdout. (#18298) | Ben Niemann | 2022-01-16 | 1 | -4/+0 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 1 | -1/+1 |
* | Fixed emoji alias not parsed in links (#16221) | KN4CK3R | 2021-12-15 | 2 | -9/+16 |
* | Fix markdown URL parsing (#17924) | wxiaoguang | 2021-12-11 | 3 | -75/+127 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 1 | -6/+2 |
* | Prevent double sanitize (#16386) | KN4CK3R | 2021-11-19 | 3 | -64/+48 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 2 | -2/+2 |
* | Add copy button to markdown code blocks (#17638) | silverwind | 2021-11-16 | 2 | -13/+9 |
* | Properly determine CSV delimiter (#17459) | Richard Mahn | 2021-10-30 | 1 | -1/+1 |
* | Fix issue markdown bugs (#17411) | wxiaoguang | 2021-10-23 | 2 | -1/+5 |
* | 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 |