- Sep 13, 2019
-
-
GitLab Bot authored
-
- Sep 10, 2019
-
-
Markus Koller authored
- Avoid N+1 queries for authors and comment counts - Avoid an additional snippet existence query
-
- Aug 07, 2019
-
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
- Dec 13, 2018
-
-
Martin Wortschack authored
-
- Nov 29, 2018
-
-
Cindy Pallares authored
[master] Resolve "Personal access token with only `read_user` scope can be used to authenticate any web request" See merge request gitlab/gitlabhq!2583
-
- Nov 23, 2018
-
-
James Lopez authored
-
- Oct 15, 2018
-
-
Martin Wortschack authored
-
- Oct 04, 2018
-
-
Martin Wortschack authored
-
- Sep 19, 2018
-
-
gfyoung authored
Enables frozen string for the following: * app/controllers/*.rb * app/controllers/admin/**/*.rb * app/controllers/boards/**/*.rb * app/controllers/ci/**/*.rb * app/controllers/concerns/**/*.rb Partially addresses #47424.
-
- Jul 24, 2018
-
-
- Apr 08, 2018
-
-
blackst0ne authored
Rails 5.0 requires to explicitly permit attributes when building a URL using current `params` object. The `safe_params` helper allows developers to just call `safe_params.merge(...)` instead of manually adding `permit` to every call. https://github.com/rails/rails/pull/20868
-
- Feb 22, 2018
-
-
Bob Van Landuyt authored
-
- Dec 07, 2017
-
-
Mike Greiling authored
-
- Nov 06, 2017
-
-
- Jul 18, 2017
-
-
Mike Greiling authored
-
- Jun 21, 2017
-
-
Grzegorz Bizon authored
-
- Jun 12, 2017
-
-
Tieu-Philippe KHIM authored
-
- May 19, 2017
-
-
Michael Kozono authored
In order to avoid string manipulation or modify route params (to make them unambiguous for `url_for`), we are accepting a behavior change: When being redirected to the canonical path for a group, if you requested a group show path starting with `/groups/…` then you’ll now be redirected to the group at root `/…`.
-
- May 10, 2017
-
-
Refactor snippets finder & dont return internal snippets for external users See merge request !2094
-
- May 05, 2017
-
-
Michael Kozono authored
Note: This changes the behavior of user lookups (see the spec change) so it acts the same way as groups and projects. Unauthenticated clients attempting to access a user page will be redirected to login whether the user exists and is publicly restricted, or does not exist at all.
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
- Apr 06, 2017
-
-
Jacopo authored
Extended ProjectFinder in order to handle the following options: - current_user - which user use - project_ids_relation: int[] - project ids to use - params: - trending: boolean - non_public: boolean - starred: boolean - sort: string - visibility_level: int - tags: string[] - personal: boolean - search: string - non_archived: boolean GroupProjectsFinder now inherits from ProjectsFinder. Changed the code in order to use the new available options.
-
- Mar 18, 2017
-
-
Phil Hughes authored
Changed it from being json links to normal links & then doing a AJAX request to get the content. Closes #29624
-
- Feb 23, 2017
-
-
Douwe Maan authored
This reverts commit e00fb2bdc2090e9cabeb1eb35a2672a882cc96e9. # Conflicts: # .rubocop.yml # .rubocop_todo.yml # lib/gitlab/ci/config/entry/global.rb # lib/gitlab/ci/config/entry/jobs.rb # spec/lib/gitlab/ci/config/entry/factory_spec.rb # spec/lib/gitlab/ci/config/entry/global_spec.rb # spec/lib/gitlab/ci/config/entry/job_spec.rb # spec/lib/gitlab/ci/status/build/factory_spec.rb # spec/lib/gitlab/incoming_email_spec.rb
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Douwe Maan authored
-
- Nov 17, 2016
-
-
Bryce Johnson authored
-
- Nov 09, 2016
-
-
Robert Speicher authored
Respect project visibility settings in the contributions calendar This MR fixes a number of bugs relating to access controls and date selection of events for the contributions calendar Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23403 See merge request !2019 Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Oct 15, 2016
-
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Bryce Johnson authored
- Tab between register and sign in forms - Add individual input validation error messages - Validate username - Update many styles for all login-box forms
-
- Sep 26, 2016
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-