]> BookStack Code Mirror - bookstack/commit
Improved 404 handling and fixed editor error
authorDan Brown <redacted>
Sat, 19 May 2018 16:01:33 +0000 (17:01 +0100)
committerDan Brown <redacted>
Sat, 19 May 2018 16:01:33 +0000 (17:01 +0100)
commitd3d8ddbe52e3642b2145be6bbf40792a3899d1c2
tree7e82ed1ea9e9fa5f62bd4f6ca18307631620e24c
parentb0d027a4a9f6b139bdfe697aabffaba5eeaaa5ba
Improved 404 handling and fixed editor error

404 handling now not a hack-around and uses Laravel 'fallback' routes
instead. Prevents errors with the session when you have mulitple errors
on a page where a post/put/delete is made.
app/Exceptions/Handler.php
app/Http/Controllers/HomeController.php
app/Http/Kernel.php
composer.json
composer.lock
resources/assets/js/vues/page-editor.js
routes/web.php