- Mar 17, 2020
-
-
GitLab Bot authored
-
- Jan 22, 2020
-
-
GitLab Bot authored
-
- Jan 17, 2020
-
-
GitLab Bot authored
-
- Dec 16, 2019
-
-
GitLab Bot authored
-
- Sep 13, 2019
-
-
GitLab Bot authored
-
- Aug 27, 2019
-
-
Aishwarya authored
-
- Aug 26, 2019
- Jun 19, 2019
-
-
Michael Leopard authored
Updated users API documentation Moved API level changes to the service level
-
- Apr 05, 2019
-
-
James Lopez authored
-
- Nov 15, 2018
-
-
Rémy Coutable authored
This forks live at https://github.com/gitlabhq/default_value_for/tree/69-fix-action_controller-parameters-handling and fixes an issue where default_value_for wouldn't handle `ActionController::Parameters` correctly with Rails 5. This fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/54093 . Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Nov 13, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Oct 01, 2018
-
-
Alexis Reigel authored
-
Alexis Reigel authored
-
- Sep 26, 2018
-
-
Alexis Reigel authored
-
- Aug 30, 2018
-
-
Roger Rüttimann authored
-
- Jul 24, 2018
-
-
- Jul 18, 2018
-
-
gfyoung authored
Partially addresses #47424.
-
- Feb 02, 2018
-
-
Mario de la Ossa authored
-
- Nov 23, 2017
-
-
- Aug 31, 2017
-
-
Sean McGivern authored
The initializers including this were doing so at the top level, so every object loaded after them had a `current_application_settings` method. However, if someone had rack-attack enabled (which was loaded before these initializers), it would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't have that method. To fix this: 1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need `Object.new.current_application_settings` to work. 2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it like that in several places. 3. Change the initializers to use that new form.
-
- Jun 23, 2017
-
-
James Lopez authored
-
- Apr 26, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Apr 25, 2017
-
-
Douwe Maan authored
-
- Apr 13, 2017
-
-
geoandri authored
-
- Apr 09, 2017
-
-
blackst0ne authored
-
- Apr 04, 2017
-
-
DJ Mountney authored
This param is passed to service in two places, one is in the build_user for non ldap oauth users. And the other is in the initial production admin user seed data. Without this change, when setting up GitLab in a production environment, you were not being given the option of setting the root password on initial setup in the UI.
-
- Mar 30, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Mar 27, 2017
-
-
George Andrinopoulos authored
-