Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-04Remove Redcarpet markdown engineJan Provaznik
This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
2019-01-31Fix rubocop violationsGabriel Mazetto
2019-01-31[master] Resolve "[Security] Stored XSS via KaTeX"Constance Okoghenun
2019-01-25Allow suggestions to be copied and pasted as GFMDouwe Maan
Supports both suggestions transformed from GFM to HTML and from GFM to HTML to Vue component.
2019-01-24Use nodes and marks to power Copy-as-GFMDouwe Maan
The spec needed to be updated because in some cases the resulting Markdown is slightly different, though equally valid.
2019-01-18Update spec/features/markdown/math_spec.rbAndrew Harmon
Refer to https://github.com/KaTeX/KaTeX/pull/1700 for additional details.
2018-11-29Merge branch 'security-mermaid-xss' into 'master'Cindy Pallares
[master] Fix XSS in mermaid diagrams See merge request gitlab/gitlabhq!2597
2018-10-02Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez
Cleanup code, and refactor tests that still use Rugged. After this, there should be no Rugged code that access the instance's repositories on non-test environments. There is still some rugged code for other tasks like the repository import task, but since it doesn't access any repository storage path it can stay.
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-06-14enable CommonMark as the defaultBrett Walker
2018-06-05Combine multiple `it` blocks to improve Markdown feature spec timesRobert Speicher
The setup of each spec is too expensive to perform as many times as we were doing it. Reduced duration from 255 seconds to 43.
2018-03-20move render_gfm into behaviors directoryMike Greiling
2018-02-09Merge branch 'fix-mermaid-xss' into 'security-10-4'Douwe Maan
[10.4] Fix stored XSS in code blocks