An error occurred fetching the project authors.
- 19 Sep, 2018 2 commits
-
-
Dmitriy Zaporozhets authored
This reverts commit 8b046005
-
Dmitriy Zaporozhets authored
EE Port: Split admin settings into subpages See merge request gitlab-org/gitlab-ee!7371 (Squashed and merged via CLI) Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 07 Sep, 2018 2 commits
-
-
Jan Provaznik authored
-
Jan Provaznik authored
-
- 25 Jun, 2018 1 commit
-
-
Andrei Vukolov authored
-
- 21 Jun, 2018 1 commit
-
-
Andrei Vukolov authored
-
- 23 May, 2018 2 commits
-
-
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>
-
- 16 Apr, 2018 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 13 Apr, 2018 4 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
If form does not have import sources checkboxes we should not reset import sources to empty. This fixes issue when import sources got reset after user modifies unrelated settings section like GitLab pages Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
If form does not have import sources checkboxes we should not reset import sources to empty. This fixes issue when import sources got reset after user modifies unrelated settings section like GitLab pages Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 11 Apr, 2018 1 commit
-
-
blackst0ne authored
The `RAILS5=1 rspec spec/controllers/admin/application_settings_controller_spec.rb` command throws the error: Failures: 1) Admin::ApplicationSettingsController PUT #update falls back to defaults when settings are omitted Failure/Error: import_sources = params[:application_setting][:import_sources] NoMethodError: undefined method `[]' for nil:NilClass # ./app/controllers/admin/application_settings_controller.rb:62:in `application_setting_params' This commit fixes it.
-
- 08 Jan, 2018 2 commits
-
-
Rémy Coutable authored
See merge request gitlab-org/gitlab-ee!3323 Backported as part of authorized_keys in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16014
-
Michael Kozono authored
Originally branch 'mk-toggle-writing-to-auth-keys-1631' See merge request !2004 Squashed commits: Add authorized_keys_enabled to Application Settings Ensure default settings are exposed in UI Without this change, `authorized_keys_enabled` is unchecked when it is nil, even if it should be checked by default. Add “Speed up SSH operations” documentation Clarify the reasons for disabling writes Add "How to go back" section Tweak copy Update Application Setting screenshot
-
- 14 Nov, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 06 Sep, 2017 1 commit
-
-
Robert Speicher authored
-
- 30 Aug, 2017 2 commits
-
-
Nick Thomas authored
`allowed_key_types` is removed and the `minimum_<type>_bits` fields are renamed to `<tech>_key_restriction`. A special sentinel value (`-1`) signifies that the key type is disabled. This also feeds through to the UI - checkboxes per key type are out, inline selection of "forbidden" and "allowed" (i.e., no restrictions) are in. As with the previous model, unknown key types are disallowed, even if the underlying ssh daemon happens to support them. The defaults have also been changed from the lowest known bit size to "no restriction". So if someone does happen to have a 768-bit RSA key, it will continue to work on upgrade, at least until the administrator restricts them.
-
Nick Thomas authored
This is an amalgamation of: * Cory Hinshaw: Initial implementation !5552 * Rémy Coutable: Updates !9350 * Nick Thomas: Resolve conflicts and add ED25519 support !13712
-
- 28 Jul, 2017 1 commit
-
-
Lin Jen-Shin authored
-
- 27 Jul, 2017 1 commit
-
-
Bob Van Landuyt authored
-
- 26 Jul, 2017 1 commit
-
-
Bob Van Landuyt authored
-
- 25 Jul, 2017 1 commit
-
-
🌴 Toon Claes 🌴 authored
-
- 21 Jul, 2017 1 commit
-
-
- 13 Jul, 2017 1 commit
-
-
Robin Bobbitt authored
When sign-in is disabled: - skip password expiration checks - prevent password reset requests - don’t show Password tab in User Settings - don’t allow login with username/password for Git over HTTP requests - render 404 on requests to Profiles::PasswordsController
-
- 06 Jul, 2017 3 commits
-
-
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>
-
Valery Sizov authored
-
- 05 Jul, 2017 1 commit
-
-
Tiago Botelho authored
-
- 29 Jun, 2017 1 commit
-
-
Michael Kozono authored
This reverts commit fce9c01b, reversing changes made to b1003408. To reiterate: this reverts a revert.
-
- 26 Jun, 2017 1 commit
-
-
Douwe Maan authored
This reverts commit e5669cb2, reversing changes made to 3f42b5d8. # Conflicts: # doc/administration/operations/speed_up_ssh.md # Conflicts: # doc/administration/operations/speed_up_ssh.md
-
- 14 Jun, 2017 1 commit
-
-
Robin Bobbitt authored
-
- 07 Jun, 2017 2 commits
-
-
Michael Kozono authored
Without this change, `authorized_keys_enabled` is unchecked when it is nil, even if it should be checked by default.
-
Michael Kozono authored
-
- 05 Jun, 2017 1 commit
-
-
Tiago Botelho authored
-
- 02 Jun, 2017 1 commit
-
-
Pawel Chojnacki authored
-
- 22 May, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 10 May, 2017 1 commit
-
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 28 Apr, 2017 1 commit
-
-
Luke "Jared" Bennett authored
-