aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup/html.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix team links in HTML rendering (#9127)guillep2k2019-11-241-2/+8
* Close/reopen issues by keywords in titles and comments (#8866)guillep2k2019-11-181-2/+10
* Support inline rendering of CUSTOM_URL_SCHEMES (#8496)guillep2k2019-10-151-0/+26
* Rewrite reference processing code in preparation for opening/closing from com...guillep2k2019-10-131-60/+64
* Make link last commit massages in repository home page and commit tables (#8006)jaqra2019-09-101-13/+60
* feat: highlight issue references with : (#8101)Rinat2019-09-051-2/+2
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Check commit message hashes before making links (#7713)Gary Kim2019-08-141-0/+14
* Removed unnecessary conversions (#7557)Christian Muehlhaeuser2019-07-231-2/+2
* fix hljs unintenionally highlighting commit links (#7244)silverwind2019-06-181-0/+1
* Add golangci (#6418)kolaente2019-06-121-33/+1
* Fix domain name pattern in email regex (#6739)mrsdizzie2019-04-241-1/+1
* Use ctx.metas for SHA hash links (#6645)mrsdizzie2019-04-161-1/+4
* Improve issue autolinks (#6273)mrsdizzie2019-04-121-8/+26