]> BookStack Code Mirror - bookstack/commit
Updated to Laravel 5.8
authorDan Brown <redacted>
Fri, 13 Sep 2019 22:58:40 +0000 (23:58 +0100)
committerDan Brown <redacted>
Fri, 13 Sep 2019 22:58:40 +0000 (23:58 +0100)
commit140298bd96778ded6af37401b83112256ac750bf
treec009f9bc43f8381c0feb316edbee8e9989b2922c
parent58f5508b05e9d3265bc79ffc13e1c9b32d031591
Updated to Laravel 5.8
65 files changed:
.travis.yml
app/Auth/Access/SocialAuthService.php
app/Auth/Access/UserTokenService.php
app/Auth/Permissions/PermissionsRepo.php
app/Config/app.php
app/Config/auth.php
app/Config/broadcasting.php
app/Config/database.php
app/Config/queue.php
app/Config/services.php
app/Entities/BreadcrumbsViewComposer.php
app/Entities/SearchService.php
app/Http/Controllers/Auth/RegisterController.php
app/Http/Controllers/Auth/UserInviteController.php
app/Http/Controllers/UserController.php
app/Uploads/Attachment.php
app/Uploads/AttachmentService.php
app/Uploads/ImageService.php
composer.json
composer.lock
phpunit.xml
public/svg/403.svg [deleted file]
public/svg/404.svg [deleted file]
public/svg/500.svg [deleted file]
public/svg/503.svg [deleted file]
resources/lang/ar/auth.php
resources/lang/cs/auth.php
resources/lang/de/auth.php
resources/lang/en/auth.php
resources/lang/en/passwords.php
resources/lang/en/validation.php
resources/lang/es/auth.php
resources/lang/es_AR/auth.php
resources/lang/fr/auth.php
resources/lang/hu/auth.php
resources/lang/it/auth.php
resources/lang/ja/auth.php
resources/lang/kr/auth.php
resources/lang/nl/auth.php
resources/lang/pl/auth.php
resources/lang/pt_BR/auth.php
resources/lang/ru/auth.php
resources/lang/sk/auth.php
resources/lang/sv/auth.php
resources/lang/uk/auth.php
resources/lang/zh_CN/auth.php
resources/lang/zh_TW/auth.php
storage/framework/cache/data/.gitignore [deleted file]
tests/Auth/AuthTest.php
tests/Auth/LdapTest.php
tests/Auth/UserInviteTest.php
tests/BrowserKitTest.php
tests/Entity/BookShelfTest.php
tests/Entity/CommentSettingTest.php
tests/Entity/ExportTest.php
tests/Entity/MarkdownTest.php
tests/Entity/PageDraftTest.php
tests/Entity/SortTest.php
tests/LanguageTest.php
tests/Permissions/RestrictionsTest.php
tests/Permissions/RolesTest.php
tests/Unit/ConfigTest.php
tests/Unit/PageRepoTest.php
tests/Uploads/ImageTest.php
tests/UserProfileTest.php