summaryrefslogtreecommitdiff
path: root/app/views/devise
Commit message (Expand)AuthorAgeFilesLines
* Move "I should see Crowd login form" feature to a view specrs-crowd-form-view-specRobert Speicher2016-02-241-2/+2
* Show Crowd login even when sign-in is disabledPeter Hudec2016-02-231-1/+1
* Replace nav-tabs with nav-linksDmitriy Zaporozhets2016-01-131-1/+1
* 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
* 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
* 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.Douwe Maan2015-04-241-2/+2
* | Move "invalid 2FA code" error message to the flashRobert Speicher2015-05-091-3/+0
* | Add a hint on login form about using a recovery codeRobert Speicher2015-05-091-0/+1
* | Refactor SessionsControllerRobert Speicher2015-05-091-1/+0
* | 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
* | Turn 2-factor authentication into 2 steps process. Disabled 2fa UI for ldap u...Dmitriy Zaporozhets2015-05-092-2/+18
* | 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 problemsFotis Gimian2015-03-311-1/+1
* | Improve wording below signup boxRobert Speicher2015-04-071-2/+3
|/
* 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 enabledAaron Stone2015-02-133-18/+24
* | 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
* 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
|\
| * 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 througho...Patricio Cano2014-10-231-1/+1
| * Merge branch 'master' into feature_password_strength_indicatorPatricio Cano2014-10-222-14/+15
| |\
| * | Added a password strength indicatorPatricio Cano2014-10-221-2/+2
| * | Added a password strength indicatorPatricio Cano2014-10-131-3/+3