summaryrefslogtreecommitdiff
path: root/spec/controllers/sessions_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow manual bypass of auto_sign_in_with_providermabes/gitlab-ce-bypass-auto-loginMaxime Besson2017-06-021-0/+31
* Add a new Gitlab::UserActivities class to track user activitiesRémy Coutable2017-04-141-1/+1
* Remove user activities table and use redis instead of PG for recording activi...James Lopez2017-04-141-2/+4
* Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez2017-04-141-0/+6
* Fix redirection after login when the referer have paramsmhasbini2017-04-021-0/+16
* Make Warden set_user hook validate user ip uniqunessPawel Chojnacki2017-03-061-3/+3
* Remove unecessary calls to limit_user!, UniqueIps Middleware, and address MR ...Pawel Chojnacki2017-03-061-0/+1
* Cleanup RSpec testsPawel Chojnacki2017-03-061-21/+2
* Test various login scenarios if the limit gets enforcedPawel Chojnacki2017-03-061-2/+28
* fix: 24982- Remove'Signed in successfully' messagejnoortheen2016-12-071-1/+0
* Restrict failed login attempts for users with 2FASean McGivern2016-10-041-0/+38
* Pass the remember_me option into the u2f form and support it while authentica...add-remember-option-u2fDJ Mountney2016-09-011-0/+23
* Add a U2F-specific audit log entry after logging in.Timothy Andrew2016-06-061-1/+25
* Merge branch 'upgrade-devise-two-factor' into 'master' Robert Speicher2016-06-021-1/+1
|\
| * Fix a broken specConnor Shea2016-05-301-1/+1
* | Pass the "Remember me" value to the 2FA token formrs-remember-me-2faRobert Speicher2016-05-301-0/+21
|/
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-3/+3
* Make sessions controller specs more explicitGrzegorz Bizon2016-04-071-4/+5
* Fix 2FA authentication spoofing vulnerabilityGrzegorz Bizon2016-04-071-35/+42
* Add specs for sessions controller including 2FAGrzegorz Bizon2016-04-061-0/+93