]> BookStack Code Mirror - bookstack/commit
Replaced use of custom 'baseUrl' helper with 'url'
authorDan Brown <redacted>
Sun, 4 Aug 2019 13:26:39 +0000 (14:26 +0100)
committerDan Brown <redacted>
Sun, 4 Aug 2019 13:26:39 +0000 (14:26 +0100)
commit4b0c4e621a55d5f6f59de7451c7442a4571ad72e
tree85e7d0d12c4622f2e7a49fdbebab1adee8473c5e
parent30da10581272d8414c2ac345b098c3deb70d3159
Replaced use of custom 'baseUrl' helper with 'url'

Also changed up how base URL setting was being done
by manipulating incoming request URLs instead of
altering then on generation.
67 files changed:
app/Auth/User.php
app/Config/app.php
app/Entities/Book.php
app/Entities/Bookshelf.php
app/Entities/Chapter.php
app/Entities/Page.php
app/Http/Controllers/Auth/LoginController.php
app/Http/Controllers/Auth/RegisterController.php
app/Http/Controllers/PageController.php
app/Http/Controllers/SearchController.php
app/Http/Middleware/Authenticate.php
app/Http/Request.php [new file with mode: 0644]
app/Notifications/ConfirmEmail.php
app/Notifications/ResetPassword.php
app/Providers/AppServiceProvider.php
app/Providers/PaginationServiceProvider.php
app/Uploads/Attachment.php
app/Uploads/ImageService.php
app/UrlGenerator.php [deleted file]
app/helpers.php
public/index.php
resources/views/auth/forms/login/standard.blade.php
resources/views/auth/login.blade.php
resources/views/auth/passwords/email.blade.php
resources/views/auth/passwords/reset.blade.php
resources/views/auth/register.blade.php
resources/views/auth/user-unconfirmed.blade.php
resources/views/base.blade.php
resources/views/books/create.blade.php
resources/views/books/form.blade.php
resources/views/books/index.blade.php
resources/views/books/list.blade.php
resources/views/common/header.blade.php
resources/views/common/home-sidebar.blade.php
resources/views/common/home.blade.php
resources/views/components/expand-toggle.blade.php
resources/views/components/page-picker.blade.php
resources/views/components/tag-list.blade.php
resources/views/components/tag-manager.blade.php
resources/views/errors/404.blade.php
resources/views/errors/500.blade.php
resources/views/pages/edit.blade.php
resources/views/partials/breadcrumbs.blade.php
resources/views/partials/sort.blade.php
resources/views/partials/view-toggle.blade.php
resources/views/search/all.blade.php
resources/views/settings/index.blade.php
resources/views/settings/maintenance.blade.php
resources/views/settings/navbar.blade.php
resources/views/settings/roles/create.blade.php
resources/views/settings/roles/delete.blade.php
resources/views/settings/roles/edit.blade.php
resources/views/settings/roles/form.blade.php
resources/views/settings/roles/index.blade.php
resources/views/shelves/create.blade.php
resources/views/shelves/form.blade.php
resources/views/shelves/index.blade.php
resources/views/shelves/list.blade.php
resources/views/users/create.blade.php
resources/views/users/delete.blade.php
resources/views/users/edit.blade.php
resources/views/users/index.blade.php
resources/views/users/profile.blade.php
resources/views/vendor/notifications/email.blade.php
tests/Auth/AuthTest.php
tests/Unit/HelpersTest.php [deleted file]
tests/Unit/UrlTest.php [new file with mode: 0644]