summaryrefslogtreecommitdiff
path: root/app/views/admin
Commit message (Collapse)AuthorAgeFilesLines
* Fix Admin area user access level radio button labelsDrew Blessing2019-08-051-2/+2
| | | | | | | In the admin user edit form, access level radio button labels didn't have the correct 'for' value. Clicking on the label did not select the radio button. This makes usability a bit nicer since the click area is increased when the label is clickable.
* Update translations in gitlab.potGeorge Koltsov2019-08-021-2/+2
|
* Add outbound requests setting for system hooksGeorge Koltsov2019-08-021-3/+7
| | | | | | | This MR adds new application setting to network section `allow_local_requests_from_system_hooks`. Prior to this change system hooks were allowed to do local network requests by default and we are adding an ability for admins to control it.
* Allow blank but not nil in validationsReuben Pereira2019-07-311-1/+1
| | | | | | - The most common use case for qualified_domain_validator currently is to allow blank ([]) but not allow nil. Modify the qualified_domain_validator to support this use case.
* Add support page link in help menuDiego Louzán2019-07-301-1/+1
| | | | Creates a new item in help dropdown to show configured support page link
* Add default colors for broadcast messages61787-the-colour-selector-for-broadcast-messages-should-provide-a-few-default-options-with-descriptive-labels-like-red-green-blueAmmar Alakkad2019-07-261-7/+15
|
* Add RateLimiter to RawControllerMayra Cabrera2019-07-241-0/+6
| | | | | | | | | | * Limits raw requests to 300 per minute and per raw path. * Add a new attribute to ApplicationSettings so user can change this value on their instance. * Uses Gitlab::ActionRateLimiter to limit the raw requests. * Add a new method into ActionRateLimiter to log the event into auth.log Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/48717
* [ADD] outbound requests whitelistReuben Pereira2019-07-241-0/+7
| | | | Signed-off-by: Istvan szalai <istvan.szalai@savoirfairelinux.com>
* Add links in admin area overviewce-xanf-add-admin-area-linksIllya Klymov2019-07-241-43/+10
| | | | | | Introduces new `feature_entry` helper for dashboard. This helper reduces code duplication when listing available features and relevant links to configuration sections
* Display group id on group admin pageZsolt Kovari2019-07-221-0/+5
|
* Display project id on project admin pageZsolt Kovari2019-07-221-0/+5
|
* Fix haml-lint RuboCop error in admin/users/indexRobert Speicher2019-07-181-1/+1
|
* Add profile mode to extend request profilingadd-profile-mode-to-extend-request-profilingQingyu Zhao2019-07-181-1/+2
| | | | | | | Extend the support for "X-Profile-Token: <token>" to have an additional header that defines type of profile we are looking for, like: X-Profile-Mode: execution X-Profile-Mode: memory
* Move document to new location, split in 3Marcia Ramos2019-07-151-1/+1
| | | | | - Move steps to new doc - Move all concepts to different docs
* Remove auto ssl feature flagsVladimir Shushlin2019-07-121-17/+16
| | | | | * remove feature flag for admin settings * remove feature flag for domain settings
* Implemented frontend suggestionsNick Kipling2019-07-092-10/+2
| | | | | | Converted storage details into a small partial Reworded the storage details summary as suggested Updated pot file
* Removes EE differences12533-shared-runners-warningFilipa Lacerda2019-07-051-1/+1
|
* Add Grafana to Admin > Monitoring menu when enabledManeschi Romain2019-07-032-0/+28
|
* Removes EE differences12532-services-formFilipa Lacerda2019-07-011-1/+1
|
* Merge branch 'refactor/remove-sentry-from-app-settings' into 'master'Stan Hu2019-06-262-49/+0
|\ | | | | | | | | Remove Sentry settings from application settings See merge request gitlab-org/gitlab-ce!28447
| * refactor: remove Sentry from application settingsRoger Meier2019-06-252-49/+0
| |
* | New RecaptchaExperimentHelper modulesAsh McKenzie2019-06-251-1/+4
|/ | | | | RecaptchaExperimentHelper contains helper methods to assist in the controller and view layers.
* Merge branch ↵Filipa Lacerda2019-06-251-1/+1
|\ | | | | | | | | | | | | | | | | '63177-follow-up-from-use-scoped-routes-for-labels-and-milestones' into 'master' Resolve "Follow-up from "Use scoped routes for labels and milestones"" Closes #63177 See merge request gitlab-org/gitlab-ce!29983
| * Remove baseEndpoint from search dropdwon63177-follow-up-from-use-scoped-routes-for-labels-and-milestonesDmitriy Zaporozhets2019-06-241-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Rename to time_tracking_limit_to_hours30355-use-hours-only-for-time-trackingHeinrich Lee Yu2019-06-251-3/+4
| | | | | | | | Changes migration and all other places the attribute is used
* | Limit time tracking values to hoursJon Kolb2019-06-251-0/+6
|/ | | | | Adds an instance setting to limit display of time tracking values to hours only
* Merge branch '49814-display-in-admin-area-if-emails-are-verified-or-not' ↵Mike Greiling2019-06-211-2/+3
|\ | | | | | | | | | | | | | | | | into 'master' Resolve "Display in admin area if emails are verified or not" Closes #49814 See merge request gitlab-org/gitlab-ce!29669
| * Add verification badge to users emails49814-display-in-admin-area-if-emails-are-verified-or-notBrandon Labuschagne2019-06-201-2/+3
| | | | | | | | | | | | | | | | This is being applied to the admin users view, when an admin selects a user profile tp view. It gives admins the ability to see an email verification status without the need of impersonating a user.
* | Update application settings using correct actionBrett Walker2019-06-1923-23/+23
|/ | | | | | | Updating multiple application settings panels through a single action causes the incorrect action to be shown when there are errors. Instead, make each panel action handle both updating and display.
* Make KubernetesService readonlyJames Fargher2019-06-183-2/+9
| | | | | | | | We are deprecating this service in favor of instance wide clusters. Therefore we removed some code that is not anymore needed for a readonly cluster and also we added some flags to allow for this deprecation. These flags are to be removed in the next release when we finally completelly remove KubernetesService.
* Merge branch '8429-enforce-template-inclusion-in-pipelines-fe-backport' into ↵Filipa Lacerda2019-06-171-0/+2
|\ | | | | | | | | | | | | 'master' Backporting required template form on admin CI/CD See merge request gitlab-org/gitlab-ce!29154
| * Backporting an EE admin form8429-enforce-template-inclusion-in-pipelines-fe-backportScott Hampton2019-06-131-0/+2
| | | | | | | | | | EE added a required template form on the CI/CD page. This is a backport for that change.
* | Add EE backport for the admin viewMałgorzata Ksionek2019-06-111-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into patch-56Sean McGivern2019-06-1016-73/+112
|\ \ | |/
| * Merge dev.gitlab.org master into GitLab.com masterYorick Peterse2019-06-031-0/+8
| |\
| | * Add DNS rebinding protection settingsOswaldo Ferreira2019-05-301-0/+8
| | |
| * | Merge branch '62487-external-policy-desc' into 'master'Phil Hughes2019-05-301-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Move text under p tag Closes #62487 See merge request gitlab-org/gitlab-ce!28901
| | * | Move text under p tag62487-external-policy-descJarek Ostrowski2019-05-291-1/+1
| | | | | | | | | | | | | | | | Add changelog
| * | | Fix for #61788 predefined colours dont have descriptive labelsChris Toynbee2019-05-301-4/+1
| |/ /
| * | Redirect to admin projects index if project was deleted from admin pageLuke Picciau2019-05-291-2/+2
| | |
| * | Show if a user is using a license seattpresa-using-license-seatThiago Presa2019-05-281-0/+2
| |/
| * Fix col-sm-* in forms to keep layoutTakuya Noguchi2019-05-278-54/+78
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
| * Merge branch 'admin-users-form-scb' into 'master'Phil Hughes2019-05-221-0/+6
| |\ | | | | | | | | | | | | | | | | | | Resolve CE/EE diffs in admin users form Closes gitlab-ee#10508 See merge request gitlab-org/gitlab-ce!28520
| | * Resolve CE/EE diffs in admin users formadmin-users-form-scbLuke Bennett2019-05-211-0/+6
| | | | | | | | | | | | Part of single codebase changes.
| * | Update broadcast message icons39304-broadcast-message-buttonsJarek Ostrowski2019-05-211-2/+2
| |/ | | | | | | | | | | | | | | | | | | | | Add icons from gitlab-svgs Remove btn-sm class for better sizing Add changelog Update mr number changelog Change to sprite_icon
| * Resolve CE/EE diffs in admin users headadmin-users-head-scbLuke Bennett2019-05-171-0/+1
| | | | | | | | Part of single codebase changes.
| * Merge branch 'admin-groups-form-scb' into 'master'Phil Hughes2019-05-171-1/+1
| |\ | | | | | | | | | | | | | | | | | | Resolve CE/EE diffs in admin groups form Closes gitlab-ee#11042 See merge request gitlab-org/gitlab-ce!28365
| | * Resolve CE/EE diffs in admin groups formadmin-groups-form-scbLuke Bennett2019-05-161-1/+1
| | | | | | | | | | | | Part of single codebase changes.
| * | Merge branch 'admin-user-access-levels-scb' into 'master'Phil Hughes2019-05-161-0/+2
| |\ \ | | |/ | |/| | | | | | | | | | | | | Resolve CE/EE diffs in admin user access levels Closes gitlab-ee#10507 See merge request gitlab-org/gitlab-ce!28359
| | * Resolve CE/EE diffs in admin user access levelsadmin-user-access-levels-scbLuke Bennett2019-05-161-0/+2
| | | | | | | | | | | | Part of single codebase changes.