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-30Update views for testabilityWalmyr Lima
2019-08-30Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher
2019-08-30Merge branch 'security-59549-add-capcha-for-failed-logins' into 'master'GitLab Release Tools Bot
Require a captcha after unique failed logins from the same IP See merge request gitlab/gitlabhq!3270
2019-08-27Add QA specs for using IP rate limitsStan Hu
This will help prevent issues such as https://gitlab.com/gitlab-org/gitlab-ce/issues/66449.
2019-08-14Migrates Snowplow backend from EE to CEJeremy Jackson
This introduces several changes, but these are all just ported from the EE project.
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-31Add captcha if there are multiple failed login attemptsMałgorzata Ksionek
Add method to store session ids by ip Add new specs for storing session ids Add cleaning up records after login Add retrieving anonymous sessions Add login recaptcha setting Add new setting to sessions controller Add conditions for showing captcha Add sessions controller specs Add admin settings specs for login protection Add new settings to api Add stub to devise spec Add new translation key Add cr remarks Rename class call Add cr remarks Change if-clause for consistency Add cr remarks Add code review remarks Refactor AnonymousSession class Add changelog entry Move AnonymousSession class to lib Move store unauthenticated sessions to sessions controller Move link to recaptcha info Regenerate text file Improve copy on the spam page Change action filter for storing anonymous sessions Fix rubocop offences Add code review remarks
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-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-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-03Add Grafana to Admin > Monitoring menu when enabledManeschi Romain
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-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-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-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-29Move text under p tagJarek Ostrowski
Add changelog
2019-05-16Add Let's Encrypt clientVladimir Shushlin
Part of adding Let's Encrypt certificates for pages domains Add acme-client gem Client is being initialized by private key stored in secrets.yml Let's Encrypt account is being created lazily. If it's already created, Acme::Client just gets account_kid by calling new_account method Make Let's Encrypt client an instance Wrap order and challenge classes
2019-05-01Allow Sentry client-side DSN to be passed on gitlab.ymlDouglas Barbosa Alexandre
2019-04-30style: fix typoRoger Meier
2019-04-30feat: allow Sentry configuration to be passed on gitlab.ymlRoger Meier
2019-04-27Add Let's Encrypt application settingsVladimir Shushlin
Store Let's Encrypt account email in application settings Also add explicit terms of service consent
2019-04-16Add QA tests for the performance barSean McGivern
These are very high-level. Currently, they test: 1. That the performance bar appears. 2. That it has detailed metrics for Postgres and Gitaly. 3. That AJAX requests are included in the request selector.
2019-04-09Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-04-05Add part of needed codeGosia Ksionek
Add columns to store project creation settings Add project creation level column in groups and default project creation column in application settings Remove obsolete line from schema Update migration with project_creation_level column existence check Rename migrations to avoid conflicts Update migration methods Update migration method
2019-04-05Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl
This reverts merge request !26823
2019-04-05Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-03-14Move EE specific code in admin application settingsMartin Wortschack
- Leverage render_if_exists - Externalize strings - Extract help page setting into EE specific partial
2019-02-06Rename setting, fix wordingsFabian Schneider
2019-02-06Add helpers for first day of the weekFabian Schneider
2019-02-06Add setting for first day of the weekFabian Schneider
2019-02-01adding a spec for issues/310Mesut Güneş
2019-01-25Remove "Experimental" text from Hashed Storage settings pageGabriel Mazetto
2019-01-09Fixes Auto DevOps Domain title on admin settingsMayra Cabrera
Changes "Auto devops" to "Auto DevOps" on CI/CD admin settings
2018-11-29option to make variables protected by defaultAlexis Reigel
2018-11-13Update docsKamil Trzciński
2018-11-09Add documentation for archive buildsKamil Trzciński
2018-11-07User can keep their commit email privateTiago Botelho
The private commit email is automatically generated in the format: id-username@noreply.HOSTNAME GitLab instance admins are able to change the HOSTNAME portion, that defaults to Gitlab's hostname, to whatever they prefer.