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
2022-03-18Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot
2021-12-20Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-09-01Add latest changes from gitlab-org/security/gitlab@13-3-stable-eeGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-04-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-31Add captcha if there are multiple failed login attemptsMałgorzata Ksionek
2019-05-21Prevent password sign in restriction bypassJames Edwards-Jones
2019-04-15Add some frozen string to spec/**/*.rbgfyoung
2018-12-19Update specs to rails5 formatblackst0ne
2018-11-15Fix typos in libGeorge Tsiolis
2018-07-18Delete UserActivities and related workersImre Farkas
2018-07-03Add Prometheus metrics to track reCAPTCHA success/failuresStan Hu
2018-06-22Show a reCAPTCHA on signin page if custom header is setStan Hu
2018-06-16[Rails5] Fix sessions_controller_specblackst0ne
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