| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix NPE when using non-numeric (#20277) (#20278) | Gusted | 2022-07-07 | 1 | -2/+3 |
* | Custom regexp external issues (#17624) | Sandro Santilli | 2022-06-10 | 1 | -11/+29 |
* | 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 | 1 | -0/+1 |
* | nit fix (#19116) | 6543 | 2022-03-17 | 1 | -2/+1 |
* | Correctly link URLs to users/repos with dashes, dots or underscores (#18890) | Alexander Neumann | 2022-02-26 | 1 | -1/+1 |
* | Prevent NPE on partial match of compare URL and allow short SHA1 compare URLs... | Gusted | 2022-01-31 | 1 | -1/+8 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -4/+6 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -1/+1 |
* | Fixed emoji alias not parsed in links (#16221) | KN4CK3R | 2021-12-15 | 1 | -9/+8 |
* | Fix markdown URL parsing (#17924) | wxiaoguang | 2021-12-11 | 1 | -7/+60 |
* | Fix issue markdown bugs (#17411) | wxiaoguang | 2021-10-23 | 1 | -1/+1 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -2/+1 |
* | Do not show issue context popup on external issues (#17050) | zeripath | 2021-09-15 | 1 | -1/+1 |
* | Fix NPE in fuzzer (#16680) | zeripath | 2021-08-13 | 1 | -1/+1 |
* | cleanup code `issueFullPattern` in modules/markup (#16419) | Josef Fröhle | 2021-07-15 | 1 | -6/+9 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 1 | -1/+1 |
* | Fix relative links in postprocessed images (#16334) | zeripath | 2021-07-04 | 1 | -1/+2 |
* | Add custom emoji support (#16004) | 6543 | 2021-06-29 | 1 | -15/+8 |
* | 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 | 1 | -3/+25 |
* | Run processors on whole of text (#16155) | zeripath | 2021-06-17 | 1 | -318/+395 |
* | Fix data URI scramble (#16098) | KN4CK3R | 2021-06-07 | 1 | -8/+3 |
* | Fix URL of gitea emoji (#15770) | silverwind | 2021-05-07 | 1 | -1/+1 |
* | Refactor renders (#15175) | Lunny Xiao | 2021-04-19 | 1 | -138/+98 |
* | 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 |
* | Fix several render issues (#14986) | zeripath | 2021-03-16 | 1 | -25/+11 |
* | 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 | 1 | -10/+28 |
* | Render links for commit hashes followed by comma (#14224) | Nuno Silva | 2021-01-03 | 1 | -1/+1 |
* | Add mentionable teams to tributeValues and change team mention rules to gh's ... | a1012112796 | 2020-12-21 | 1 | -4/+8 |
* | 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 | 1 | -3/+3 |
* | Fix emoji replacements, make emoji images consistent (#12567) | silverwind | 2020-08-23 | 1 | -0/+1 |
* | Update emoji regex (#11584) | mrsdizzie | 2020-05-29 | 1 | -6/+1 |
* | Remove last traces of has-emoji class (#11263) | mrsdizzie | 2020-05-01 | 1 | -0/+2 |
* | Support unicode emojis and remove emojify.js (#11032) | mrsdizzie | 2020-04-28 | 1 | -0/+123 |
* | Use markdown frontmatter to provide Table of contents, language and frontmatt... | zeripath | 2020-04-24 | 1 | -0/+21 |
* | Use media links for img in post-process (#10515) | zeripath | 2020-02-28 | 1 | -5/+29 |
* | Issue/PR Context Popups (#9822) | John Olheiser | 2020-01-19 | 1 | -5/+5 |
* | Change markdown rendering from blackfriday to goldmark (#9533) | zeripath | 2019-12-31 | 1 | -5/+10 |
* | Prefix all user-generated IDs in markup (#9477) | John Olheiser | 2019-12-23 | 1 | -0/+9 |
* | Alternate syntax for cross references (#9116) | guillep2k | 2019-12-01 | 1 | -9/+27 |
* | Fix team links in HTML rendering (#9127) | guillep2k | 2019-11-24 | 1 | -2/+8 |
* | Close/reopen issues by keywords in titles and comments (#8866) | guillep2k | 2019-11-18 | 1 | -2/+10 |