summaryrefslogtreecommitdiff
path: root/spec/lib/banzai/filter
Commit message (Expand)AuthorAgeFilesLines
* remove underscore from user-content id namespace22781-user-generated-permalinksMike Greiling2016-11-301-3/+3
* update gitlab flavored markdown tests to reflect namespaced idsMike Greiling2016-11-301-8/+13
* Merge branch 'markdown-xss-fix-option-2.1' into 'security'Douwe Maan2016-11-091-0/+22
* Merge branch 'issue_23548_dev' into 'master'Douwe Maan2016-11-091-17/+25
* Fix Markdown styling inside reference linkspanjan2016-11-013-6/+40
* Add failing test for #21420winniehell2016-10-241-11/+29
* Merge branch 'feature/group-level-labels' into 'master' Douwe Maan2016-10-191-0/+82
|\
| * Unfold references for group labels when moving issue to another projectDouglas Barbosa Alexandre2016-10-191-0/+82
* | Merge branch 'issue_828' into 'master' Douwe Maan2016-10-192-26/+63
|\ \ | |/ |/|
| * Prevent wrong markdown on issue ids when project has Jira service activatedissue_828Felipe Artur2016-10-192-26/+63
* | Merge branch 'fix-escaping' into 'master' Sean McGivern2016-10-191-0/+5
|\ \ | |/ |/|
| * fix: commit messages being double-escaped in activies tabamaia2016-10-181-0/+5
* | Add Nofollow for uppercased scheme in external urlthe-undefined2016-10-181-0/+34
|/
* Convert UTF-8 Emoji to Gitlab emojiJohan H2016-10-131-0/+16
* Convert unicode emojis to images.henrik2016-10-111-2/+69
* HTMLEntityFilter -> HtmlEntityFilterNick Thomas2016-10-101-1/+1
* Enable CacheMarkdownField for the remaining modelsNick Thomas2016-10-071-0/+14
* Merge branch 'kradydal/gitlab-ce-20989-disable-all-for-non-project-members'Rémy Coutable2016-10-051-0/+9
|\
| * Imrove grammarKatarzyna Kobierska2016-10-031-1/+1
| * Fix test, add author attribute to all testsKatarzyna Kobierska2016-10-031-0/+9
* | Fixed banzai test failuresPhil Hughes2016-10-041-4/+4
* | Remove the task_list test since it is patched upstreamJared Deckard2016-09-301-16/+0
|/
* Use JavaScript tooltips for mentions (!5301)winniehell2016-09-019-15/+15
* Merge branch 'relative-link-filter-ref' into 'master' Robert Speicher2016-08-091-2/+18
|\
| * Add failing test for #20026winniehell2016-08-021-2/+18
* | Merge branch 'rubocop/enable-more-cops-for-empty-lines' into 'master' Robert Speicher2016-08-081-1/+0
|\ \
| * | Enable some Rubocop cops related to new linesGrzegorz Bizon2016-08-031-1/+0
| |/
* | Add failing test for #7032winniehell2016-08-051-0/+5
|/
* Add failing tests for #19028winniehell2016-08-021-0/+12
* Ensure relative paths for video are rewritten as we do for images20189-markdown-video-doesn-t-work-when-the-referenced-video-file-is-in-same-repoRémy Coutable2016-07-261-0/+25
* Remove magic comments from Ruby files (!5456)winniehell2016-07-243-6/+0
* Remove VideoJS and clean the integrationRémy Coutable2016-07-201-8/+17
* Use a more powerful query to match videos in img tagsRémy Coutable2016-07-191-10/+16
* First support of videos in issues, MRs and notesEric Hayes2016-07-191-0/+36
* Don't parse Rinku returned value to DocFragment when it didn't change the ori...18593-avoid-parse_html-when-rinku-didnt-do-anythingPaco Guzman2016-07-181-0/+20
* Don't fail to highlight when Rouge doesn't have a lexerDouwe Maan2016-07-151-7/+27
* stub out errors from the formatterhttp://jneen.net/2016-07-141-1/+1
* don't expect a random newline at the end of the thing?http://jneen.net/2016-07-141-1/+1
* Fix markdown rendering for label references that contains `.`Douglas Barbosa Alexandre2016-07-131-13/+13
* Fix markdown rendering for label references that begin with a digitDouglas Barbosa Alexandre2016-07-131-0/+48
* Fix markdown rendering for consecutive label referencesDouglas Barbosa Alexandre2016-07-131-0/+40
* Fix typo in specDouwe Maan2016-07-101-1/+1
* Add blockquote fence syntax to MarkdownDouwe Maan2016-07-091-0/+14
* Render references for labels that name contains ?, or &Douglas Barbosa Alexandre2016-07-051-0/+50
* Handle external issues in IssueReferenceFilterYorick Peterse2016-06-301-0/+13
* Wrap images in divs with Banzai and limit max-height.image-sizingConnor Shea2016-06-271-0/+5
* Merge branch 'fix-external-issue-links' into 'master' Robert Speicher2016-06-221-0/+36
|\
| * Handle external issues in IssueReferenceFilterfix-external-issue-linksYorick Peterse2016-06-211-0/+36
* | Optimize Banzai::Filter::RelativeLinkFilterAlejandro Rodríguez2016-06-211-5/+2
|/
* Merge branch 'fix-out-of-bounds-markdown-refs' into 'master' Robert Speicher2016-06-183-1/+13
|\