- Feb 28, 2020
-
-
GitLab Bot authored
-
- Oct 22, 2019
-
-
GitLab Bot authored
-
- Jul 25, 2019
-
-
Thong Kuah authored
This was shown in specs but surely this will be happening in application code as well if this method is passes a frozen string. We were also trying to force_encode a OmniAuth::AuthHash which had the very confusing behaviour of returning nil when it was sent a method that it did not define. Fix that by only force_encoding a String.
-
- Jul 24, 2019
-
-
Signed-off-by:
Istvan szalai <istvan.szalai@savoirfairelinux.com>
-
- Mar 12, 2019
-
-
Yorick Peterse authored
EE adds this method to Gitlab::Utils, which is also required by our SimpleCov helper. This prevents us from injecting EE modules into Gitlab::Utils, because the necessary bits for this are not yet in place. To work around this we just backport try_megabytes_to_bytes, as there's no particular reason to keep this in EE only.
-
- Jan 04, 2019
-
-
Kamil Trzcińśki authored
These are data columns that store runtime configuration of build needed to execute it on runner and within pipeline. The definition of this data is that once used, and when no longer needed (due to retry capability) they can be freely removed. They use `jsonb` on PostgreSQL, and `text` on MySQL (due to lacking support for json datatype on old enough version).
-
- Dec 10, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Dec 05, 2018
-
-
Nick Thomas authored
The API permits path traversal characters like '../' to be passed down to the template finder. Detect these requests and cause them to fail with a 500 response code.
-
- Nov 28, 2018
-
-
Grzegorz Bizon authored
-
- Nov 27, 2018
-
-
Grzegorz Bizon authored
-
- Nov 23, 2018
-
-
Grzegorz Bizon authored
-
- Nov 22, 2018
-
-
Grzegorz Bizon authored
-
- Nov 07, 2018
-
-
Douglas Barbosa Alexandre authored
In Ruby 2.4, `URI.join("http://test//", "a").to_s` will remove the double slash, however it's not the case in Ruby 2.5. Using chomp should work better for the intention, as we're not trying to allow things like ../ or / paths resolution. This helper method append path to host, making sure there's one single slash as path separator.
-
- Oct 22, 2018
-
-
gfyoung authored
-
- Apr 12, 2018
-
-
Rubén Dávila authored
-
- Apr 04, 2018
-
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ee/issues/4474 Conflicts: db/schema.rb ee/app/controllers/ee/admin/application_settings_controller.rb ee/app/helpers/ee/application_settings_helper.rb ee/app/models/ee/application_setting.rb ee/app/models/license.rb ee/app/views/layouts/service_desk.html.haml ee/app/views/notify/approved_merge_request_email.html.haml ee/app/views/notify/service_desk_new_note_email.text.erb ee/app/views/notify/service_desk_thank_you_email.text.erb ee/app/views/notify/unapproved_merge_request_email.html.haml ee/lib/ee/api/entities.rb ee/spec/controllers/admin/application_settings_controller_spec.rb ee/spec/models/application_setting_spec.rb ee/spec/requests/api/settings_spec.rb lib/api/settings.rb spec/mailers/previews/notify_preview.rb
-
- Mar 06, 2018
-
-
Mario de la Ossa authored
-
- Jan 17, 2018
-
-
Robert Speicher authored
Merge branch '41293-fix-command-injection-vulnerability-on-system_hook_push-queue-through-web-hook' into 'security-10-3' Don't allow line breaks on HTTP headers See merge request gitlab/gitlabhq!2277 (cherry picked from commit 7fc0a6fc096768a5604d6dd24d7d952e53300c82) 073b8f9c Don't allow line breaks on HTTP headers
-
- Dec 01, 2017
-
-
Michael Kozono authored
-
- Aug 31, 2017
-
-
Bob Van Landuyt authored
-
- Aug 15, 2017
-
-
vanadium23 authored
-
- May 25, 2017
-
-
Lin Jen-Shin authored
-
- Nov 01, 2016
-
-
Felipe Artur authored
-
- Aug 19, 2016
-
- Aug 15, 2016
-
-
Lin Jen-Shin authored
-
- May 02, 2015
-
-
Onur Küçük authored
-
- Nov 06, 2014
-
-
Valery Sizov authored
-
Valery Sizov authored
This reverts commit b33d4bc2.
-
Valery Sizov authored
This reverts commit 0b1084a4.
-
- Nov 05, 2014
-
-
Ciro Santilli authored
It pollutes the test output too much.
-