Commit Graph

274 Commits

Author SHA1 Message Date
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
Jonathan Reinink 617459e6ee
Merge pull request #24 from inertiajs/pr/21
Upgrade to tailwind v1.0 (continued work)
2020-01-08 22:17:28 -05:00
Jonathan Reinink 21dff2d3e1 Merge branch 'master' into pr/21 2020-01-08 22:16:10 -05:00
Jonathan Reinink f4a3f0aad8 Update dependencies 2020-01-02 13:41:15 -05:00
Jonathan Reinink 35169709b5 Fix bug with demo user check 2019-12-19 08:50:26 -05:00
Jonathan Reinink 64a5104906 Simplify redirects 2019-12-18 17:34:14 -05:00
Jonathan Reinink 0ede36c76d Improve demo user check to not rely on primary key 2019-12-18 17:33:46 -05:00
Jonathan Reinink 57e7d3ba0a Force debug mode for this endpoint in the demo environment
Thanks to @freekmurze for confirming this is safe, and won't expose any environment variables
2019-12-18 17:13:57 -05:00
Jonathan Reinink 196e585c87 Prevent editing or deleting demo user in demo environment 2019-12-18 16:20:14 -05:00
Jonathan Reinink 89bcbbbe0e Fix whitelisting of nprogress 2019-12-18 16:01:48 -05:00
Jonathan Reinink b650401319 Update PHP extension requirements 2019-12-18 15:51:51 -05:00
Jonathan Reinink 702f76a024
Update Inertia.js website link 2019-12-18 15:15:06 -05:00
Jonathan Reinink f3b2c8fb6f Improve dropdown (add auto closing) 2019-12-18 15:12:22 -05:00
Jonathan Reinink 3992b27e53 Update trust proxies for Heroku 2019-12-18 14:43:51 -05:00
Jonathan Reinink 2456d3009a Update compile script to fully reseed 2019-12-18 14:43:10 -05:00
Jonathan Reinink 9ec60c7e3f Move dependencies from "require-dev" to "require" 2019-12-18 14:39:53 -05:00
Jonathan Reinink 97d1d2f659 Update config files to match Laravel defaults 2019-12-18 14:16:17 -05:00
Jonathan Reinink d92e847712 Install PurgeCSS 2019-12-18 14:14:40 -05:00
Jonathan Reinink 3861519dcc Autofill email and password on login page 2019-12-18 13:59:59 -05:00
Jonathan Reinink ac58afd14b Improve rendering of page title 2019-12-18 13:59:44 -05:00
Jonathan Reinink 0570582459 Move "devDependencies" to "dependencies" 2019-12-18 13:59:37 -05:00