summaryrefslogtreecommitdiff
path: root/lib/banzai
Commit message (Expand)AuthorAgeFilesLines
* Fix a memory leak caused by Banzai::Filter::SanitizationFilterfix/sanitization-filter-leakAhmad Sherif2016-08-141-1/+3
* Merge branch 'relative-link-filter-ref' into 'master' Robert Speicher2016-08-091-3/+3
|\
| * Do not look up commit again when it is passed to RelativeLinkFilter (!5455)winniehell2016-08-021-3/+3
* | Enable Style/EmptyLinesAroundClassBody coprubocop/EmptyLinesAroundModuleBodyGabriel Mazetto2016-08-061-1/+0
* | Enable Style/EmptyLinesAroundModuleBody copGabriel Mazetto2016-08-061-2/+0
* | Ignore URLs starting with // (!5677)winniehell2016-08-051-1/+2
* | Merge branch 'syntax-highlight-filter-performance' into 'master' Rémy Coutable2016-08-041-8/+18
|\ \
| * | Improve performance of SyntaxHighlightFiltersyntax-highlight-filter-performanceYorick Peterse2016-08-031-8/+18
| |/
* | 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 'ability-batch-issue-checking' into 'master' Robert Speicher2016-07-291-3/+4
|\
| * Method for returning issues readable by a userability-batch-issue-checkingYorick Peterse2016-07-291-3/+4
* | Merge branch 'rubocop/enable-access-modifiers-cops' into 'master' Robert Speicher2016-07-293-19/+21
|\ \ | |/ |/|
| * Fix method visiblity in emoji filter classGrzegorz Bizon2016-07-191-5/+5
| * Fix methods visibility in markdown filter classGrzegorz Bizon2016-07-191-7/+7
| * Make banzai module that handles markdown singletonGrzegorz Bizon2016-07-191-7/+9
* | 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
* | Retrieve rendered HTML from cache in one requestfix/get-cached-rendered-html-using-single-redis-requestAhmad Sherif2016-07-211-4/+5
* | Merge branch '4142-show-inline-video' into 'master' Rémy Coutable2016-07-212-0/+60
|\ \
| * | 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-192-10/+35
| * | 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-192-0/+43
| |/
* | 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
|/
* ObjectRenderer doesn't crash when no objects to cache with Rails.cache.read_m...Paco Guzman2016-07-131-4/+10
* Object renderer read_multi rendered entries from Cacheread-multi-rendered-objectsPaco Guzman2016-07-122-11/+68
* Optimize system note visibility checking by hiding notes thatStan Hu2016-07-112-18/+29
* Merge branch 'blockquote-fence-filter' into 'master' Robert Speicher2016-07-102-1/+73
|\
| * Add more comments to regexDouwe Maan2016-07-101-11/+32
| * Add blockquote fence syntax to MarkdownDouwe Maan2016-07-092-1/+52
* | Re-use queries in reference parsersreuse-queries-in-reference-parsersYorick Peterse2016-07-082-4/+37
|/
* 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-013-3/+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