summaryrefslogtreecommitdiff
path: root/lib/banzai
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Add noreferrer value to rel attribute for external linksAlfredo Sumaran2016-04-201-1/+1
| * | Refactor banzai code that finds cross-project labelsGrzegorz Bizon2016-04-211-15/+21
| * | Fix cross-project label ref with invalid projectGrzegorz Bizon2016-04-211-1/+1
| |/
* | Using project `path_with_namespace` in milestone's cross project references l...Alejandro Rodríguez2016-04-201-1/+1
* | Escaping the `object_link_text` on cross project milestone referencesAlejandro Rodríguez2016-04-201-1/+1
* | Transforming milestones link references to the short reference formAlejandro Rodríguez2016-04-201-0/+5
* | Consistently using iid when treating milestones as referrablesAlejandro Rodríguez2016-04-201-5/+14
* | Implementing special GitLab markdown reference for milestonesAlejandro Rodríguez2016-04-201-2/+24
|/