]> BookStack Code Mirror - bookstack/commit
Cleaned tests up, Started LDAP tests, Created LDAP wrapper
authorDan Brown <redacted>
Fri, 15 Jan 2016 23:21:47 +0000 (23:21 +0000)
committerDan Brown <redacted>
Fri, 15 Jan 2016 23:21:47 +0000 (23:21 +0000)
commit0821672e70cf9eb81091032514634b299cc5900b
treed5a87bf8835c834cc549c3f76a30499f8cb91ebd
parent14feef3679b6ecdce656d56dd754357997084632
Cleaned tests up, Started LDAP tests, Created LDAP wrapper
15 files changed:
.env.example
app/Http/Controllers/Auth/AuthController.php
app/Http/Middleware/Authenticate.php
app/Http/routes.php
app/Providers/LdapUserProvider.php
app/Services/Ldap.php [new file with mode: 0644]
app/Services/LdapService.php
config/services.php
resources/views/public.blade.php
tests/ActivityTrackingTest.php
tests/Auth/AuthTest.php [moved from tests/AuthTest.php with 78% similarity]
tests/Auth/LdapTest.php [new file with mode: 0644]
tests/Auth/SocialAuthTest.php [moved from tests/SocialAuthTest.php with 82% similarity]
tests/EntityTest.php
tests/PublicViewTest.php