- 20 Oct, 2017 1 commit
-
-
Jacopo authored
-
- 05 Oct, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 31 Aug, 2017 1 commit
-
-
Tiago Botelho authored
-
- 11 Aug, 2017 1 commit
-
-
Tiago Botelho authored
-
- 09 Aug, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 04 Aug, 2017 1 commit
-
-
Bob Van Landuyt authored
-
- 02 Aug, 2017 1 commit
-
-
Robert Speicher authored
-
- 01 Aug, 2017 1 commit
-
-
Robert Speicher authored
-
- 27 Jul, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 25 Jul, 2017 1 commit
-
-
Tiago Botelho authored
-
- 21 Jun, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 14 Jun, 2017 1 commit
-
-
Robert Speicher authored
-
- 06 Jun, 2017 1 commit
-
-
Nick Thomas authored
-
- 05 Jun, 2017 1 commit
-
-
Nick Thomas authored
-
- 13 May, 2017 1 commit
-
-
Gabriel Mazetto authored
-
- 12 May, 2017 1 commit
-
-
Gabriel Mazetto authored
-
- 05 May, 2017 1 commit
-
-
James Lopez authored
-
- 04 May, 2017 1 commit
-
-
James Lopez authored
-
- 20 Apr, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 14 Apr, 2017 1 commit
-
-
Sean McGivern authored
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/735
-
- 23 Mar, 2017 2 commits
-
-
Toon Claes authored
The ApplicationSetting#restricted_visibility_levels= now takes care of converting string formatted levels to integers.
-
Toon Claes authored
EE already includes specs for the ApplicationSettingsController, so ensure future changes will be easier to merge to EE.
-
- 20 Mar, 2017 1 commit
-
-
Toon Claes authored
With the changes in Gitlab::VisibilityLevel it is no longer needed to explicit conversion to Integer in the controller itself.
-
- 07 Mar, 2017 1 commit
-
-
Markus Koller authored
-
- 23 Feb, 2017 2 commits
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
- 15 Feb, 2017 2 commits
-
-
Lin Jen-Shin authored
- 25 Jan, 2017 1 commit
-
-
Robert Speicher authored
-
- 06 Jan, 2017 1 commit
-
-
Z.J. van de Weg authored
-
- 18 Nov, 2016 1 commit
-
-
Oren Kanner authored
Resolves #24576 Modify the guard clause of the `ApplicationController#require_email` before action to skip requests where an admin is impersonating the current user.
-
- 27 Oct, 2016 1 commit
-
-
Steve Halasz authored
If notification_email is blank, it's set from email. If an admin attempted to create a user with an invalid email, an error would be displayed for both fields. Only validate the notification_email if it's different from email.
-
- 23 Aug, 2016 1 commit
-
-
Stan Hu authored
Closes #21015
-
- 15 Aug, 2016 4 commits
-
-
Patricio Cano authored
-
Kamil Trzcinski authored
-
Patricio Cano authored
- Refactored SpamCheckService into SpamService
-
Patricio Cano authored
- Added controller actions as reusable concerns - Added controller tests
-
- 11 Aug, 2016 1 commit
-
-
Stan Hu authored
There is a race condition in DestroyGroupService now that projects are deleted asynchronously: 1. User attempts to delete group 2. DestroyGroupService iterates through all projects and schedules a Sidekiq job to delete each Project 3. DestroyGroupService destroys the Group, leaving all its projects without a namespace 4. Projects::DestroyService runs later but the can?(current_user, :remove_project) is `false` because the user no longer has permission to destroy projects with no namespace. 5. This leaves the project in pending_delete state with no namespace/group. Projects without a namespace or group also adds another problem: it's not possible to destroy the container registry tags, since container_registry_path_with_namespace is the wrong value. The fix is to destroy the group asynchronously and to run execute directly on Projects::DestroyService. Closes #17893
-
- 09 Aug, 2016 1 commit
-
-
tiagonbotelho authored
-
- 08 Jul, 2016 1 commit
-
-
Robert Speicher authored
This reverts commit bf2a86b7.
-