summaryrefslogtreecommitdiff
path: root/lib/banzai/pipeline/markup_pipeline.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-05-021-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-12-021-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-09-011-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-191-1/+2
|
* Add support for using a Camo proxy serverBrett Walker2019-08-231-0/+5
| | | | | | User images and videos will get proxied through the Camo server in order to keep malicious sites from collecting the IP address of users.
* Add SyntaxHighlightFilter to markup pipelineMartin Wortschack2019-03-051-1/+2
|
* Enable more frozen string in lib/**/*.rbgfyoung2018-10-061-0/+2
| | | | | | | | | | | | | Enables frozen for the following: * lib/*.rb * lib/banzai/**/*.rb * lib/bitbucket/**/*.rb * lib/constraints/**/*.rb * lib/container_registry/**/*.rb * lib/declarative_policy/**/*.rb Partially addresses #47424.
* Merge branch 'bvl-security-9-1-markup-pipeline'Robert Speicher2017-05-101-0/+13
(security-9-1) Render asciidoc & other markup using banzai in a pipeline See merge request !2098