Commit Graph

18 Commits

Author SHA1 Message Date
Martin Wortschack 67fd866a5d Move EE specific code in admin application settings
- Leverage render_if_exists
- Externalize strings
- Extract help page setting into EE specific partial
2019-03-14 20:14:14 +01:00
Mesut Güneş ec3c3d2bd7 adding a spec for issues/310 2019-02-01 14:38:07 +00:00
Rubén Dávila 007b81b8e2 Add receive_max_input_size setting to Application settings
If user has configure the setting then it will be passed to gitlab-shell
and gitlab-workhorse
2018-09-07 12:27:35 -05:00
Roger Rüttimann 93b9bfd93a Allow whitelisting for "external collaborator by default" setting 2018-08-30 12:53:06 +00:00
Ævar Arnfjörð Bjarmason b6ba8cc696 Add ability suppress the global "You won't be able [use] SSH" message
This fixes gitlab-org/gitlab-ce#49953, as noted in the documentation
this feature is intended to be used when SSH certificates are
enabled. Then this warning becomes not only pointless, but also
misleading.

This builds on top of gitlab-org/gitlab-ce!21009 since both need to
modify the same documentation, which avoids a merge conflict.

See also the gitlab-org/gitlab-ce#49218 issue and associated merge
request.
2018-08-08 17:28:27 +02:00
Mike Greiling 7675475754
ensure all admin settings panels remain open after form submission 2018-08-06 01:43:28 -05:00
Annabel Dunstone Gray 0deb8547af
Replace label-light with label-bold. Because it's bold, not light 2018-07-19 17:11:31 -05:00
Dennis Tang | OOO until 18.06 bda253ff5a Resolve "Use one column form layout on Admin Area Settings page" 2018-06-13 07:40:55 +00:00
Clement Ho 1a6d848db7 Fix checkbox/radio button structure 2018-05-31 19:20:46 +00:00
Clement Ho 9b9d0f396d [skip ci] Replace col-*-offset-* with offset-*-* 2018-04-13 12:49:32 -05:00
Clement Ho c552328617 [skip ci] .form-horizontal => .form-group.row 2018-04-12 15:11:22 -05:00
Clement Ho e44ceb96d0 [skip ci] .control-label to .col-form-label 2018-04-11 14:36:17 -05:00
Clement Ho 673b0461b0 [skip ci] .help-block to .form-text.text-muted 2018-04-11 13:26:37 -05:00
Clement Ho df8aa61a94 [skip ci] Convert .checkbox to .form-check 2018-04-11 13:05:57 -05:00
Dmitriy Zaporozhets 7cc870f3f1
Put forms from expandable sections into fieldset to ensure proper animation
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-26 21:56:33 +03:00
Dmitriy Zaporozhets aa19ca4334
Remove gray background from app setting expandable sections
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-26 20:51:08 +03:00
Dmitriy Zaporozhets 6f9ea7cb64
Improve application settings page according to feedback
* Replace btn-save with btn-success
* Add id to each section so it can be directly linked

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-26 20:03:39 +03:00
Dmitriy Zaporozhets e4587cf0e6 Move UI of several application settings to expandable block
To make design consistent with project settings

Next admin area application settings are afected by this commit:

* Visibility and access control
* Account and limit settings
* Sign in
* Sign up
* Help page
* Pages

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-26 15:10:56 +03:00