Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-28Pad encryption keys with UTF-8 0 instead of \0 charGrzegorz Bizon
2018-11-27Improve token authenticable tests and exceptionsGrzegorz Bizon
2018-11-23Fix static analysis in utf8 helper methodsGrzegorz Bizon
2018-11-22Ensure that db encryption keys have proper bytesizeGrzegorz Bizon
2018-11-07Add a helper method to append path to a base URLDouglas Barbosa Alexandre
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.
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-04-12Backport of EE !4989Rubén Dávila
2018-04-04Add custom additonal email text to all emailsEric Eastwood
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
2018-03-07Gitlab::Utils - backport `.ensure_array_from_string` from EEMario de la Ossa
2018-01-17Merge branch ↵Robert Speicher
'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
2017-12-02Backport `which` from EEMichael Kozono
2017-08-31Add a linter for PO filesBob Van Landuyt
2017-08-15Fix CI_PROJECT_PATH_SLUG slugifyvanadium23
2017-05-25Frontend implementation, tests, and changelogLin Jen-Shin
2016-11-01Fix project features default valuesFelipe Artur
2016-08-19Use travel_to instead of dependency injection, feedback:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5734#note_14056642
2016-08-15Introduce Gitlab::Utils.now so that it's easier to stubLin Jen-Shin
2015-05-03add common method to force utf8 and force oauth properties to be utf8Onur Küçük
2014-11-06fix system silent callValery Sizov
2014-11-06Revert "Revert "Don't output to stdout from lib non-interactive methods""Valery Sizov
This reverts commit b33d4bc2f1d26ee3526b9d7f530f468a9d5b5a5e.
2014-11-06Revert "Don't output to stdout from lib non-interactive methods"Valery Sizov
This reverts commit 0b1084a4538bc46684c8620410988d3b1093e7ab.
2014-11-05Don't output to stdout from lib non-interactive methodsCiro Santilli
It pollutes the test output too much.