Commit Graph

9 Commits

Author SHA1 Message Date
GitLab Bot 68d3f33d51 Add latest changes from gitlab-org/gitlab@master 2019-11-26 15:06:50 +00:00
Stan Hu f93b2e02a5 Run rubocop -a on CE files 2019-05-05 03:24:28 -07:00
Jan Provaznik b2c70230b3 Remove Redcarpet markdown engine
This engine was replaced with CommonMarker in 11.4, it was deprecated
since then.
2019-02-04 12:48:35 +01:00
Brett Walker 7bc0fbe22f Fix review comments
including refactoring, disabling sourcepos for pipelines that
don't need it, and minimizing spec changes by disabling
sourcepos when not testing for it explicitly.
2019-01-21 15:07:40 -06:00
Brett Walker 45a04f9374 Enable CommonMark source line position information
This adds 'data-sourcepos' to tags, indicating which
line of markdown it came from.  Sets the stage for
intelligently manipulating specific lines of markdown.
2019-01-21 13:45:16 -06:00
Cindy Pallares b5b475c273
Merge branch 'security-xss-in-markdown-following-unrecognized-html-element' into 'master'
[master] XSS in markdown following unrecognized HTML element

Closes #2732

See merge request gitlab/gitlabhq!2599
2018-11-28 19:09:35 -05:00
Brett Walker 1d4785470d Resolve "Process urls with spaces in all markdown processing" 2018-09-08 04:21:30 +00:00
Brett Walker 644296d67b Resolve "Wiki page attachments not rendered properly" 2018-09-07 14:27:44 +00:00
Brett Walker 198f8a2c3d Resolve "Wiki: links with spaces in the url render incorrectly with CommonMark" 2018-08-21 08:20:30 +00:00