summaryrefslogtreecommitdiff
path: root/lib/banzai
Commit message (Expand)AuthorAgeFilesLines
* Uploads to wiki stored inside the wiki git repositoryFrancisco Javier López2018-09-042-8/+23
* Merge branch '43096-controller-projects-issuescontroller-referenced_merge_req...Nick Thomas2018-08-231-2/+3
|\
| * Fix routes N+1 in Issues::ReferencedMergeRequestsService#executeSean McGivern2018-08-211-2/+3
* | Resolve "Wiki: links with spaces in the url render incorrectly with CommonMark"Brett Walker2018-08-212-0/+78
|/
* Add frozen_string_literal to recently-added files from the communitySean McGivern2018-08-102-0/+4
* Merge branch '28930-add-project-reference-filter' into 'master'Sean McGivern2018-08-103-0/+144
|\
| * Use a hash to memoize readable_project_ids with user objects as keysReuben Pereira2018-07-311-6/+5
| * Remove nodes_visible_to_user from ProjectParser and memoize readable_project_idsReuben Pereira2018-07-151-17/+10
| * Use map instead of collect in the ProjectParser#projects_readable_by_user fun...Reuben Pereira2018-07-051-1/+1
| * Add back the Project#to_reference_with_postfix function since it can be used ...Reuben Pereira2018-07-051-1/+1
| * Use a custom ProjectParser#nodes_visible_to_user function so that the user pe...Reuben Pereira2018-07-051-2/+21
| * Correct the comment above the ProjectReferenceFilter.references_in method.Reuben Pereira2018-07-031-1/+1
| * Eager load a project's route and its namespace with route in project_referenc...Reuben Pereira2018-07-031-1/+1
| * Eager load the namespace and route of a project in project_reference_filter.rbReuben Pereira2018-07-031-1/+2
| * Correct the comments above the ProjectReferenceFilter#project_link_filter fun...Reuben Pereira2018-07-031-2/+2
| * Correct the misleading name of a variable in ProjectReferenceFilter.project_l...Reuben Pereira2018-07-031-3/+3
| * Correct the comment above the projects_hash function in the project_reference...Reuben Pereira2018-06-301-3/+3
| * A working implementation of a project reference filter which links project re...Reuben Pereira2018-06-303-0/+132
* | Allow users to set a statusBob Van Landuyt2018-07-301-0/+17
* | Fix slow Markdown renderingStan Hu2018-07-241-1/+1
* | Merge branch 'sh-enable-frozen-literals-banzi-filters' into 'master'Rémy Coutable2018-07-233-3/+9
|\ \
| * | Enable frozen strings in remaining lib/banzai/filter/*.rb filessh-enable-frozen-literals-banzi-filtersStan Hu2018-07-233-3/+9
* | | Enable frozen strings in lib/banzai/filter/*.rbsh-freeze-banzai-filter-stringsStan Hu2018-07-2338-0/+76
|/ /
* | Merge branch 'extract-ee-specific-banzai-filters' into 'master'Robert Speicher2018-07-173-10/+28
|\ \
| * | Extract EE-specific lines from Banzai pipelinesextract-ee-specific-banzai-filtersSean McGivern2018-07-133-10/+28
* | | Merge branch 'satishperala/gitlab-ce-20720_webhooks_full_image_url' into 'mas...Douwe Maan2018-07-171-21/+1
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into satishperala/gitlab-ce-20720_webhooks_full_image_urlSean McGivern2018-07-067-28/+23
| |\ \
| * | | Add documentation and specs for webhook URL rewritingSean McGivern2018-07-061-21/+1
* | | | Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* | | | Improve render performance of large wiki pagesPeter Leitzen2018-07-071-3/+8
| |/ / |/| |
* | | Merge branch 'pravi/gitlab-ce-update-html-pipeline' into 'master'Douwe Maan2018-07-041-12/+5
|\ \ \
| * | | Use strong_memoize to customize the SanitizationFilter whitelistRobert Speicher2018-07-031-12/+5
| * | | dup whitelist before modificationPirate Praveen2018-06-301-1/+1
| | |/ | |/|
* | | Merge branch '44994-osw-use-monospaced-font-on-diffs-commit-ref' into 'master'Robert Speicher2018-07-032-3/+10
|\ \ \
| * | | Use monospaced font for MR diff commit link ref on GFMOswaldo Ferreira2018-06-272-3/+10
* | | | Remove outdated comment from emoji_filter.rbDouwe Maan2018-07-021-4/+0
| |/ / |/| |
* | | Remove unused asset host logic from GfmPipeline and EmojiFilter specDouwe Maan2018-06-291-5/+1
|/ /
* | Fix performance bottleneck when rendering large wiki pagesSean McGivern2018-06-261-2/+4
* | Merge branch 'security-2682-fix-xss-for-markdown-toc' into 'master'Alessio Caiazza2018-06-251-1/+1
|\ \
| * | Fix xss for Markdown elements where [[_TOC_]] is enabledMark Chao2018-06-161-1/+1
* | | Merge branch 'security-fj-bumping-sanitize-gem' into 'master'Alessio Caiazza2018-06-251-1/+2
|\ \ \ | |_|/ |/| |
| * | Whitelist text-align property for th and tdDouwe Maan2018-06-181-1/+2
* | | Allow trailing whitespace on blockquote fence linesDouwe Maan2018-06-181-6/+6
|/ /
* | Rails5 fix passing Group objects array into for_projects_and_groups milestone...Jasper Maes2018-06-141-1/+1
|/
* enable CommonMark as the defaultBrett Walker2018-06-141-1/+1
* Fix Banzai reference for milestones belonging to parent groupsMario de la Ossa2018-06-121-1/+1
* Eager load project routes for issue referencesYorick Peterse2018-05-281-1/+2
* Use ApplicationSetting.current_without_cache instead of ApplicationSetting.cu...Rémy Coutable2018-05-231-1/+1
* Fix double brackets being linkified in wiki markdownAlex2018-05-181-0/+3
* Resolve "Expand API: Render an arbitrary Markdown document"blackst0ne2018-05-182-3/+3