summaryrefslogtreecommitdiff
path: root/app/views/devise
Commit message (Expand)AuthorAgeFilesLines
* Fix aesthetic issues on CROWD login.Bryce Johnson2016-10-181-2/+2
* Contain normal signin in loginbox.Bryce Johnson2016-10-181-1/+3
* Fix superfluous margin on new_ldap submit.Bryce Johnson2016-10-181-1/+1
* Use correct verbiage for username in login form.Bryce Johnson2016-10-181-1/+1
* Fix href to server pane.Bryce Johnson2016-10-181-1/+1
* Fix tab refs in ldap tabs.Bryce Johnson2016-10-181-3/+3
* Split login box into different panes, for ldap enabled screens.Bryce Johnson2016-10-181-14/+15
* Fix aesthetic issues on LDAP login.Bryce Johnson2016-10-181-2/+2
* Fix Hash syntax to work for both Ruby 2.1 and 2.3sh-fix-ruby-2-1Stan Hu2016-10-151-2/+2
* Use Ruby 1.9 syntax in tab_single def and usage.Bryce Johnson2016-10-156-7/+6
* Fix syntax error -- missing comma in _new_crowd.Bryce Johnson2016-10-151-1/+1
* Fix nesting on sessions/new.Bryce Johnson2016-10-151-8/+7
* Unbreak all the tests relying on one login-box.Bryce Johnson2016-10-152-2/+2
* Fix omniauth box styling.Bryce Johnson2016-10-151-1/+1
* Add submit button contain with custom margin.Bryce Johnson2016-10-152-2/+2
* Make style fixes, make all submit buttons full-width btn-block.Bryce Johnson2016-10-151-2/+2
* Include correct validation error with username invalid.Bryce Johnson2016-10-151-2/+1
* Fix errors, get validation running for signup box and sign in.Bryce Johnson2016-10-151-1/+1
* Make UX upgrades to SignIn/Register views.Bryce Johnson2016-10-1516-109/+130
* Improve tabbing usability for sign in page23279-tabbing-over-the-login-screen-should-go-from-password-to-submitClement Ho2016-10-131-2/+2
* Enable CacheMarkdownField for the remaining modelsNick Thomas2016-10-071-2/+2
* fix LDAP omniauth regression (Closes: #22357)Dmitry Smirnov2016-09-211-1/+1
* Pass the remember_me option into the u2f form and support it while authentica...add-remember-option-u2fDJ Mountney2016-09-011-2/+1
* Remove provider path, replace with dynamic path.devise-deprecationsConnor Shea2016-08-032-2/+2
* Add an oauth provider path helper.Connor Shea2016-08-032-2/+2
* Add a U2F feature spec for multiple devices owned by the same user.17341-firefox-u2fTimothy Andrew2016-07-141-2/+2
* Load Javascript U2F library selectively.Timothy Andrew2016-07-141-0/+4
* Customize the Devise `unlock_instructions` emailRobert Speicher2016-06-162-10/+16
* Customize the Devise `reset_password_instructions` emailRobert Speicher2016-06-163-8/+22
* Customize the Devise `password_change` emailsRobert Speicher2016-06-162-0/+17
* Merge branch 'rs-fix-ldap-2fa-login' into 'master' Robert Speicher2016-06-091-1/+2
|\
| * Fix 2FA-based login for LDAP usersrs-fix-ldap-2fa-loginRobert Speicher2016-06-071-1/+2
* | Merge branch '14098-customize-after-sign-up-path' into 'master' Robert Speicher2016-06-081-0/+3
|\ \
| * | Allow custom text on 'almost there' pageSean McGivern2016-06-081-0/+3
| |/
* | Merge branch 'password-min-length-placeholder' into 'master' Robert Speicher2016-06-081-1/+1
|\ \ | |/ |/|
| * Added minimum password length to password fieldpassword-min-length-placeholderPhil Hughes2016-06-031-1/+1
* | Implement authentication (login) using a U2F device.Timothy Andrew2016-06-061-7/+14
* | Disable 2FA field autocomplete, resolves #18021.Connor Shea2016-06-011-1/+1
|/
* Pass the "Remember me" value to the 2FA token formrs-remember-me-2faRobert Speicher2016-05-301-0/+1
* New confirmation email :fire:Robert Speicher2016-05-251-0/+16
* Make the standard Devise confirmation email our new plaintext versionRobert Speicher2016-05-252-9/+9
* show only the eanbled oauth providersAndrei Gliga2016-05-121-1/+1
* render the omniauth_box if there are any button_based_providersAndrei Gliga2016-05-121-1/+1
* Merge branch 'rs-unique-signup-fields' into 'master' Douwe Maan2016-05-041-2/+2
|\
| * Improve uniqueness of field names on the signup formrs-unique-signup-fieldsRobert Speicher2016-04-191-2/+2
* | Improve the Two-factor Authentication sign-in text [ci skip]connorshea2016-05-031-2/+2
* | Improved confirmation UXconfirmation-screenPhil Hughes2016-04-211-0/+10
|/
* Don't retrieve default values from `params`Timothy Andrew2016-04-131-4/+3
* Don't populate the password field on signup validation errors.Timothy Andrew2016-04-131-1/+1
* change the css class has_tooltip to has-tooltip universallychange_css_class_has_tooltip_to_has-tooltipArinde Eniola2016-03-201-1/+1