summaryrefslogtreecommitdiff
path: root/app/views/devise/shared
Commit message (Expand)AuthorAgeFilesLines
* Refactor CSS to eliminate vertical misalignment of login navTakuya Noguchi2018-04-113-3/+3
* Fix Shows signin tab after new user email confirmationJacopo2018-01-182-2/+2
* remove ambiguity about which resource type to be using for new sessionsBrett Walker2017-12-053-7/+7
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-234-6/+6
* Add missing classes to omniauth remember-me checkbox and add correct font-sizeJedidiah2017-09-141-3/+5
* add padding above Remember Me for social login35178-remember-me-in-omniauth-box-seems-too-close-to-iconsSimon Knox2017-07-201-2/+2
* Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-133-5/+5
* Merge branch '18000-remember-me-for-oauth-login' into 'master'Douwe Maan2017-07-061-1/+4
|\
| * Implement review comments for !11963 from @adamniedzielski.Timothy Andrew2017-07-061-1/+1
| * Move OAuth "remember me" javascript logic into a class.Timothy Andrew2017-07-061-14/+0
| * Add integration tests around OAuth login.Timothy Andrew2017-07-061-1/+1
| * Implement "remember me" for OAuth-based login.Timothy Andrew2017-07-061-1/+18
* | Revert "Merge branch '18000-remember-me-for-oauth-login' into 'master'"revert-6df61942Sean McGivern2017-07-051-4/+1
* | Merge branch '18000-remember-me-for-oauth-login' into 'master'Sean McGivern2017-07-051-1/+4
|\ \
| * | Implement review comments for !11963 from @adamniedzielski.Timothy Andrew2017-07-031-1/+1
| * | Move OAuth "remember me" javascript logic into a class.Timothy Andrew2017-07-031-14/+0
| * | Add integration tests around OAuth login.Timothy Andrew2017-07-031-1/+1
| * | Implement "remember me" for OAuth-based login.Timothy Andrew2017-07-031-1/+18
| |/
* | add margin between captcha and register button29000-recaptcha-marginSimon Knox2017-07-031-1/+1
|/
* Revert "Remove changes that are not absolutely necessary"Douwe Maan2017-05-241-1/+1
* Change label for name on sign up form29209-sign-up-form-nametauriedavis2017-03-091-1/+1
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-1/+1
* Add active_when helperSemyon Pupkov2017-02-152-2/+2
* Use reCaptcha when an issue identified as spamJarka Kadlecova2017-02-071-1/+1
* Remove turbolinks.Bryce Johnson2017-02-021-1/+1
* Fix ImplicitDiv Haml lint failureRobert Speicher2017-01-041-1/+1
* Merge branch 'add_email_password_confirmation' into 'master' Douwe Maan2017-01-041-0/+3
|\
| * Add email and password confirmation fields to registration formDrew Blessing2017-01-031-0/+3
* | HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-313-9/+9
* | HAMLLint: Fix `ImplicitDiv` offencesKushal Pandya2016-12-312-4/+4
* | HAMLLint: Fix `ClassAttributeWithStaticValue` offencesKushal Pandya2016-12-312-2/+2
|/
* Allow registering users where the username contains dots (.).Timothy Andrew2016-11-181-1/+1
* Fix no "Register" tab if ldap auth is enabled (#24038)Luc Didry2016-11-101-0/+3
* Change show-gl-field-errors to gl-show-field-errorsBryce Johnson2016-11-021-1/+1
* Upgrade gl_field_errors to support more use cases.Bryce Johnson2016-11-011-1/+1
* Only show register tab if signup enabled.Bryce Johnson2016-10-241-2/+3
* Ensure custom provider tab labels don't break layout.ldap-login-stylesBryce Johnson2016-10-201-1/+1
* Contain normal signin in loginbox.Bryce Johnson2016-10-181-1/+3
* 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 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-151-2/+1
* Unbreak all the tests relying on one login-box.Bryce Johnson2016-10-151-1/+1
* Add submit button contain with custom margin.Bryce Johnson2016-10-151-1/+1
* 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-157-52/+56
* Remove provider path, replace with dynamic path.devise-deprecationsConnor Shea2016-08-031-1/+1
* Add an oauth provider path helper.Connor Shea2016-08-031-1/+1