summaryrefslogtreecommitdiff
path: root/lib/banzai/filter
Commit message (Expand)AuthorAgeFilesLines
* HTMLEntityFilter -> HtmlEntityFilterNick Thomas2016-10-101-1/+1
* Enable CacheMarkdownField for the remaining modelsNick Thomas2016-10-071-0/+12
* Merge branch 'kradydal/gitlab-ce-20989-disable-all-for-non-project-members'Rémy Coutable2016-10-051-5/+9
|\
| * Fix test, add author attribute to all testsKatarzyna Kobierska2016-10-031-2/+2
| * Prevent rendering the link when the author has no accessKatarzyna Kobierska2016-10-031-5/+9
* | Removed puts code :see_no_evil:code-blocks-vue-prePhil Hughes2016-10-041-1/+0
* | Adds v-pre to code blocks in commentsPhil Hughes2016-10-042-2/+3
* | Replace talk_list patch with a patched forkJared Deckard2016-09-301-22/+0
|/
* Use `Module#prepend` instead of `alias_method_chain`Andre Guedes2016-09-301-5/+7
* AbstractReferenceFilter caches current project_ref on RequestStore when active22679-avoid-abstract-reference-filter-project-requestsPaco Guzman2016-09-282-5/+21
* Fix the leak mentioned in 504a3b5 by another wayAhmad Sherif2016-09-231-29/+31
* Revert "Fix a memory leak caused by Banzai::Filter::SanitizationFilter"Ahmad Sherif2016-09-231-3/+1
* Fix URLs with anchors in wikiQingping Hou2016-09-131-0/+1
* Use JavaScript tooltips for mentions (!5301)winniehell2016-09-016-15/+12
* 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 '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
|\