summaryrefslogtreecommitdiff
path: root/lib/banzai
Commit message (Expand)AuthorAgeFilesLines
* Catch possible Addressable::URI::InvalidURIErrorBrett Walker2019-02-221-1/+5
* Show tooltip for malicious looking linksBrett Walker2019-01-213-12/+89
* Merge branch 'security-label-xss' into 'master'John Jarvis2019-01-021-1/+5
|\
| * Escape html entities when no label foundJarka Košanová2018-12-121-1/+5
* | Merge branch 'security-master-url-rel' into 'master'John Jarvis2019-01-021-6/+6
|\ \
| * | Set URL rel attribute for broken URLsJan Provaznik2018-12-111-6/+6
| |/
* | Remove feature flag for suggest changes featureOswaldo Ferreira2018-12-181-1/+0
* | Allow suggesting single line changes in diffsOswaldo Ferreira2018-12-135-2/+43
|/
* Resolve "Extended user centric tooltips"Tim Zallmann2018-12-081-1/+1
* Changed frontmatter filtering to support YAML, JSON, TOML, and arbitrary lang...Travis Miller2018-12-073-28/+35
* [CE] - Add milestones autocomplete for epicsFelipe Artur2018-12-071-16/+50
* Merge branch 'security-xss-in-markdown-following-unrecognized-html-element' i...Cindy Pallares2018-11-282-1/+7
* Make sure there's only one slash as path separatorsh-53180-append-pathStan Hu2018-11-091-0/+1
* Prepare Banzai to work with group issuablesce-7341-epics-extractorJarka Košanová2018-10-312-15/+37
* Enable more frozen string in lib/**/*.rbgfyoung2018-10-0650-0/+100
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqBob Van Landuyt2018-10-052-1/+8
|\
| * Merge branch 'security-fix-leaking-private-project-namespace' into 'master'Bob Van Landuyt2018-10-052-1/+8
| |\
| | * Filter system notes with public and private cross referencesBrett Walker2018-10-022-1/+8
* | | Merge branch 'load_project_features' into 'master'Sean McGivern2018-10-051-1/+1
|\ \ \ | |/ / |/| |
| * | Preload project features in reference parserJan Provaznik2018-09-301-1/+1
* | | Merge branch 'mao/48221-issues_show_sql_count' into 'master'Sean McGivern2018-10-052-1/+2
|\ \ \
| * | | Banzai project ref- share context more aggresivelyMario de la Ossa2018-10-042-1/+2
| | |/ | |/|
* | | Support short reference to group entities from project entitiesce-7287-epic-referencesJarka Košanová2018-10-041-0/+6
|/ /
* | Prevent Error 500s with invalid relative linksStan Hu2018-09-291-1/+5
|/
* Use `Gitlab::SafeRequestStore` in more placesMichael Kozono2018-09-243-6/+6
* Simplify by using Gitlab::SafeRequestStoreMichael Kozono2018-09-241-3/+1
* 'code_block' closer to original implementationBrett Walker2018-09-111-9/+5
* Resolve "Process urls with spaces in all markdown processing"Brett Walker2018-09-083-4/+5
* Resolve "Wiki page attachments not rendered properly"Brett Walker2018-09-072-15/+35
* Use ResourceLabelEvent for tracking label changesJan Provaznik2018-09-071-0/+14
* 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