]> BookStack Code Mirror - bookstack/commit
Updated laravel to 5.2 and started ldap implementation
authorDan Brown <redacted>
Sat, 9 Jan 2016 19:23:35 +0000 (19:23 +0000)
committerDan Brown <redacted>
Sat, 9 Jan 2016 19:24:21 +0000 (19:24 +0000)
commit14ca31768cdc79e06a4ab4c74bb650a37bff4eb5
tree15c70fc1e4e5edef3ce56e3cc5c1c4fbe5f7eaff
parente27a630a094639956d1a539531d722068fd4cde2
Updated laravel to 5.2 and started ldap implementation
20 files changed:
app/Exceptions/Handler.php
app/Exceptions/LdapException.php [new file with mode: 0644]
app/Http/Controllers/Auth/AuthController.php
app/Http/Controllers/Controller.php
app/Http/Controllers/UserController.php
app/Http/routes.php
app/Providers/AuthServiceProvider.php [new file with mode: 0644]
app/Providers/LdapUserProvider.php [new file with mode: 0644]
app/Services/ImageService.php
app/Services/LdapService.php [new file with mode: 0644]
app/Services/SocialAuthService.php
composer.json
composer.lock
config/app.php
config/auth.php
config/filesystems.php
config/services.php
resources/views/auth/forms/login/ldap.blade.php [new file with mode: 0644]
resources/views/auth/forms/login/standard.blade.php [new file with mode: 0644]
resources/views/auth/login.blade.php