summaryrefslogtreecommitdiff
path: root/lib/banzai/filter
Commit message (Expand)AuthorAgeFilesLines
* Catch all URI errors in ExternalLinkFilterdm-catch-uri-errorsDouwe Maan2017-05-181-1/+1
* Merge branch 'bvl-security-9-1-validate-urls-in-markdown-using-uri'Robert Speicher2017-05-101-18/+18
* Merge branch 'blackst0ne/gitlab-ce-fix_emoji_parser'Sean McGivern2017-04-271-1/+4
|\
| * Fix rendering emoji inside a stringblackst0ne2017-04-251-1/+4
* | Merge branch 'issuable-state-custom-links' into 'master' Sean McGivern2017-04-201-2/+2
|\ \
| * | Do not append issuable state to links with custom anchorissuable-state-custom-linksAdam Niedzielski2017-04-191-2/+2
* | | Merge branch 'plantuml-filter-after-highlight' into 'master' Sean McGivern2017-04-201-4/+4
|\ \ \ | |/ / |/| |
| * | Fix PlantUML integration in GFMplantuml-filter-after-highlightAdam Niedzielski2017-04-191-4/+4
* | | Display issuable state only in notes and issuable descriptionAdam Niedzielski2017-04-191-0/+2
|/ /
* | Fix appending state to issuable referencesfix-appending-state-to-issuable-referencesAdam Niedzielski2017-04-131-2/+2
|/
* Add indication for closed or merged issuables in GFMadam-finish-5993-closed-issuableAdam Buckland2017-04-072-1/+36
* Merge branch '30125-markdown-security'Robert Speicher2017-04-053-24/+2
* Merge branch 'make_user_mentions_case_insensitive' into 'master' Sean McGivern2017-03-291-2/+2
|\
| * Make user mentions case-insensitiveblackst0ne2017-03-291-2/+2
* | Get rid of a third N+1 query problemRémy Coutable2017-03-281-1/+3
* | Get rid of second N+1 query problemRémy Coutable2017-03-281-0/+4
* | Get rid of a first N+1 query problemRémy Coutable2017-03-281-2/+21
|/
* Merge branch 'fix-links-target-blank' into 'security'Jacob Schatz2017-03-202-2/+3
* Use Enumerable#index_by where possibledm-use-index-byDouwe Maan2017-03-162-10/+2
* Copy code as GFM from diffs, blobs and GFM code blocksDouwe Maan2017-03-141-12/+1
* Merge branch '26371-native-emojis-v3' into 'master' Filipa Lacerda2017-03-071-53/+11
|\
| * Use native unicode emojisEric Eastwood2017-03-061-53/+11
* | SanitizationFilter allows html5 details and summary (Issue #21605)James2017-03-061-0/+4
|/
* Use full group name in GFM group reference titledm-group-reference-full-nameDouwe Maan2017-03-011-1/+1
* Merge branch '20890-comment-image-inline' into 'master' 28711-cherry-picking-ui-regressions-8-17-0Robert Speicher2017-02-271-8/+1
|\
| * Fix inline comment images by removing wrapper #20890Jared Deckard2016-08-131-8/+1
* | Revert "Enable Style/BarePercentLiterals"Douwe Maan2017-02-233-6/+6
* | Fix code for copsDouwe Maan2017-02-233-15/+18
* | Enable Style/ConditionalAssignmentDouwe Maan2017-02-233-9/+9
* | Enable Style/BarePercentLiteralsDouwe Maan2017-02-233-6/+6
* | Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* | No more and/orDouwe Maan2017-02-211-1/+1
* | Only yield valid references in ReferenceFilter.references_inonly-yield-valid-reference-matchesDouwe Maan2017-02-161-1/+6
* | Add GFM support to nested groupsdz-nested-groups-gfm-altDmitriy Zaporozhets2017-02-132-4/+4
* | PlantUML support for MarkdownHoracio Sanson2017-02-031-0/+39
* | Merge branch 'master' into copy-as-mdDouwe Maan2017-01-252-2/+6
|\ \
| * | address commentsJarka Kadlecova2017-01-251-0/+1
| * | make mentions working when project not specifiedJarka Kadlecova2017-01-182-3/+6
* | | Merge branch 'master' into copy-as-mdDouwe Maan2017-01-191-3/+5
|\ \ \ | |/ /
| * | Correct documentation for `data_attribute` methodrs-data_attribute-cleanupRobert Speicher2017-01-161-3/+5
* | | Fix SyntaxHighlightFilter specDouwe Maan2017-01-171-0/+1
* | | Copying a rendered issue/comment will paste into GFM textareas as actual GFMDouwe Maan2017-01-164-6/+9
|/ /
* | Merge branch 'inline-math-dollar' into 'master' Robert Speicher2016-12-221-8/+3
|\ \
| * | Don't render inline math when dollar signs are inside markupinline-math-dollarDouwe Maan2016-12-221-8/+3
* | | Use `ref` variable24224-fix-project-ref-cacheDouwe Maan2016-12-221-1/+1
* | | Fix lookup of project by unknown ref when caching is enabledDouwe Maan2016-12-221-4/+15
|/ /
* | Filter protocol-relative URLs in ExternalLinkFilter. Fixes issue #22742.Makoto Scott-Hinkle2016-12-211-1/+1
* | Merge branch 'katex-math' into 'master' Sean McGivern2016-12-151-0/+51
|\ \
| * | Render math in Asciidoc and Markdown with KaTeX using code blocksMunken2016-12-143-30/+51
| * | Better location for math lexerMunken2016-12-081-22/+0