summaryrefslogtreecommitdiff
path: root/app/views/admin/deploy_keys
Commit message (Collapse)AuthorAgeFilesLines
* Externalize admin deploy keys stringsLuke Bennett2019-03-082-14/+14
| | | | | | Externalizes most strings in the deploy key settings of the admin area.
* Unite green buttons under one css classDmitriy Zaporozhets2018-09-193-3/+3
| | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* [skip ci] .form-horizontal => .form-group.rowClement Ho2018-04-122-2/+2
|
* [skip ci] Replace .pull-right with .float-rightClement Ho2018-04-091-2/+2
|
* Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into ↵Douwe Maan2018-01-161-5/+3
| | | | | | | | | | | | 'security-10-3' [10.3] Migrate `can_push` column from `keys` to `deploy_keys_project` See merge request gitlab/gitlabhq!2276 (cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c) 1f2bd3c0 Backport to 10.3
* Implement ability to update deploy keysAlexander Randa2017-06-023-26/+17
|
* Admin section capitalization fixJose Ivan Vargas Lopez2017-04-061-1/+1
|
* Adds CSS to match the mockups and makes table responsiveFilipa Lacerda2016-12-121-31/+32
|
* Use btn-inverted for New Deploy KeyLin Jen-Shin2016-12-121-1/+1
|
* Use consistent words, feedback:Lin Jen-Shin2016-12-102-2/+2
| | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383#note_19581826
* Allow admin to set keys with write access, andLin Jen-Shin2016-11-222-0/+14
| | | | | | show write access information when showing the key. TODO: It's ugly right now, need help!
* Update the help_page_path route to accept paths directly instead of using ↵Connor Shea2016-07-111-1/+1
| | | | parameters.
* Merge branch 'rs-form_errors' into 'master' Dmitriy Zaporozhets2016-04-111-5/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Standardize the way we check for and display form errors - Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard. See merge request !3531
| * Standardize the way we check for and display form errorsrs-form_errorsRobert Speicher2016-04-041-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard.
* | Fix missing paddings in admin areaDmitriy Zaporozhets2016-04-041-1/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix UI for pages with panelsfix-ui-paddingDmitriy Zaporozhets2016-01-221-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Make tables full width.Douwe Maan2015-10-191-18/+19
|
* Remove link leading to a 404 error in Deploy Keys pageStan Hu2015-07-011-2/+1
| | | | Closes #1866
* Show key fingerprint on DeployKeys#indexrs-issue-1741Robert Speicher2015-06-031-2/+1
| | | | Also style all key fingerprints consistently across the app.
* Remove show actions from Admin and Project DeployKeysRobert Speicher2015-06-031-35/+0
|
* Add a page title to every page.Douwe Maan2015-04-303-0/+3
|
* Allow admin to create public deploy keys that are accessible to any project.Douwe Maan2015-04-033-0/+87