summaryrefslogtreecommitdiff
path: root/app/views/devise/shared/_omniauth_box.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* show only the eanbled oauth providersAndrei Gliga2016-05-121-1/+1
|
* Allow custom label to be set for authentication providers.auth-icons-labelsDouwe Maan2015-07-231-5/+3
|
* Protect OmniAuth request phase against CSRF.Douwe Maan2015-04-241-2/+2
|
* Disable turbolinks for omniauth link to avoid rendering problemsFotis Gimian2015-03-311-1/+1
|
* Restyle oauth accounts at profile page and add ability to unlink accountimprove-profileDmitriy Zaporozhets2015-03-211-1/+1
|
* Improve login screen when only OmniAuth providers are enabledAaron Stone2015-02-131-0/+10
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.