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
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
2016-06-06Check if the Users table has exactly one user limiting the whole setPaco Guzman
2016-06-06Add a U2F-specific audit log entry after logging in.Timothy Andrew
2016-06-06Implement authentication (login) using a U2F device.Timothy Andrew
2016-06-03Added minimum password length to password fieldPhil Hughes
2016-05-31Pass the "Remember me" value to the 2FA token formRobert Speicher
2016-04-07Fix 2FA authentication spoofing vulnerabilityGrzegorz Bizon
2016-03-05Allow the initial admin to set a passwordRobert Speicher
2016-01-24Skip the 2FA requirement during logoutRobert Speicher
2015-12-28reCAPTCHA is configurable through Admin Settings, no reload needed.Gabriel Mazetto
2015-12-27Add support for Google reCAPTCHA in user registration to prevent spammersStan Hu
2015-09-20Bump devise-two-factor to 2.0.0Robert Speicher
2015-09-02Crowd integrationValery Sizov
2015-08-12Fix redirection after sign in when using auto_sign_in_with_providerAlex Lossent
2015-07-23Allow custom label to be set for authentication providers.Douwe Maan
2015-07-06Audit log for user authenticationValery Sizov
2015-06-19Use User#two_factor_enabled instead of otp_required_for_loginRobert Speicher
2015-05-29Add an option to automatically sign-in with an Omniauth provider without show...Alex Lossent