summaryrefslogtreecommitdiff
path: root/lib/banzai
Commit message (Expand)AuthorAgeFilesLines
* Instrument Banzai codeYorick Peterse2016-04-111-8/+12
* Merge branch 'patch/fix-markdown-preview-wikis' into 'master' Robert Speicher2016-04-073-6/+70
|\
| * little refactor and improvements on specsGabriel Mazetto2016-04-061-6/+2
| * Ensure correct filter order to validate with our markdown specpatch/fix-markdown-preview-wikisGabriel Mazetto2016-04-062-3/+7
| * Fix a few edited references from WikiLinkFilter and specsGabriel Mazetto2016-04-061-2/+6
| * Fixed WikiPipeline and specsGabriel Mazetto2016-04-061-1/+1
| * Added WikiLinkFilterGabriel Mazetto2016-04-012-2/+56
| * Fixed Gollum pages link url expansion to render correctly in previewGabriel Mazetto2016-03-301-3/+9
* | Fix header link rendering when containing numbersfix-markdown-renderingYorick Peterse2016-04-061-1/+1
* | Wrap images in discussions and wikis with a link to the image source using Im...connorshea2016-04-042-0/+28
* | Cleaned up caching in AbstractReferenceFilterYorick Peterse2016-04-041-15/+11
* | Cache default_issues_tracker? in BanzaiYorick Peterse2016-04-041-1/+16
* | Memoize object class titlesYorick Peterse2016-04-041-1/+9
* | Cache Banzai class methods returning static dataYorick Peterse2016-04-041-3/+3
* | Refactor processing of various Banzai filtersYorick Peterse2016-04-044-134/+120
* | Cache Banzai projects/objects using RequestStoreYorick Peterse2016-04-041-4/+67
* | Added & use Gitlab::Routing for URL helpersroutingYorick Peterse2016-04-017-7/+7
|/
* Remove redundant `require`s from Banzai filesrs-banzai-requiresRobert Speicher2016-03-2418-38/+0
* Merge branch 'master' into feature/issue-moveGrzegorz Bizon2016-03-191-0/+5
|\
| * Restrict access to references for confidential issuesDouglas Barbosa Alexandre2016-03-171-0/+5
* | Add implementation of reference unfolder using banzaiGrzegorz Bizon2016-03-171-0/+1
* | Move reference unfolder for GFM to separate classGrzegorz Bizon2016-03-172-63/+0
* | Do not unfold non-referables when moving an issueGrzegorz Bizon2016-03-171-0/+2
* | Use internal reference extractor in banzai unfold pipelineGrzegorz Bizon2016-03-172-21/+27
* | Add reference unfold pipeline used when moving issueGrzegorz Bizon2016-03-172-0/+55
|/
* Be more intelligent about sanitizing links with unsafe protocolsrs-issue-14220Robert Speicher2016-03-141-2/+7
* Merge branch 'feature/cross-project-labels' into 'master' Douwe Maan2016-03-072-55/+26
|\
| * Remove redundant code in cross project labels implementationGrzegorz Bizon2016-03-031-4/+0
| * Add additional text prefix in cross project labelsGrzegorz Bizon2016-03-031-2/+6
| * Add support for cross project references for labelsGrzegorz Bizon2016-03-031-54/+23
| * Fix bug with return value in abstract reference filterGrzegorz Bizon2016-03-031-0/+2
* | Merge branch 'rs-frontmatter-pre' into 'master' Robert Speicher2016-03-053-0/+51
|\ \
| * | Add YamlFrontMatterFilter to the PreProcessPipelineRobert Speicher2016-03-042-1/+30
| * | Add a PreProcessPipelineRobert Speicher2016-03-022-0/+22
| |/
* | Merge branch 'rs-wiki-pipeline-spec' into 'master' Douwe Maan2016-03-041-3/+5
|\ \ | |/ |/|
| * Replace `[[_TOC_]]` tag even if `toc` result is blankrs-wiki-pipeline-specRobert Speicher2016-03-031-3/+5
* | Add FilterArray class to Banzairs-filter-arrayRobert Speicher2016-03-0110-13/+37
|/
* Merge branch 'rs-wiki-toc' into 'master' Douwe Maan2016-03-012-8/+33
|\
| * Replace Gollum `[[_TOC_]]` tag with result of TableOfContentsFilterrs-wiki-tocRobert Speicher2016-02-232-8/+33
* | Sanitize `vbscript:` linksrs-data-linksRobert Speicher2016-02-231-1/+3
* | Sanitize `data:` linksRobert Speicher2016-02-211-4/+4
|/
* Merge branch 'rs-emoji' into 'master' Douwe Maan2016-02-191-1/+2
|\
| * Update Emoji asset pathRobert Speicher2016-02-121-1/+2
* | Fix relative links in other markup formatsben.boeckel/gitlab-ce-fixup-links-in-generic-docsBen Boeckel2016-02-121-11/+0
|/
* Allow limited Markdown in Broadcast Messagesrs-broadcast-markdownRobert Speicher2016-02-061-0/+16
* Make Pipelines responsible for defining their custom whitelistrs-whitelist-in-pipelineRobert Speicher2016-02-032-9/+13
* Whitelist raw "abbr" elements when parsing MarkdownBenedict Etzel2016-01-231-0/+4
* Gracefully handle invalid UTF-8 sequences in Markdown linksfix-error-500-with-invalid-utf8Stan Hu2016-01-201-0/+2
* Merge branch 'backport-ee' into 'master' Robert Speicher2016-01-1440-65/+0
|\
| * Prevent circular reference error in BanzaiDouwe Maan2016-01-1440-65/+0