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-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