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
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-05-07Correctly stub application settings in signup_spec.rbLuke "Jared" Bennett
2017-01-03Add email and password confirmation fields to registration formDrew Blessing
It's too easy to mistype an email or password when signing up. The support team is receiving an increasing number of requests because users mistype their email. We can eliminate this problem by requiring users to confirm the email before registering. The same issue can occur for the password field so we should add this, too. We should note that password confirmation is part of the default Devise forms. I don't know why/when GitLab removed it.
2016-10-15Make UX upgrades to SignIn/Register views.Bryce Johnson
- Tab between register and sign in forms - Add individual input validation error messages - Validate username - Update many styles for all login-box forms
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-05-16Change landing page when skipping confirmation email and add documentationFelipe Artur
2016-05-16Change skip_user_confirmation_email to send_user_confirmation_emailFelipe Artur
2016-05-04Merge branch 'rs-unique-signup-fields' into 'master' Douwe Maan
Improve uniqueness of field names on the signup form Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15075 See merge request !3826
2016-04-22Improved confirmation UXPhil Hughes
Closes #4228
2016-04-19Improve uniqueness of field names on the signup formRobert Speicher
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15075
2016-04-18Add acceptance test to check if the user password persists after form ↵Timothy Andrew
redisplays. - While signing up.