Commits on Source (27)
-
Jason Goodman authored
Update feature flag service to validate ids
-
Dmitry Gruzd authored
-
Mario de la Ossa authored
-
George Koltsov authored
-
Manoj M J authored
This change hides starred & contributed projects of users with private profile.
-
Manoj M J authored
This change makes sure that starred projects details of users with private profiles are not exposed via the API, unless the accessing user has ability to access private profiles of the user.
-
Mario de la Ossa authored
When a User's profile is marked as private, we should never show group nor project membership information via our API.
-
Jan Provaznik authored
Assures that todos targeting inaccessible epics are deleted (either because user left the group or epic became confidential). Also adds a background migration which checks accessibility for all existing confidential epics.
-
Fix dead anchors links See merge request !47488
-
Heinrich Lee Yu authored
This page searches all public projects and the trigram index does not work well with short search terms
-
Rajat Jain authored
Since mermaid is an expensive operation, we defer the execution when the browser is idle.
-
GitLab Release Tools Bot authored
Forbid Setting a gitlabUserList Strategy to a List From Another Project See merge request gitlab-org/security/gitlab!1056
-
GitLab Release Tools Bot authored
GraphQL User: public_email instead of email See merge request gitlab-org/security/gitlab!1073
-
GitLab Release Tools Bot authored
Require a minimum search length on explore page See merge request gitlab-org/security/gitlab!1101
-
GitLab Release Tools Bot authored
Filter params[:search] to prevent leaks See merge request gitlab-org/security/gitlab!1070
-
GitLab Release Tools Bot authored
Fix mermaid resource consumption in GFM fields See merge request gitlab-org/security/gitlab!1067
-
GitLab Release Tools Bot authored
Ensure group and project memberships are not leaked See merge request gitlab-org/security/gitlab!1087
-
GitLab Release Tools Bot authored
Cleanup confidential epic todos See merge request gitlab-org/security/gitlab!1092
-
GitLab Release Tools Bot authored
Validate zoom links to start with https only See merge request gitlab-org/security/gitlab!1078
-
GitLab Release Tools Bot authored
Do not show emails of users in confirmation page See merge request gitlab-org/security/gitlab!1080
-
GitLab Release Tools Bot authored
Hide starred & contributed projects of users with private profile See merge request gitlab-org/security/gitlab!1082
-
GitLab Release Tools Bot authored
Do not expose starred projects of users with private profile via API See merge request gitlab-org/security/gitlab!1084
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[merge-train skip]
Showing
- CHANGELOG-EE.md 7 additions, 0 deletionsCHANGELOG-EE.md
- CHANGELOG.md 16 additions, 0 deletionsCHANGELOG.md
- GITALY_SERVER_VERSION 1 addition, 1 deletionGITALY_SERVER_VERSION
- VERSION 1 addition, 1 deletionVERSION
- app/assets/javascripts/behaviors/markdown/render_mermaid.js 26 additions, 6 deletionsapp/assets/javascripts/behaviors/markdown/render_mermaid.js
- app/controllers/explore/projects_controller.rb 3 additions, 1 deletionapp/controllers/explore/projects_controller.rb
- app/controllers/projects/feature_flags_controller.rb 3 additions, 3 deletionsapp/controllers/projects/feature_flags_controller.rb
- app/controllers/search_controller.rb 0 additions, 1 deletionapp/controllers/search_controller.rb
- app/controllers/users_controller.rb 1 addition, 1 deletionapp/controllers/users_controller.rb
- app/finders/projects_finder.rb 4 additions, 0 deletionsapp/finders/projects_finder.rb
- app/finders/starred_projects_finder.rb 11 additions, 0 deletionsapp/finders/starred_projects_finder.rb
- app/graphql/types/user_type.rb 3 additions, 5 deletionsapp/graphql/types/user_type.rb
- app/models/operations/feature_flags/user_list.rb 5 additions, 0 deletionsapp/models/operations/feature_flags/user_list.rb
- app/presenters/user_presenter.rb 14 additions, 0 deletionsapp/presenters/user_presenter.rb
- app/services/feature_flags/update_service.rb 11 additions, 0 deletionsapp/services/feature_flags/update_service.rb
- app/services/todos/destroy/entity_leave_service.rb 4 additions, 2 deletionsapp/services/todos/destroy/entity_leave_service.rb
- app/validators/zoom_url_validator.rb 6 additions, 1 deletionapp/validators/zoom_url_validator.rb
- app/views/devise/confirmations/new.html.haml 1 addition, 1 deletionapp/views/devise/confirmations/new.html.haml
- app/views/explore/projects/_projects.html.haml 6 additions, 2 deletionsapp/views/explore/projects/_projects.html.haml
- config/application.rb 1 addition, 0 deletionsconfig/application.rb