summaryrefslogtreecommitdiff
path: root/spec/controllers/sessions_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-3/+7
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-3/+3
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-4/+3
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-7/+7
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-5/+6
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+33
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-35/+58
* Add latest changes from gitlab-org/security/gitlab@13-3-stable-eeGitLab Bot2020-09-011-15/+17
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-36/+3
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-4/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-311-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-181-2/+22
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-111-0/+41
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-4/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-011-0/+25
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-0/+33
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-101-0/+19
* Add captcha if there are multiple failed login attemptsMałgorzata Ksionek2019-07-311-18/+90
* 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
|\