summaryrefslogtreecommitdiff
path: root/spec/controllers/sessions_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Prevent password sign in restriction bypassJames Edwards-Jones2019-05-211-1/+33
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-12/+12
* Fix typos in libGeorge Tsiolis2018-11-151-1/+1
* Delete UserActivities and related workers43312-remove_user_activity_workersImre Farkas2018-07-181-3/+1
* Add Prometheus metrics to track reCAPTCHA success/failuresStan Hu2018-07-031-0/+13
* Show a reCAPTCHA on signin page if custom header is setStan Hu2018-06-211-4/+35
* [Rails5] Fix sessions_controller_specblackst0ne-rails5-expected-search-search-seed_project-got-nilblackst0ne2018-06-161-5/+5
* Reuses `InternalRedirect` when possibleBob Van Landuyt2018-05-041-1/+1
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-2/+2
* Merge branch '34549-extract-devise-mappings-into-helper' into 'master'Rémy Coutable2017-07-211-3/+5
|\
| * Extract "@request.env['devise.mapping'] = Devise.mappings[:user]" to a test h...Jacopo2017-07-201-3/+5
* | Support multiple Redis instances based on queue typePaul Charlton2017-07-111-1/+1
|/
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-8/+8
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-2/+6
* 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