summaryrefslogtreecommitdiff
path: root/lib/banzai
Commit message (Expand)AuthorAgeFilesLines
...
| * | Hacked in Math LexerMunken2016-12-081-0/+27
| * | Math works for inline syntaxMunken2016-12-081-2/+0
| * | Working inline math filterMunken2016-12-082-0/+30
* | | Merge branch 'dz-nested-group-improvements-2' into 'master' Sean McGivern2016-12-131-1/+1
|\ \ \
| * | | Rename Routable.where_paths_in to Routable.where_full_path_indz-nested-group-improvements-2Dmitriy Zaporozhets2016-12-111-1/+1
| |/ /
* | | Merge branch 'unescape-relative-path' into 'master' Gabriel Mazetto2016-12-121-8/+6
|\ \ \ | |/ / |/| |
| * | Avoid escaping relative links in Markdown twice (!7940)winniehell2016-12-121-8/+6
* | | Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-025-60/+41
|/ /
* | remove underscore from user-content id namespace22781-user-generated-permalinksMike Greiling2016-11-301-1/+1
* | add transparent namespace to all user-generated anchors in GitLab flavored ma...Mike Greiling2016-11-301-3/+5
* | Merge branch 'markdown-xss-fix-option-2.1' into 'security'Douwe Maan2016-11-091-10/+28
* | Merge branch 'issue_23548_dev' into 'master'Douwe Maan2016-11-099-14/+78
* | Split out markdown cache storage into a separate methodNick Thomas2016-11-041-1/+5
* | Fix Markdown styling inside reference linkspanjan2016-11-015-42/+44
* | Pass user instance to Labels::FindOrCreateService or skip_authorization: trueadam-fix-labels-find-or-createAdam Niedzielski2016-10-281-1/+1
* | Escape ref and path for relative links (!6050)winniehell2016-10-241-2/+2
* | Merge branch 'feature/group-level-labels' into 'master' Douwe Maan2016-10-191-5/+46
|\ \
| * | Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre2016-10-191-7/+1
| * | Fix replace label references with links for group labelsDouglas Barbosa Alexandre2016-10-191-1/+7
| * | Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre2016-10-191-7/+5
| * | Unfold references for group labels when moving issue to another projectDouglas Barbosa Alexandre2016-10-191-3/+36
| * | Add ProjectLabel modelDouglas Barbosa Alexandre2016-10-191-1/+1
| * | Replace label references with links for group labelsDouglas Barbosa Alexandre2016-10-191-3/+13
* | | Merge branch 'issue_828' into 'master' Douwe Maan2016-10-193-15/+38
|\ \ \ | |/ / |/| |
| * | Prevent wrong markdown on issue ids when project has Jira service activatedissue_828Felipe Artur2016-10-193-15/+38
* | | Merge branch 'fix-escaping' into 'master' Sean McGivern2016-10-191-1/+1
|\ \ \ | |/ / |/| |
| * | fix: commit messages being double-escaped in activies tabamaia2016-10-181-1/+1
* | | Add Nofollow for uppercased scheme in external urlthe-undefined2016-10-181-4/+30
|/ /
* | Add RTL support to markdown rendererEbrahim Byagowi2016-10-162-1/+18
* | Use module_function in Banzai::Rendererfix-banzai-renderer-instrumentationYorick Peterse2016-10-141-3/+1
* | Convert UTF-8 Emoji to Gitlab emojiJohan H2016-10-131-18/+21
* | Convert unicode emojis to images.henrik2016-10-111-8/+46
* | HTMLEntityFilter -> HtmlEntityFilterNick Thomas2016-10-102-2/+2
* | Enable CacheMarkdownField for the remaining modelsNick Thomas2016-10-072-0/+13
* | Use CacheMarkdownField for notesNick Thomas2016-10-072-32/+26
* | Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-0/+28
* | 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
* | Avoid database queries on Banzai::ReferenceParser::BaseParser for nodes witho...22681-avoid-empty-queries-on-reference-parsersPaco Guzman2016-09-281-1/+5
* | 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
* | Merge branch 'js-tooltips-for-mentions' into 'master' Robert Speicher2016-09-016-15/+12
|\ \
| * | Use JavaScript tooltips for mentions (!5301)winniehell2016-09-016-15/+12