]> BookStack Code Mirror - bookstack/commit
Added social sign in
authorDan Brown <redacted>
Fri, 4 Sep 2015 16:16:58 +0000 (17:16 +0100)
committerDan Brown <redacted>
Fri, 4 Sep 2015 16:16:58 +0000 (17:16 +0100)
commit2dcc5105ad0b4f7701099b57f89f45de0d0ff8e8
treea2f86fcfceb202386f2858f2f0ffa878d8fb8780
parent48814b898463b9c950e1ac79b7fdedada54a2adf
Added social sign in
20 files changed:
app/Exceptions/Handler.php
app/Exceptions/NotifyException.php [new file with mode: 0644]
app/Exceptions/SocialDriverNotConfigured.php [new file with mode: 0644]
app/Exceptions/UserNotFound.php [new file with mode: 0644]
app/Http/Controllers/Auth/AuthController.php
app/Http/routes.php
app/Repos/UserRepo.php [new file with mode: 0644]
composer.json
composer.lock
config/app.php
config/services.php
resources/assets/js/global.js
resources/assets/sass/_animations.scss
resources/assets/sass/_buttons.scss
resources/views/auth/login.blade.php
resources/views/auth/password.blade.php
resources/views/auth/reset.blade.php
resources/views/base.blade.php
resources/views/public.blade.php
resources/views/users/form.blade.php