| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'feature/group-level-labels' into 'master'
| Douwe Maan | 2016-10-19 | 1 | -5/+46 |
|\ |
|
| * | Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilter | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -7/+1 |
| * | Fix replace label references with links for group labels | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -1/+7 |
| * | Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilter | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -7/+5 |
| * | Unfold references for group labels when moving issue to another project | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -3/+36 |
| * | Add ProjectLabel model | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -1/+1 |
| * | Replace label references with links for group labels | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -3/+13 |
* | | Merge branch 'issue_828' into 'master'
| Douwe Maan | 2016-10-19 | 3 | -15/+38 |
|\ \
| |/
|/| |
|
| * | Prevent wrong markdown on issue ids when project has Jira service activatedissue_828 | Felipe Artur | 2016-10-19 | 3 | -15/+38 |
* | | Merge branch 'fix-escaping' into 'master'
| Sean McGivern | 2016-10-19 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | fix: commit messages being double-escaped in activies tab | amaia | 2016-10-18 | 1 | -1/+1 |
* | | Add Nofollow for uppercased scheme in external url | the-undefined | 2016-10-18 | 1 | -4/+30 |
|/ |
|
* | Add RTL support to markdown renderer | Ebrahim Byagowi | 2016-10-16 | 2 | -1/+18 |
* | Use module_function in Banzai::Rendererfix-banzai-renderer-instrumentation | Yorick Peterse | 2016-10-14 | 1 | -3/+1 |
* | Convert UTF-8 Emoji to Gitlab emoji | Johan H | 2016-10-13 | 1 | -18/+21 |
* | Convert unicode emojis to images. | henrik | 2016-10-11 | 1 | -8/+46 |
* | HTMLEntityFilter -> HtmlEntityFilter | Nick Thomas | 2016-10-10 | 2 | -2/+2 |
* | Enable CacheMarkdownField for the remaining models | Nick Thomas | 2016-10-07 | 2 | -0/+13 |
* | Use CacheMarkdownField for notes | Nick Thomas | 2016-10-07 | 2 | -32/+26 |
* | Add markdown cache columns to the database, but don't use them yet | Nick Thomas | 2016-10-07 | 1 | -0/+28 |
* | Merge branch 'kradydal/gitlab-ce-20989-disable-all-for-non-project-members' | Rémy Coutable | 2016-10-05 | 1 | -5/+9 |
|\ |
|
| * | Fix test, add author attribute to all tests | Katarzyna Kobierska | 2016-10-03 | 1 | -2/+2 |
| * | Prevent rendering the link when the author has no access | Katarzyna Kobierska | 2016-10-03 | 1 | -5/+9 |
* | | Removed puts code :see_no_evil:code-blocks-vue-pre | Phil Hughes | 2016-10-04 | 1 | -1/+0 |
* | | Adds v-pre to code blocks in comments | Phil Hughes | 2016-10-04 | 2 | -2/+3 |
* | | Replace talk_list patch with a patched fork | Jared Deckard | 2016-09-30 | 1 | -22/+0 |
|/ |
|
* | Use `Module#prepend` instead of `alias_method_chain` | Andre Guedes | 2016-09-30 | 1 | -5/+7 |
* | AbstractReferenceFilter caches current project_ref on RequestStore when active22679-avoid-abstract-reference-filter-project-requests | Paco Guzman | 2016-09-28 | 2 | -5/+21 |
* | Avoid database queries on Banzai::ReferenceParser::BaseParser for nodes witho...22681-avoid-empty-queries-on-reference-parsers | Paco Guzman | 2016-09-28 | 1 | -1/+5 |
* | Fix the leak mentioned in 504a3b5 by another way | Ahmad Sherif | 2016-09-23 | 1 | -29/+31 |
* | Revert "Fix a memory leak caused by Banzai::Filter::SanitizationFilter" | Ahmad Sherif | 2016-09-23 | 1 | -3/+1 |
* | Fix URLs with anchors in wiki | Qingping Hou | 2016-09-13 | 1 | -0/+1 |
* | Merge branch 'js-tooltips-for-mentions' into 'master'
| Robert Speicher | 2016-09-01 | 6 | -15/+12 |
|\ |
|
| * | Use JavaScript tooltips for mentions (!5301) | winniehell | 2016-09-01 | 6 | -15/+12 |
* | | remove Ability.abilities | http://jneen.net/ | 2016-08-30 | 1 | -1/+1 |
|/ |
|
* | Fix a memory leak caused by Banzai::Filter::SanitizationFilterfix/sanitization-filter-leak | Ahmad Sherif | 2016-08-14 | 1 | -1/+3 |
* | Merge branch 'relative-link-filter-ref' into 'master'
| Robert Speicher | 2016-08-09 | 1 | -3/+3 |
|\ |
|
| * | Do not look up commit again when it is passed to RelativeLinkFilter (!5455) | winniehell | 2016-08-02 | 1 | -3/+3 |
* | | Enable Style/EmptyLinesAroundClassBody coprubocop/EmptyLinesAroundModuleBody | Gabriel Mazetto | 2016-08-06 | 1 | -1/+0 |
* | | Enable Style/EmptyLinesAroundModuleBody cop | Gabriel Mazetto | 2016-08-06 | 1 | -2/+0 |
* | | Ignore URLs starting with // (!5677) | winniehell | 2016-08-05 | 1 | -1/+2 |
* | | Merge branch 'syntax-highlight-filter-performance' into 'master'
| Rémy Coutable | 2016-08-04 | 1 | -8/+18 |
|\ \ |
|
| * | | Improve performance of SyntaxHighlightFiltersyntax-highlight-filter-performance | Yorick Peterse | 2016-08-03 | 1 | -8/+18 |
| |/ |
|
* | | Improve AutolinkFilter#text_parse performanceautolink-filter-text-parse | Yorick Peterse | 2016-08-03 | 1 | -6/+9 |
|/ |
|
* | Add support for relative links starting with ./ or / to RelativeLinkFilter (!... | winniehell | 2016-08-02 | 1 | -0/+3 |
* | Merge branch 'ability-batch-issue-checking' into 'master'
| Robert Speicher | 2016-07-29 | 1 | -3/+4 |
|\ |
|
| * | Method for returning issues readable by a userability-batch-issue-checking | Yorick Peterse | 2016-07-29 | 1 | -3/+4 |
* | | Merge branch 'rubocop/enable-access-modifiers-cops' into 'master'
| Robert Speicher | 2016-07-29 | 3 | -19/+21 |
|\ \
| |/
|/| |
|
| * | Fix method visiblity in emoji filter class | Grzegorz Bizon | 2016-07-19 | 1 | -5/+5 |
| * | Fix methods visibility in markdown filter class | Grzegorz Bizon | 2016-07-19 | 1 | -7/+7 |