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 (Expand)Author
2018-09-19Enable frozen string in app/controllers/**/*.rbgfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-07-31Merge branch 'feature/gb/login-activity-metrics' into 'master'Sean McGivern
2018-07-23Track blocked users and two factor authenticationsGrzegorz Bizon
2018-07-20Disable SAML if OmniAuth is disabledLin Jen-Shin
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-07-03Add Prometheus metrics to track reCAPTCHA success/failuresStan Hu
2018-06-22Show a reCAPTCHA on signin page if custom header is setStan Hu
2018-05-04Reuses `InternalRedirect` when possibleBob Van Landuyt
2018-02-28Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-11-23Allow password authentication to be disabled entirelyMarkus Koller
2017-10-06Create idea of read-only databaseToon Claes
2017-10-05Minor backport from EEValery Sizov
2017-10-02Merge branch 'enhance-logging' into 'master'Robert Speicher
2017-09-30Remove lock reason and add guard clauseBrian Neel
2017-09-28refactor users update serviceJames Lopez
2017-09-28refactor services to match EE signatureJames Lopez
2017-09-28Standardize capitalization and statusBrian Neel
2017-09-28# This is a combination of 1 commit.Brian Neel
2017-08-24Define ldap methods at runtimeBob Van Landuyt
2017-07-27Backport some recent changes related to LDAP from EERubén Dávila
2017-07-25Explicitly add `protect_from_forgery` actionBob Van Landuyt
2017-07-14Merge branch 'bjk/metric_names' into 'master'Douwe Maan
2017-07-13Fixes needed when GitLab sign-in is not enabledRobin Bobbitt
2017-07-12Update sessions metric name.Ben Kochie
2017-06-23refactor update user service not to do auth checksJames Lopez
2017-06-23more refactoring based on feedbackJames Lopez
2017-06-23added service in the rest of controllers and classesJames Lopez
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-07Merge branch 'instrument-infra' into 'master'Grzegorz Bizon
2017-06-02Allow manual bypass of auto_sign_in_with_providerMaxime Besson
2017-06-02Move Prometheus presentation logic to PrometheusTextPawel Chojnacki
2017-06-02Make login_counter instance variable instead of class one.Pawel Chojnacki
2017-06-02Add trailing newline to response.Kevin Lyda
2017-06-02Initial pass at prometheus monitoring.Kevin Lyda
2017-04-14Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez
2017-04-06Rename check_2fa_requirement to check_two_factor_requirementMarkus Koller
2017-04-02Fix redirection after login when the referer have paramsmhasbini
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-23Fix code for copsDouwe Maan
2017-02-23Enable Style/ConditionalAssignmentDouwe Maan
2016-12-16Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim
2016-12-12fix: removed signed_out notificationjnoortheen
2016-12-07fix: 24982- Remove'Signed in successfully' messagejnoortheen
2016-08-03Remove provider path, replace with dynamic path.Connor Shea
2016-08-03Add an oauth provider path helper.Connor Shea
2016-06-15Merge branch '18225-avoid-full-table-users-count' into 'master' Jacob Vosmaer (GitLab)
2016-06-08Merge branch 'password-min-length-placeholder' into 'master' Robert Speicher