summaryrefslogtreecommitdiff
path: root/app/views/devise
Commit message (Collapse)AuthorAgeFilesLines
* Replace nav-tabs with nav-linksDmitriy Zaporozhets2016-01-131-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* reCAPTCHA is configurable through Admin Settings, no reload needed.Gabriel Mazetto2015-12-281-1/+1
|
* Make sign-up form retain fields after failed CAPTCHA testStan Hu2015-12-271-4/+5
|
* Add support for Google reCAPTCHA in user registration to prevent spammersStan Hu2015-12-271-0/+3
|
* Allow account unlock via emailDrew Blessing2015-12-144-19/+24
|
* Revert "Merge pull request #9812 from chrspeich/hide-tabs-lone-auth-provider"rs-revert-gh-9812Robert Speicher2015-11-151-27/+19
| | | | | This reverts commit 84999611d8f7894219eb4ebc76555c79b1f14794, reversing changes made to 0d9fb211f3f842d10e1c57dcb9d3d42a9c11cd0b.
* Hide tab-bar in login-box when only one tabs is shown.Christian Speich2015-11-071-19/+27
|
* Autofocus the email field on the password reset formRobert Speicher2015-09-301-1/+1
|
* Crowd integrationValery Sizov2015-09-022-2/+17
|
* Added tags to disable autocapitalize and autocorrect on login fieldDaryl Chan2015-07-291-1/+1
| | | | - Updated CHANGELOG
* Allow custom label to be set for authentication providers.auth-icons-labelsDouwe Maan2015-07-233-7/+5
|
* Add "Remember me" checkbox to LDAP signin form.ldap-remember-meDouwe Maan2015-06-051-0/+5
|
* Fill in email on the new password formVinnie Okada2015-05-161-1/+1
|
* Merge branch 'omniauth-csrf' into 'master'Dmitriy Zaporozhets2015-05-141-2/+2
|\ | | | | | | | | | | | | | | Protect OmniAuth request phase against CSRF. Addresses #2268. See merge request !1793
| * Protect OmniAuth request phase against CSRF.Douwe Maan2015-04-241-2/+2
| |
* | Move "invalid 2FA code" error message to the flashRobert Speicher2015-05-091-3/+0
| | | | | | | | | | This makes it consistent with the Invalid email/password error message from the previous step.
* | Add a hint on login form about using a recovery codeRobert Speicher2015-05-091-0/+1
| |
* | Refactor SessionsControllerRobert Speicher2015-05-091-1/+0
| | | | | | | | | | Also adds test case for providing an invalid 2FA code and then a valid one without re-entering username and password.
* | Update login views for two-factor authRobert Speicher2015-05-092-6/+2
| |
* | Be consistent with what we call the 2FA featureRobert Speicher2015-05-091-1/+1
| | | | | | | | "Two-factor" vs. "2-Factor"
* | Turn 2-factor authentication into 2 steps process. Disabled 2fa UI for ldap ↵Dmitriy Zaporozhets2015-05-092-2/+18
| | | | | | | | users since it is not supported
* | Init 2 factor authentication for user modelDmitriy Zaporozhets2015-05-091-1/+2
| |
* | Add a page title to every page.Douwe Maan2015-04-302-1/+3
|/
* Merge pull request #9062 from fgimian/omniauth-disable-turbolinkDmitriy Zaporozhets2015-04-231-1/+1
|\ | | | | Disable turbolinks for omniauth link to avoid rendering problems
| * Disable turbolinks for omniauth link to avoid rendering problemsFotis Gimian2015-03-311-1/+1
| |
* | Improve wording below signup boxRobert Speicher2015-04-071-2/+3
|/ | | | [ci skip]
* Update views to single form of address. Change "my" to "your"Dmitriy Zaporozhets2015-03-225-6/+6
|
* Restyle oauth accounts at profile page and add ability to unlink accountimprove-profileDmitriy Zaporozhets2015-03-211-1/+1
|
* Use custom LDAP label in LDAP signin form.Douwe Maan2015-03-132-4/+4
|
* Merge pull request #7473 from sodabrew/patch-1Dmitriy Zaporozhets2015-03-023-18/+24
|\ | | | | Improve login screen when only OmniAuth providers are enabled
| * Improve login screen when only OmniAuth providers are enabledAaron Stone2015-02-133-18/+24
| | | | | | | | | | | | | | Avoids an empty Sign in box when signup_enabled? is false, and avoids showing "No authentication methods configured" unless there really are none. OmniAuth signin gets its own file for consistency with signin and signup and LDAP.
* | Update bootstrap-sass gemDmitriy Zaporozhets2015-02-191-4/+4
|/
* Move OAuth signin options just below signin box.Douwe Maan2015-02-135-24/+19
|
* Add headings to signin/signup blocks on signin page.Douwe Maan2015-02-132-4/+12
|
* Clean up devise views.Douwe Maan2015-02-055-39/+22
|
* Remove password strength indicatorJacob Vosmaer2015-01-152-4/+4
| | | | | | | | We were having the following issues: - the indicator would sometimes stay red even if the password that was entered was long enough; - the indicator had a middle yellow signal: what does that mean? - the red/green backgrounds were not color-blind-friendly.
* Init ApplicationSettings resource with defaults from config fileDmitriy Zaporozhets2015-01-082-4/+4
|
* Redesign signin/singup pagesDmitriy Zaporozhets2015-01-076-44/+57
|
* chmod -xNihad Abbasov2014-12-272-0/+0
|
* added helperValery Sizov2014-12-041-1/+1
|
* Supporting for multiple omniauth provider for the same userValery Sizov2014-12-041-1/+1
|
* Merge branch 'feature_password_strength_indicator' into 'master'Dmitriy Zaporozhets2014-10-302-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a password strength indicator to SIGN UP and PROFILE pages Fixes #1647 Added a password strength indicator to the sign up page. You can see how it looks in the following screenshot. In the sign up page, it checks if the password contains the username and alerts the user about it. If the user still wants to proceed with creating his account, nothing will stop him. This is merely a message. The indicator changes the input background color based on the strength like this: ![new_full](https://dev.gitlab.org/uploads/gitlab/gitlabhq/0e6da27cfe/new_full.png) The password strength indicator can also be found in the profile edit page. It functions in almost the exact same way, with the exception that it doesn't check if the password contains the username. ![edit_full](https://dev.gitlab.org/uploads/gitlab/gitlabhq/f73001539e/edit_full.png) There are tests included. /cc @job See merge request !1227
| * Removed unnecessary role in form.Patricio Cano2014-10-281-1/+1
| |
| * Added ID to the form-group, to fix alignment of inputsPatricio Cano2014-10-281-1/+1
| |
| * Corrected the layout of the strength indicator to be more consistent ↵Patricio Cano2014-10-231-1/+1
| | | | | | | | | | | | throughout the application. Fixed a test that was looking for an outdated HTML ID
| * Merge branch 'master' into feature_password_strength_indicatorPatricio Cano2014-10-222-14/+15
| |\
| * | Added a password strength indicatorPatricio Cano2014-10-221-2/+2
| | | | | | | | | | | | | | | to the reset password view and the change password view after first login. Updated JS to work with the updated views.
| * | Added a password strength indicatorPatricio Cano2014-10-131-3/+3
| | | | | | | | | | | | to the profile page and the sign_up page, added CSS to best display it and created the custom script to load the meter.
* | | Merge pull request #7866 from cirosantilli/input-button-to-tagDmitriy Zaporozhets2014-10-281-1/+1
|\ \ \ | |_|/ |/| | Use button type=submit instead of input.
| * | Use button type=submit instead of input.Ciro Santilli2014-10-011-1/+1
| |/