]> BookStack Code Mirror - bookstack/commit
Added facebook, slack & twitter sign in options.
authorDan Brown <redacted>
Sat, 4 Feb 2017 11:01:49 +0000 (11:01 +0000)
committerDan Brown <redacted>
Sat, 4 Feb 2017 11:01:49 +0000 (11:01 +0000)
commit076693efc9705937464f29b134397abd1040d821
treec1faa52e9d56496cb97b2d4e4ba3a308a1b65048
parent2431ce9f86cdbba5bbd7b179e3ab4cd66b6a1b77
Added facebook, slack & twitter sign in options.

Also added icon svg blade helper.
Closes #125. Starts #213.
Requires documentation.
19 files changed:
app/Providers/AppServiceProvider.php
app/Providers/EventServiceProvider.php
app/Providers/SocialiteServiceProvider.php [deleted file]
app/Services/SocialAuthService.php
app/helpers.php
composer.json
composer.lock
config/app.php
config/services.php
resources/assets/icons/facebook.svg [new file with mode: 0644]
resources/assets/icons/github.svg [new file with mode: 0644]
resources/assets/icons/google.svg [new file with mode: 0644]
resources/assets/icons/slack.svg [new file with mode: 0644]
resources/assets/icons/twitter.svg [new file with mode: 0644]
resources/assets/sass/_text.scss
resources/views/auth/login.blade.php
resources/views/auth/register.blade.php
resources/views/public.blade.php
resources/views/users/edit.blade.php