Commit Graph

194 Commits

Author SHA1 Message Date
Jonathan Reinink c322e813f0 Fix mobile scrolling issues 2020-09-26 07:27:51 -04:00
Jonathan Reinink 73f38911a2 Add "failed_jobs" migration and cleanup migrations 2020-09-26 06:56:09 -04:00
Jonathan Reinink e79e7994e2
Merge pull request #70 from inertiajs/dependabot/npm_and_yarn/websocket-extensions-0.1.4
Bump websocket-extensions from 0.1.3 to 0.1.4
2020-09-26 06:45:10 -04:00
Jonathan Reinink fefca4c429
Merge pull request #76 from inertiajs/dependabot/npm_and_yarn/elliptic-6.5.3
Bump elliptic from 6.5.2 to 6.5.3
2020-09-26 06:44:43 -04:00
Jonathan Reinink e818f81539 Tweak formatting on user edit page 2020-09-24 13:40:04 -04:00
Jonathan Reinink 47aab49c64 Remove nprogress CSS (now included in @inertiajs/progress) 2020-09-24 13:34:16 -04:00
Jonathan Reinink aefda49018
Merge pull request #84 from claudiodekker/master
Align implementation with Inertia.js 0.3.0
2020-09-24 13:32:38 -04:00
Claudio Dekker 3537db2488 Adjust examples to 0.3.0 2020-09-24 17:37:48 +02:00
Claudio Dekker fc4e34785f Update Inertia 2020-09-24 17:24:07 +02:00
Jonathan Reinink 8ad4b6f33f
Merge pull request #82 from KABBOUCHI/patch-1
Fix images route
2020-09-12 07:26:16 -04:00
Georges KABBOUCHI b1e65c7716
Fix images route 2020-09-12 14:22:16 +03:00
Jonathan Reinink e304a99333
Merge pull request #79 from inertiajs/laravel8
Upgrade to Laravel 8
2020-09-08 18:54:40 -04:00
Jonathan Reinink 15b761208e Upgrade to Laravel 8 2020-09-08 18:45:49 -04:00
Jonathan Reinink 680826b072 Simplify validation errors 2020-09-08 16:14:52 -04:00
Jonathan Reinink 4e5cdebe4e
Merge pull request #78 from inertiajs/dependabot/composer/symfony/http-kernel-5.1.5
Bump symfony/http-kernel from 5.1.3 to 5.1.5
2020-09-02 14:31:14 -04:00
dependabot[bot] b83bfef1f4
Bump symfony/http-kernel from 5.1.3 to 5.1.5
Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 5.1.3 to 5.1.5.
- [Release notes](https://github.com/symfony/http-kernel/releases)
- [Changelog](https://github.com/symfony/http-kernel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/http-kernel/compare/v5.1.3...v5.1.5)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-02 18:28:34 +00:00
dependabot[bot] 7abb114595
Bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-30 13:45:43 +00:00
Jonathan Reinink 143d67008a Add Heroku compile script back 2020-07-29 11:37:32 -04:00
Jonathan Reinink 38861f0055
Merge pull request #75 from inertiajs/laravel7
Upgrade to Laravel 7
2020-07-29 11:14:08 -04:00
Jonathan Reinink 393b5b441f Update routes 2020-07-29 11:07:37 -04:00
Jonathan Reinink c1970f347b Remove unused imports 2020-07-29 11:00:58 -04:00
Jonathan Reinink fba2969951 Fix coding styles 2020-07-29 10:58:25 -04:00
Jonathan Reinink 35cb4ef4e1 Update dependencies 2020-07-29 10:43:22 -04:00
Jonathan Reinink b375bd3595 Update http kernel 2020-07-29 10:39:18 -04:00
Jonathan Reinink c2e99b97cf Update middleware 2020-07-29 10:37:19 -04:00
Jonathan Reinink 108bd18523 Update console kernel 2020-07-29 10:33:44 -04:00
Jonathan Reinink e48dff3138 Update service providers 2020-07-29 10:33:16 -04:00
Jonathan Reinink 6dce5cad23 Update TestResponse import 2020-07-29 10:21:45 -04:00
Jonathan Reinink 235eaf580a Update PHPUnit config 2020-07-29 10:21:32 -04:00
Jonathan Reinink 7a488c90a6 Update editor config 2020-07-29 10:16:14 -04:00
Jonathan Reinink 05d2f10600 Update gitignore 2020-07-29 10:16:09 -04:00
Jonathan Reinink f693def2f8 Update example environment file 2020-07-29 10:12:52 -04:00
Jonathan Reinink 719e61c1fb Update config files 2020-07-29 10:12:08 -04:00
Jonathan Reinink a06408cb2c Update "resolveRouteBinding" method signature 2020-07-29 10:11:41 -04:00
Jonathan Reinink 5a29d0aafc Update exception handler 2020-07-29 10:00:51 -04:00
Jonathan Reinink 73d294f2dc Update messaging on dashboard 2020-07-29 09:49:48 -04:00
dependabot[bot] fe8340249a
Bump websocket-extensions from 0.1.3 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-06 14:25:56 +00:00
Jonathan Reinink feb104b894
Merge pull request #63 from inertiajs/dependabot/npm_and_yarn/acorn-6.4.1
Bump acorn from 6.4.0 to 6.4.1
2020-03-30 20:56:38 -04:00
Jonathan Reinink c5065cf6fc
Merge pull request #66 from inertiajs/dependabot/composer/symfony/http-foundation-4.4.7
Bump symfony/http-foundation from 4.4.2 to 4.4.7
2020-03-30 20:56:15 -04:00
dependabot[bot] 03b3f9c0a4
Bump symfony/http-foundation from 4.4.2 to 4.4.7
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 4.4.2 to 4.4.7.
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/http-foundation/compare/v4.4.2...v4.4.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-30 22:09:48 +00:00
Jonathan Reinink 7593b9b1c7
Add funding file 2020-03-30 13:35:22 -04:00
Jonathan Reinink 1be2f6f90f
Merge pull request #64 from tonjohn/patch-1
Hash password only once
2020-03-21 09:48:52 -04:00
Burton 9f93e151a8
Hash password only once
When a user resets their password, the password would be double hashed and the user locked out of their account.

Ensure we only hash the password if it needs to be hashed. If it has already been hashed, just return the password as-is.
2020-03-20 21:58:34 -07:00
dependabot[bot] d968833e4d
Bump acorn from 6.4.0 to 6.4.1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-14 08:39:35 +00:00
Jonathan Reinink a8e0d42aec Add IE11/Edge polyfills 2020-02-14 14:29:07 -05:00
Jonathan Reinink aa5455115d Tweak layout 2020-02-14 14:28:50 -05:00
Jonathan Reinink e19d017c5c
Merge pull request #35 from djm/patch-1
Add extra setup details to README
2020-01-08 22:38:37 -05:00
Jonathan Reinink 398f2610be
Remove phpunit instructions 2020-01-08 22:37:48 -05:00
Jonathan Reinink 44a2faf09e Remove unnecessary anchor resets 2020-01-08 22:29:37 -05:00
Jonathan Reinink 538a1664fe Remove axios dependency 2020-01-08 22:23:39 -05:00