]> BookStack Code Mirror - bookstack/commit
Made social accounts attachable
authorDan Brown <redacted>
Fri, 4 Sep 2015 19:40:36 +0000 (20:40 +0100)
committerDan Brown <redacted>
Fri, 4 Sep 2015 19:40:36 +0000 (20:40 +0100)
commiteac7378ce02c8f8a366e637f0f9b0863d3d8b47a
tree5afb4f20d6d7d9810b4ef721c30c40fd7b400802
parent3d18a04c3932f1724a67152e89619dda42a5e7cf
Made social accounts attachable
14 files changed:
app/Exceptions/SocialSignInException.php [new file with mode: 0644]
app/Exceptions/UserNotFound.php [deleted file]
app/Http/Controllers/Auth/AuthController.php
app/Http/Controllers/UserController.php
app/Http/Middleware/RedirectIfAuthenticated.php
app/Http/routes.php
app/Services/SocialAuthService.php
app/SocialAccount.php [new file with mode: 0644]
app/User.php
database/migrations/2015_09_04_165821_create_social_accounts_table.php [new file with mode: 0644]
resources/assets/sass/_variables.scss
resources/views/auth/login.blade.php
resources/views/base.blade.php
resources/views/users/edit.blade.php