summaryrefslogtreecommitdiff
path: root/lib/banzai/pipeline
Commit message (Expand)AuthorAgeFilesLines
* Properly process footnotes in markdownBrett Walker2019-01-081-0/+1
* Allow suggesting single line changes in diffsOswaldo Ferreira2018-12-132-1/+3
* Changed frontmatter filtering to support YAML, JSON, TOML, and arbitrary lang...Travis Miller2018-12-071-1/+1
* Merge branch 'security-xss-in-markdown-following-unrecognized-html-element' i...Cindy Pallares2018-11-281-1/+4
* Enable more frozen string in lib/**/*.rbgfyoung2018-10-0618-0/+36
* Resolve "Process urls with spaces in all markdown processing"Brett Walker2018-09-082-1/+1
* Resolve "Wiki page attachments not rendered properly"Brett Walker2018-09-071-1/+1
* Use ResourceLabelEvent for tracking label changesJan Provaznik2018-09-071-0/+14
* Resolve "Wiki: links with spaces in the url render incorrectly with CommonMark"Brett Walker2018-08-211-0/+1
* Merge branch '28930-add-project-reference-filter' into 'master'Sean McGivern2018-08-101-0/+1
|\
| * A working implementation of a project reference filter which links project re...Reuben Pereira2018-06-301-0/+1
* | Allow users to set a statusBob Van Landuyt2018-07-301-0/+17
* | Extract EE-specific lines from Banzai pipelinesextract-ee-specific-banzai-filtersSean McGivern2018-07-133-10/+28
|/
* Remove unused asset host logic from GfmPipeline and EmojiFilter specDouwe Maan2018-06-291-5/+1
* Resolve "Expand API: Render an arbitrary Markdown document"blackst0ne2018-05-181-2/+2
* Add banzai filter to detect commit message trailers and properly link the usersOmar Mekky2018-04-041-0/+11
* move render_gfm into behaviors directoryMike Greiling2018-03-191-2/+2
* Add Colors to GitLab Flavored MarkdownTony Rom2018-01-292-0/+2
* Use relative URLs when linking to uploaded filesNick Thomas2017-12-221-1/+0
* Add support of MermaidVitaliy @blackst0ne Klachkov2017-11-221-0/+1
* Resolve "DashboardController#activity.json is slow due to SQL"Francisco Javier López2017-11-061-1/+2
* Remove ImageLazyLoadFilter from EmailPipeline37629-lazy-image-loading-breaks-notification-mails-for-an-added-screenshotRobert Speicher2017-09-121-0/+6
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-1/+1
* Resolve "Lazy load images on the Frontend"Tim Zallmann2017-07-241-0/+1
* Fix LaTeX formatting for AsciiDoc wikiJarka Kadlecova2017-05-241-0/+14
* Merge branch 'bvl-security-9-1-markup-pipeline'Robert Speicher2017-05-101-0/+13
* Add indication for closed or merged issuables in GFMadam-finish-5993-closed-issuableAdam Buckland2017-04-071-0/+1
* Merge branch '30125-markdown-security'Robert Speicher2017-04-051-1/+1
* remove all references to the .es6 in our config files and documentationremove-es6-extension-configurationMike Greiling2017-03-151-2/+2
* PlantUML support for MarkdownHoracio Sanson2017-02-031-0/+1
* Add more SyntaxHighlightFilter and MathFilter testsDouwe Maan2017-01-171-2/+4
* Improve specDouwe Maan2017-01-161-3/+4
* Copying a rendered issue/comment will paste into GFM textareas as actual GFMDouwe Maan2017-01-161-0/+3
* Render math in Asciidoc and Markdown with KaTeX using code blocksMunken2016-12-141-1/+1
* Working inline math filterMunken2016-12-081-0/+1
* Add RTL support to markdown rendererEbrahim Byagowi2016-10-161-1/+3
* HTMLEntityFilter -> HtmlEntityFilterNick Thomas2016-10-101-1/+1
* Enable CacheMarkdownField for the remaining modelsNick Thomas2016-10-071-0/+1
* Use a more powerful query to match videos in img tagsRémy Coutable2016-07-191-1/+1
* First support of videos in issues, MRs and notesEric Hayes2016-07-191-0/+1
* Add blockquote fence syntax to MarkdownDouwe Maan2016-07-091-1/+2
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Support for rendering/redacting multiple documentsYorick Peterse2016-06-241-0/+11
* Fix description and GFM pipelines conflictingfix-markdown-specSean McGivern2016-06-131-12/+5
* Split Markdown rendering & reference gatheringYorick Peterse2016-05-261-11/+0
* Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler2016-05-181-1/+2
* Merge branch 'patch/fix-markdown-preview-wikis' into 'master' Robert Speicher2016-04-071-2/+4
|\
| * Ensure correct filter order to validate with our markdown specpatch/fix-markdown-preview-wikisGabriel Mazetto2016-04-061-1/+1
| * Fixed WikiPipeline and specsGabriel Mazetto2016-04-061-1/+1
| * Added WikiLinkFilterGabriel Mazetto2016-04-011-2/+4