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
2023-09-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-03-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-12-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-10-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-11-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-04-08Externalize strings in flash messagesMartin Wortschack
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
2018-09-19Enable frozen string in app/controllers/**/*.rbgfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-02-02use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa
2018-01-01Allow logged in user to change his passwordRubén Dávila
2017-11-23Allow password authentication to be disabled entirelyMarkus Koller
2017-09-01Rollsback changes made to signing_enabled.Tiago Botelho
2017-07-13Fixes needed when GitLab sign-in is not enabledRobin Bobbitt
2016-03-05Allow the initial admin to set a passwordRobert Speicher
2015-12-10Use devise paranoid mode and ensure the same message is returned every timeDrew Blessing
2015-10-02Refactor PasswordsController to use before_actionsRobert Speicher
2015-09-30Only allow password reset emails once per minuteRobert Speicher
2015-09-30Take advantage of `Devise.sign_in_after_reset_password`Robert Speicher
2015-06-19Use User#two_factor_enabled instead of otp_required_for_loginRobert Speicher
2015-05-16Fill in email on the new password formVinnie Okada
2015-05-16Redirect if password reset token is expiredVinnie Okada
2015-05-11Handle password reset for users with 2FA enabledRobert Speicher
2015-01-24Use ruby 1.9 hash syntaxDmitriy Zaporozhets
2014-03-18Do not allow password reset for ldap user.Marin Jankovski
2013-06-24Move Profile related controllers under Profiles:: moduleDmitriy Zaporozhets
2013-06-13Prevent infinit password change by settin password_expires_at to nilDmitriy Zaporozhets
2013-06-13Fix password set form and infinite loopDmitriy Zaporozhets
2013-06-13Password expire: implement password resource inside profile. add before_fiter...Dmitriy Zaporozhets