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-05-04Reuses `InternalRedirect` when possibleBob Van Landuyt
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-07-21Merge branch '34549-extract-devise-mappings-into-helper' into 'master'Rémy Coutable
2017-07-20Extract "@request.env['devise.mapping'] = Devise.mappings[:user]" to a test h...Jacopo
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-02Allow manual bypass of auto_sign_in_with_providerMaxime Besson
2017-04-14Add a new Gitlab::UserActivities class to track user activitiesRémy Coutable
2017-04-14Remove user activities table and use redis instead of PG for recording activi...James Lopez
2017-04-14Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez
2017-04-02Fix redirection after login when the referer have paramsmhasbini
2017-03-06Make Warden set_user hook validate user ip uniqunessPawel Chojnacki
2017-03-06Remove unecessary calls to limit_user!, UniqueIps Middleware, and address MR ...Pawel Chojnacki
2017-03-06Cleanup RSpec testsPawel Chojnacki
2017-03-06Test various login scenarios if the limit gets enforcedPawel Chojnacki
2016-12-07fix: 24982- Remove'Signed in successfully' messagejnoortheen
2016-10-04Restrict failed login attempts for users with 2FASean McGivern
2016-09-02Pass the remember_me option into the u2f form and support it while authentica...DJ Mountney
2016-06-06Add a U2F-specific audit log entry after logging in.Timothy Andrew
2016-06-02Merge branch 'upgrade-devise-two-factor' into 'master' Robert Speicher
2016-05-31Pass the "Remember me" value to the 2FA token formRobert Speicher
2016-05-30Fix a broken specConnor Shea
2016-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
2016-04-07Make sessions controller specs more explicitGrzegorz Bizon
2016-04-07Fix 2FA authentication spoofing vulnerabilityGrzegorz Bizon
2016-04-06Add specs for sessions controller including 2FAGrzegorz Bizon