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-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-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
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-30Remove specs for "login after reset"Robert Speicher
We're now using default Devise behavior, so these tests were redundant.
2015-09-30Update feature specRobert 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-07-07Add `feature` tag to feature specsRobert Speicher
Not to be confused with the RSpec `type: :feature` tag, this tag is used by the `spec:feature` Rake task for filtering/grouping specs.
2015-05-11Handle password reset for users with 2FA enabledRobert Speicher