summaryrefslogtreecommitdiffstats
path: root/modules/markup/html.go
Commit message (Expand)AuthorAgeFilesLines
* Add link to user profile in markdown mention only if user exists (#21533)Yarden Shoham2022-10-231-2/+8
* Use body text color in repository files table links (#20386)Lucas Azevedo2022-07-221-1/+1
* Fix NPE when using non-numeric (#20277)Gusted2022-07-071-2/+3
* Custom regexp external issues (#17624)Sandro Santilli2022-06-101-11/+29
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-011-2/+9
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Provide configuration to allow camo-media proxying (#12802)zeripath2022-03-291-0/+1
* nit fix (#19116)65432022-03-171-2/+1
* Correctly link URLs to users/repos with dashes, dots or underscores (#18890)Alexander Neumann2022-02-261-1/+1
* Prevent NPE on partial match of compare URL and allow short SHA1 compare URLs...Gusted2022-01-311-1/+8
* format with gofumpt (#18184)65432022-01-201-4/+6
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Fixed emoji alias not parsed in links (#16221)KN4CK3R2021-12-151-9/+8
* Fix markdown URL parsing (#17924)wxiaoguang2021-12-111-7/+60
* Fix issue markdown bugs (#17411)wxiaoguang2021-10-231-1/+1
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Do not show issue context popup on external issues (#17050)zeripath2021-09-151-1/+1
* Fix NPE in fuzzer (#16680)zeripath2021-08-131-1/+1
* cleanup code `issueFullPattern` in modules/markup (#16419)Josef Fröhle2021-07-151-6/+9
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Fix relative links in postprocessed images (#16334)zeripath2021-07-041-1/+2
* Add custom emoji support (#16004)65432021-06-291-15/+8
* Use html.Parse rather than html.ParseFragment (#16223)zeripath2021-06-221-13/+12
* More efficiently parse shas for shaPostProcessor (#16101)zeripath2021-06-211-3/+25
* Run processors on whole of text (#16155)zeripath2021-06-171-318/+395
* Fix data URI scramble (#16098)KN4CK3R2021-06-071-8/+3
* Fix URL of gitea emoji (#15770)silverwind2021-05-071-1/+1
* Refactor renders (#15175)Lunny Xiao2021-04-191-138/+98
* Clusterfuzz found another way (#15160)zeripath2021-03-261-1/+1
* Fix another clusterfuzz identified issue (#15096)zeripath2021-03-221-1/+1
* another clusterfuzz spotted issue (#15032)zeripath2021-03-181-1/+1
* Fix several render issues (#14986)zeripath2021-03-161-25/+11
* Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#1...zeripath2021-02-191-5/+4
* Remove NULs byte arrays passed to PostProcess (#14587)zeripath2021-02-181-1/+23
* Prevent panic on fuzzer provided string (#14405)zeripath2021-01-201-10/+28
* Render links for commit hashes followed by comma (#14224)Nuno Silva2021-01-031-1/+1
* Add mentionable teams to tributeValues and change team mention rules to gh's ...a10121127962020-12-211-4/+8
* Fix crash in short link processor (#13839)mrsdizzie2020-12-041-10/+12
* Clickable links in pull request (and issue) titles (#13695)Jimmy Praet2020-12-031-0/+19
* Update golangci-lint to version 1.31.0 (#13102)kolaente2020-10-111-3/+3
* Fix emoji replacements, make emoji images consistent (#12567)silverwind2020-08-231-0/+1
* Update emoji regex (#11584)mrsdizzie2020-05-291-6/+1
* Remove last traces of has-emoji class (#11263)mrsdizzie2020-05-011-0/+2
* Support unicode emojis and remove emojify.js (#11032)mrsdizzie2020-04-281-0/+123
* Use markdown frontmatter to provide Table of contents, language and frontmatt...zeripath2020-04-241-0/+21
* Use media links for img in post-process (#10515)zeripath2020-02-281-5/+29
* Issue/PR Context Popups (#9822)John Olheiser2020-01-191-5/+5
* Change markdown rendering from blackfriday to goldmark (#9533)zeripath2019-12-311-5/+10
* Prefix all user-generated IDs in markup (#9477)John Olheiser2019-12-231-0/+9
* Alternate syntax for cross references (#9116)guillep2k2019-12-011-9/+27