]> BookStack Code Mirror - bookstack/commit
Updated to laravel 5.5
authorDan Brown <redacted>
Sun, 19 Nov 2017 15:56:06 +0000 (15:56 +0000)
committerDan Brown <redacted>
Sun, 19 Nov 2017 15:56:19 +0000 (15:56 +0000)
commit873b1099f81f6a9d2619644aef0587e2b73d918a
tree9f3a39ba33f5972845ec7301d1dceafc87e6a3de
parent65579214e2286019f34e8ae2545174798f802a8e
Updated to laravel 5.5

Closes #590
23 files changed:
.gitignore
.travis.yml
app/Console/Kernel.php
app/Exceptions/Handler.php
app/Http/Controllers/Auth/LoginController.php
app/Http/Controllers/BookController.php
app/Http/Controllers/ImageController.php
app/Http/Controllers/SearchController.php
app/Http/Controllers/TagController.php
app/Http/Controllers/UserController.php
app/Http/Kernel.php
app/Http/Middleware/EncryptCookies.php
app/Http/Middleware/TrimStrings.php
app/Http/Middleware/TrustProxies.php [new file with mode: 0644]
app/Http/Middleware/VerifyCsrfToken.php
app/Repos/EntityRepo.php
app/Services/PermissionService.php
composer.json
composer.lock
database/seeds/DummyContentSeeder.php
tests/BrowserKitTest.php
tests/Permissions/RestrictionsTest.php
tests/UserProfileTest.php