summaryrefslogtreecommitdiff
path: root/app/views/admin/application_settings/_signin.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-38/+23
|
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-4/+4
|
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-21/+26
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-11/+11
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+10
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-6/+5
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-4/+4
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+1
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-0/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-121-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-1/+1
|
* Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault2018-09-171-1/+1
|
* ensure all admin settings panels remain open after form submissionMike Greiling2018-08-061-1/+1
|
* Replace label-light with label-bold. Because it's bold, not lightAnnabel Dunstone Gray2018-07-191-6/+6
|
* Resolve "Use one column form layout on Admin Area Settings page"Dennis Tang | OOO until 18.062018-06-131-52/+44
|
* Fix checkbox/radio button structureClement Ho2018-05-311-6/+6
|
* Add bootstrap fixes that were in EE but were mismatching in CEClement Ho2018-05-291-1/+1
|
* Merge branch 'master' into 'bootstrap4'Clement Ho2018-04-161-1/+2
|\ | | | | | | # Conflicts: # app/views/admin/application_settings/_signin.html.haml
| * Don't reset application settings oauth providers by mistakeDmitriy Zaporozhets2018-04-131-0/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | [skip ci] Replace col-*-offset-* with offset-*-*Clement Ho2018-04-131-2/+2
| |
* | [skip ci] .form-horizontal => .form-group.rowClement Ho2018-04-121-9/+9
| |
* | [skip ci] .control-label to .col-form-labelClement Ho2018-04-111-6/+6
| |
* | [skip ci] .help-block to .form-text.text-mutedClement Ho2018-04-111-6/+6
| |
* | [skip ci] Convert .checkbox to .form-checkClement Ho2018-04-111-3/+3
|/
* Put forms from expandable sections into fieldset to ensure proper animationDmitriy Zaporozhets2018-03-261-51/+54
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove gray background from app setting expandable sectionsDmitriy Zaporozhets2018-03-261-2/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve application settings page according to feedbackDmitriy Zaporozhets2018-03-261-1/+1
| | | | | | | * 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>
* Move UI of several application settings to expandable blockdz-improve-app-settingsDmitriy Zaporozhets2018-03-261-0/+57
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>