summaryrefslogtreecommitdiff
path: root/lib/banzai
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support for rendering/redacting multiple documentsYorick Peterse2016-06-245-28/+188
* 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
* | Merge branch 'remove-banzai-pre-process' into 'master' Robert Speicher2016-06-211-6/+2
|\ \
| * | Move pre_process into render_resultremove-banzai-pre-processYorick Peterse2016-06-211-6/+2
| |/
* | 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
* | Eager load project relations in IssueParserYorick Peterse2016-06-151-1/+15
|/
* Fix description and GFM pipelines conflictingfix-markdown-specSean McGivern2016-06-131-12/+5
* 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
| * | Added ReferenceFilter#nodesYorick Peterse2016-06-021-0/+5
| * | Returning enums in ReferenceFilter#each_nodeYorick Peterse2016-06-021-0/+2
| |/
* | Fix serious performance bug with rendering Markdown with InlineDiffFilterStan Hu2016-06-011-4/+8
|/
* Merge branch 'separate-banzai-references' into 'master' Douwe Maan2016-06-0127-265/+554
|\
| * Split Markdown rendering & reference gatheringYorick Peterse2016-05-2627-265/+554
* | Fix 404 page when viewing TODOs that contain milestones or labels in differen...Stan Hu2016-05-311-1/+3
|/
* Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan2016-05-202-1/+24
|\
| * Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler2016-05-182-1/+24
* | Merge remote-tracking branch 'origin/master' into eReGeBe/gitlab-ce-feature/m...Rémy Coutable2016-05-184-5/+19
|\ \ | |/
| * Add a spec for `WikiLinkFilter`Timothy Andrew2016-05-121-3/+8
| * Merge branch 'fix/using-uploads-in-global-snippets' into 'master' Robert Speicher2016-05-101-1/+7
| |\
| | * Do not process upload links if no project contextGrzegorz Bizon2016-05-101-2/+6
| | * Fix using link to uploads in global snippetsGrzegorz Bizon2016-05-101-1/+3
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2016-05-101-0/+3
| |\ \
| | * | Links for redmine issue references are generated correctly againBenedikt Huss2016-05-101-0/+3
| | |/
| * | Use a case-insensitive comparison in sanitizing URI schemesStan Hu2016-05-091-1/+1
| |/
* | Fix cross-project milestone ref with invalid projectDouwe Maan2016-04-231-11/+17
* | Merge branch 'master' into eReGeBe/gitlab-ce-feature/milestone-mdDouwe Maan2016-04-232-18/+23
|\ \ | |/
| * Merge branch 'dev_issue_15331' into 'master' Robert Speicher2016-04-211-3/+2
| |\
| | * Fix failing specAlfredo Sumaran2016-04-211-2/+1