summaryrefslogtreecommitdiff
path: root/lib/banzai/filter
Commit message (Expand)AuthorAgeFilesLines
* Improve AutolinkFilter#text_parse performanceautolink-filter-text-parseYorick Peterse2016-08-031-6/+9
* Add support for relative links starting with ./ or / to RelativeLinkFilter (!...winniehell2016-08-021-0/+3
* Merge branch 'rubocop/enable-access-modifiers-cops' into 'master' Robert Speicher2016-07-292-12/+12
|\
| * Fix method visiblity in emoji filter classGrzegorz Bizon2016-07-191-5/+5
| * Fix methods visibility in markdown filter classGrzegorz Bizon2016-07-191-7/+7
* | 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-1/+1
* | Merge branch '4142-show-inline-video' into 'master' Rémy Coutable2016-07-211-0/+59
|\ \
| * | Remove VideoJS and clean the integrationRémy Coutable2016-07-201-9/+6
| * | Use a more powerful query to match videos in img tagsRémy Coutable2016-07-191-9/+34
| * | Remove duplication, useless rescue, and avoid using ActionViewRémy Coutable2016-07-191-14/+9
| * | First support of videos in issues, MRs and notesEric Hayes2016-07-191-0/+42
| |/
* | Enable Style/MultilineTernaryOperator rubocop coprubocop/enable-multiline-ternary-operator-copGrzegorz Bizon2016-07-201-2/+1
|/
* 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/+2
* Merge branch 'syntax-highlight-unknown-language' into 'master' Robert Speicher2016-07-161-7/+8
|\
| * Don't fail to highlight when Rouge doesn't have a lexerDouwe Maan2016-07-151-7/+8
* | Merge branch 'mentioned-user-tooltip' into 'master' Douwe Maan2016-07-151-5/+5
|\ \ | |/ |/|
| * Display tooltip for mentioned users and groups (!5261)winniehell2016-07-141-5/+5
* | use %(...) and %[...] in favor of %<...>feature.rouge-20http://jneen.net/2016-07-141-2/+2
* | bugfix: don't error in css_classeshttp://jneen.net/2016-07-141-5/+8
* | without line anchors, this is just the plain HTML formatterhttp://jneen.net/2016-07-141-1/+1
* | kill the :cssclass optionhttp://jneen.net/2016-07-141-2/+1
* | add the wrapping back in for the banzai filterhttp://jneen.net/2016-07-141-1/+5
|/
* Add more comments to regexDouwe Maan2016-07-101-11/+32
* Add blockquote fence syntax to MarkdownDouwe Maan2016-07-091-0/+50
* Use CGI.unescapeHTML rather than doing the gsub with a mapDouglas Barbosa Alexandre2016-07-051-1/+1
* Move `unescape_html_entities` from LabelsHelper to Label modelDouglas Barbosa Alexandre2016-07-051-1/+1
* Render references for labels that name contains ?, or &Douglas Barbosa Alexandre2016-07-051-2/+6
* Merge branch 'update-gemoji' into 'master' Robert Speicher2016-07-051-2/+2
|\
| * Add emoji.rb in lib/gitlab instead of using the gitlab_emoji gem.update-gemojiConnor Shea2016-06-291-2/+2
* | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-012-2/+0
* | Metrics for Rouge::Plugins::Redcarpet and Rouge::Formatters::HTMLGitlab18592-syntaxhighlighter-slowPaco Guzman2016-07-011-2/+7
* | Handle external issues in IssueReferenceFilterYorick Peterse2016-06-303-6/+30
|/
* Wrap images in divs with Banzai and limit max-height.image-sizingConnor Shea2016-06-271-1/+9
* Support for rendering/redacting multiple documentsYorick Peterse2016-06-241-28/+1
* Merge branch 'fix-external-issue-links' into 'master' Robert Speicher2016-06-221-3/+7
|\
| * Handle external issues in IssueReferenceFilterfix-external-issue-linksYorick Peterse2016-06-211-3/+7
* | Optimize Banzai::Filter::RelativeLinkFilterAlejandro Rodríguez2016-06-211-37/+14
|/
* Merge branch 'fix-out-of-bounds-markdown-refs' into 'master' Robert Speicher2016-06-181-1/+2
|\
| * Fix RangeError exceptions when referring to issues or merge requests outside ...Stan Hu2016-06-181-1/+2
* | Fix bug in `WikiLinkFilter`.18819-wiki-link-filter-exceptionTimothy Andrew2016-06-181-1/+1
|/
* Merge branch 'banzai-issue-filter-queries' into 'master' Douwe Maan2016-06-162-3/+79
|\
| * Reduce queries in IssueReferenceFilterbanzai-issue-filter-queriesYorick Peterse2016-06-162-3/+79
* | Banzai::Filter::ExternalLinkFilter use XPath18582-banzai-filter-external-link-filterPaco Guzman2016-06-161-11/+2
* | Banzai::Filter::UploadLinkFilter use XPathPaco Guzman2016-06-161-8/+3
|/
* Merge branch '18019-fix-wiki-linking' into 'master' Rémy Coutable2016-06-092-26/+46
|\
| * Implement the correct linking behaviour in `WikiLinkFilter`.Timothy Andrew2016-06-092-26/+46
* | Remove obvious comment and extra lineAlfredo Sumaran2016-06-081-2/+0
* | Set target="_blank" for external linksAlfredo Sumaran2016-06-081-0/+3
* | Merge branch 'banzai-user-filter-queries'Douwe Maan2016-06-032-2/+34
|\ \
| * | Reduce Namespace queries in UserReferenceFilterbanzai-user-filter-queriesYorick Peterse2016-06-021-2/+27