-
- Downloads
Merge branch 'twitter_oauth' into 'develop'
OAuth consumer (sign in / sign up with external provider) See merge request pleroma/pleroma!923
No related branches found
No related tags found
Showing
- config/config.exs 16 additions, 0 deletionsconfig/config.exs
- config/dev.exs 0 additions, 1 deletionconfig/dev.exs
- docs/config.md 66 additions, 7 deletionsdocs/config.md
- lib/pleroma/config.ex 4 additions, 0 deletionslib/pleroma/config.ex
- lib/pleroma/registration.ex 57 additions, 0 deletionslib/pleroma/registration.ex
- lib/pleroma/user.ex 13 additions, 5 deletionslib/pleroma/user.ex
- lib/pleroma/web/auth/authenticator.ex 23 additions, 3 deletionslib/pleroma/web/auth/authenticator.ex
- lib/pleroma/web/auth/ldap_authenticator.ex 11 additions, 4 deletionslib/pleroma/web/auth/ldap_authenticator.ex
- lib/pleroma/web/auth/pleroma_authenticator.ex 64 additions, 2 deletionslib/pleroma/web/auth/pleroma_authenticator.ex
- lib/pleroma/web/endpoint.ex 14 additions, 4 deletionslib/pleroma/web/endpoint.ex
- lib/pleroma/web/oauth/fallback_controller.ex 15 additions, 2 deletionslib/pleroma/web/oauth/fallback_controller.ex
- lib/pleroma/web/oauth/oauth_controller.ex 239 additions, 54 deletionslib/pleroma/web/oauth/oauth_controller.ex
- lib/pleroma/web/router.ex 15 additions, 0 deletionslib/pleroma/web/router.ex
- lib/pleroma/web/templates/o_auth/o_auth/_scopes.html.eex 13 additions, 0 deletionslib/pleroma/web/templates/o_auth/o_auth/_scopes.html.eex
- lib/pleroma/web/templates/o_auth/o_auth/consumer.html.eex 13 additions, 0 deletionslib/pleroma/web/templates/o_auth/o_auth/consumer.html.eex
- lib/pleroma/web/templates/o_auth/o_auth/register.html.eex 43 additions, 0 deletionslib/pleroma/web/templates/o_auth/o_auth/register.html.eex
- lib/pleroma/web/templates/o_auth/o_auth/show.html.eex 9 additions, 13 deletionslib/pleroma/web/templates/o_auth/o_auth/show.html.eex
- mix.exs 9 additions, 1 deletionmix.exs
- mix.lock 4 additions, 3 deletionsmix.lock
- priv/repo/migrations/20190315101315_create_registrations.exs 18 additions, 0 deletionspriv/repo/migrations/20190315101315_create_registrations.exs
Loading
Please register or sign in to comment