summaryrefslogtreecommitdiff
path: root/spec/lib/banzai/filter
Commit message (Expand)AuthorAgeFilesLines
...
* | Wrap images in discussions and wikis with a link to the image source using Im...connorshea2016-04-041-0/+24
|/
* Merge branch 'master' into issue_12658Douwe Maan2016-03-211-1/+1
|\
| * change the css class has_tooltip to has-tooltip universallychange_css_class_has_tooltip_to_has-tooltipArinde Eniola2016-03-201-1/+1
* | Fix some specsDouwe Maan2016-03-201-2/+2
|/
* Merge branch 'label-tooltip' into 'master' Douwe Maan2016-03-191-1/+1
|\
| * Fix specslabel-tooltipRémy Coutable2016-03-181-1/+1
* | Restrict access to references for confidential issuesDouglas Barbosa Alexandre2016-03-171-1/+71
|/
* Be more intelligent about sanitizing links with unsafe protocolsrs-issue-14220Robert Speicher2016-03-141-0/+20
* Merge branch 'feature/cross-project-labels' into 'master' Douwe Maan2016-03-071-1/+26
|\
| * Change content of cross project labelGrzegorz Bizon2016-03-031-3/+3
| * Improve cross project label look and feelGrzegorz Bizon2016-03-031-2/+8
| * Add support for cross project references for labelsGrzegorz Bizon2016-03-031-0/+19
| * Add support for keyword arguments in label reference methodGrzegorz Bizon2016-03-031-1/+1
* | Merge branch 'rs-frontmatter-pre' into 'master' Robert Speicher2016-03-051-0/+53
|\ \
| * | Add YamlFrontMatterFilter to the PreProcessPipelineRobert Speicher2016-03-041-0/+53
| |/
* | Replace `[[_TOC_]]` tag even if `toc` result is blankrs-wiki-pipeline-specRobert Speicher2016-03-031-2/+2
* | Add a spec for WikiPipelineRobert Speicher2016-03-011-44/+7
|/
* Merge branch 'rs-wiki-toc' into 'master' Douwe Maan2016-03-011-0/+52
|\
| * Replace Gollum `[[_TOC_]]` tag with result of TableOfContentsFilterrs-wiki-tocRobert Speicher2016-02-231-0/+52
* | Sanitize `vbscript:` linksrs-data-linksRobert Speicher2016-02-231-0/+7
* | Sanitize `data:` linksRobert Speicher2016-02-211-1/+8
|/
* Fix specs expecting `emoji/` in image pathRobert Speicher2016-02-131-2/+2
* Make Pipelines responsible for defining their custom whitelistrs-whitelist-in-pipelineRobert Speicher2016-02-031-22/+0
* Increase the minimum length for commit SHA matching to 7rs-issue-12706Robert Speicher2016-01-291-2/+2
* Whitelist raw "abbr" elements when parsing MarkdownBenedict Etzel2016-01-231-0/+5
* Refactoring Banzai::Filter::GollumTagsFilterDouglas Barbosa Alexandre2016-01-141-4/+0
* Add Banzai::Filter::GollumTagsFilter for parsing Gollum's tags in HTMLDouglas Barbosa Alexandre2016-01-141-0/+93
* Add spec for single-item task listsrs-single-item-task-list-specRobert Speicher2016-01-071-0/+6
* Milestone reference is a Markdown linkmilestone-refDouwe Maan2016-01-071-1/+3
* Remove icon from milestone reference.Douwe Maan2016-01-051-2/+2
* Merge branch 'master' into milestone-refDouwe Maan2016-01-052-3/+24
|\
| * Support a single directory traversal in RelativeLinkFilterrs-relative-links-to-rootRobert Speicher2015-12-301-0/+8
| * Only allow group/project members to mention `@all`Douwe Maan2015-12-241-3/+16
* | Render milestone links as referencesDouwe Maan2015-12-241-0/+73
|/
* Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan2015-12-1519-0/+2201