summaryrefslogtreecommitdiff
path: root/lib/banzai/filter
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'separate-banzai-references' into 'master' Douwe Maan2016-06-0113-193/+51
|\
| * Split Markdown rendering & reference gatheringYorick Peterse2016-05-2613-193/+51
* | 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-201-0/+22
|\
| * Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler2016-05-181-0/+22
* | 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
|/
* Merge branch 'patch/fix-markdown-preview-wikis' into 'master' Robert Speicher2016-04-072-4/+66
|\
| * little refactor and improvements on specsGabriel Mazetto2016-04-061-6/+2
| * Ensure correct filter order to validate with our markdown specpatch/fix-markdown-preview-wikisGabriel Mazetto2016-04-061-2/+6
| * Fix a few edited references from WikiLinkFilter and specsGabriel Mazetto2016-04-061-2/+6
| * Added WikiLinkFilterGabriel Mazetto2016-04-011-0/+52
| * Fixed Gollum pages link url expansion to render correctly in previewGabriel Mazetto2016-03-301-3/+9
* | Fix header link rendering when containing numbersfix-markdown-renderingYorick Peterse2016-04-061-1/+1
* | Wrap images in discussions and wikis with a link to the image source using Im...connorshea2016-04-041-0/+27
* | Cleaned up caching in AbstractReferenceFilterYorick Peterse2016-04-041-15/+11
* | Cache default_issues_tracker? in BanzaiYorick Peterse2016-04-041-1/+16
* | Memoize object class titlesYorick Peterse2016-04-041-1/+9
* | Cache Banzai class methods returning static dataYorick Peterse2016-04-041-3/+3
* | Refactor processing of various Banzai filtersYorick Peterse2016-04-044-134/+120
* | Cache Banzai projects/objects using RequestStoreYorick Peterse2016-04-041-4/+67
* | Added & use Gitlab::Routing for URL helpersroutingYorick Peterse2016-04-017-7/+7
|/
* Remove redundant `require`s from Banzai filesrs-banzai-requiresRobert Speicher2016-03-2415-32/+0
* Merge branch 'master' into feature/issue-moveGrzegorz Bizon2016-03-191-0/+5
|\
| * Restrict access to references for confidential issuesDouglas Barbosa Alexandre2016-03-171-0/+5
* | Add implementation of reference unfolder using banzaiGrzegorz Bizon2016-03-171-0/+1
* | Move reference unfolder for GFM to separate classGrzegorz Bizon2016-03-171-42/+0
* | Do not unfold non-referables when moving an issueGrzegorz Bizon2016-03-171-0/+2
* | Use internal reference extractor in banzai unfold pipelineGrzegorz Bizon2016-03-171-20/+14
* | Add reference unfold pipeline used when moving issueGrzegorz Bizon2016-03-171-0/+46
|/
* Be more intelligent about sanitizing links with unsafe protocolsrs-issue-14220Robert Speicher2016-03-141-2/+7
* Merge branch 'feature/cross-project-labels' into 'master' Douwe Maan2016-03-072-55/+26
|\