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 (Collapse)Author
2018-02-02use Gitlab::UserSettings directly as a singleton instead of ↵Mario de la Ossa
including/extending it
2018-01-01Allow logged in user to change his passwordRubén Dávila
Users were unable to change their password through the "Reset password" link that was sent to their email if they were logged in. This is due to a default controller filter from Devise that requires the user to not be logged in in order to use this link.
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
When sign-in is disabled: - skip password expiration checks - prevent password reset requests - don’t show Password tab in User Settings - don’t allow login with username/password for Git over HTTP requests - render 404 on requests to Profiles::PasswordsController
2016-03-05Allow the initial admin to set a passwordRobert Speicher
Closes #1980
2015-12-10Use devise paranoid mode and ensure the same message is returned every timeDrew Blessing
Skipped CI because it has already passed. Had to rebase due to CHANGELOG.
2015-10-02Refactor PasswordsController to use before_actionsRobert Speicher
2015-09-30Only allow password reset emails once per minuteRobert Speicher
Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2611
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
Don't display the password editing form if the user's token is expired; redirect to the form that allows users to request a new password reset token.
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 ↵Dmitriy Zaporozhets
before_fiter check