Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-06Fix Admin area user access level radio button labelsDrew Blessing
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.
2019-08-02Update translations in gitlab.potGeorge Koltsov
2019-08-02Add outbound requests setting for system hooksGeorge Koltsov
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.
2019-07-31Allow blank but not nil in validationsReuben Pereira
- 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.
2019-07-30Add support page link in help menuDiego Louzán
Creates a new item in help dropdown to show configured support page link
2019-07-26Add default colors for broadcast messagesAmmar Alakkad
2019-07-24Add RateLimiter to RawControllerMayra Cabrera
* 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
2019-07-24[ADD] outbound requests whitelistReuben Pereira
Signed-off-by: Istvan szalai <istvan.szalai@savoirfairelinux.com>
2019-07-24Add links in admin area overviewIllya Klymov
Introduces new `feature_entry` helper for dashboard. This helper reduces code duplication when listing available features and relevant links to configuration sections
2019-07-22Display group id on group admin pageZsolt Kovari
2019-07-22Display project id on project admin pageZsolt Kovari
2019-07-18Fix haml-lint RuboCop error in admin/users/indexRobert Speicher
2019-07-18Add profile mode to extend request profilingQingyu Zhao
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
2019-07-15Move document to new location, split in 3Marcia Ramos
- Move steps to new doc - Move all concepts to different docs
2019-07-12Remove auto ssl feature flagsVladimir Shushlin
* remove feature flag for admin settings * remove feature flag for domain settings
2019-07-09Implemented frontend suggestionsNick Kipling
Converted storage details into a small partial Reworded the storage details summary as suggested Updated pot file
2019-07-05Removes EE differencesFilipa Lacerda
2019-07-03Add Grafana to Admin > Monitoring menu when enabledManeschi Romain
2019-07-01Removes EE differencesFilipa Lacerda
2019-06-26Merge branch 'refactor/remove-sentry-from-app-settings' into 'master'Stan Hu
Remove Sentry settings from application settings See merge request gitlab-org/gitlab-ce!28447
2019-06-26New RecaptchaExperimentHelper modulesAsh McKenzie
RecaptchaExperimentHelper contains helper methods to assist in the controller and view layers.
2019-06-25refactor: remove Sentry from application settingsRoger Meier
2019-06-25Merge branch ↵Filipa Lacerda
'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
2019-06-25Rename to time_tracking_limit_to_hoursHeinrich Lee Yu
Changes migration and all other places the attribute is used
2019-06-25Limit time tracking values to hoursJon Kolb
Adds an instance setting to limit display of time tracking values to hours only
2019-06-24Remove baseEndpoint from search dropdwonDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-06-21Merge branch '49814-display-in-admin-area-if-emails-are-verified-or-not' ↵Mike Greiling
into 'master' Resolve "Display in admin area if emails are verified or not" Closes #49814 See merge request gitlab-org/gitlab-ce!29669
2019-06-20Add verification badge to users emailsBrandon Labuschagne
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.
2019-06-19Update application settings using correct actionBrett Walker
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.
2019-06-18Make KubernetesService readonlyJames Fargher
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.
2019-06-17Merge branch '8429-enforce-template-inclusion-in-pipelines-fe-backport' into ↵Filipa Lacerda
'master' Backporting required template form on admin CI/CD See merge request gitlab-org/gitlab-ce!29154
2019-06-13Backporting an EE admin formScott Hampton
EE added a required template form on the CI/CD page. This is a backport for that change.
2019-06-11Add EE backport for the admin viewMałgorzata Ksionek
2019-06-10Merge remote-tracking branch 'origin/master' into patch-56Sean McGivern
2019-06-09Clarify that performance bar is not always onBen Bodenmiller
2019-06-03Merge dev.gitlab.org master into GitLab.com masterYorick Peterse
2019-05-30Add DNS rebinding protection settingsOswaldo Ferreira
2019-05-30Merge branch '62487-external-policy-desc' into 'master'Phil Hughes
Move text under p tag Closes #62487 See merge request gitlab-org/gitlab-ce!28901
2019-05-30Fix for #61788 predefined colours dont have descriptive labelsChris Toynbee
2019-05-29Move text under p tagJarek Ostrowski
Add changelog
2019-05-29Redirect to admin projects index if project was deleted from admin pageLuke Picciau
2019-05-28Show if a user is using a license seatThiago Presa
2019-05-27Fix col-sm-* in forms to keep layoutTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-05-22Merge branch 'admin-users-form-scb' into 'master'Phil Hughes
Resolve CE/EE diffs in admin users form Closes gitlab-ee#10508 See merge request gitlab-org/gitlab-ce!28520
2019-05-21Update broadcast message iconsJarek Ostrowski
Add icons from gitlab-svgs Remove btn-sm class for better sizing Add changelog Update mr number changelog Change to sprite_icon
2019-05-21Resolve CE/EE diffs in admin users formLuke Bennett
Part of single codebase changes.
2019-05-17Resolve CE/EE diffs in admin users headLuke Bennett
Part of single codebase changes.
2019-05-17Merge branch 'admin-groups-form-scb' into 'master'Phil Hughes
Resolve CE/EE diffs in admin groups form Closes gitlab-ee#11042 See merge request gitlab-org/gitlab-ce!28365
2019-05-16Merge branch 'admin-user-access-levels-scb' into 'master'Phil Hughes
Resolve CE/EE diffs in admin user access levels Closes gitlab-ee#10507 See merge request gitlab-org/gitlab-ce!28359
2019-05-16Resolve CE/EE diffs in admin groups formLuke Bennett
Part of single codebase changes.