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
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
Jonathan Reinink
f4b424b491
Update PHP dependencies
2019-12-18 13:52:35 -05:00
Jonathan Reinink
6308bb139f
Use layout shorthand
2019-12-18 13:49:19 -05:00
Jonathan Reinink
6f9c5f1366
Simplify JavaScript dependencies
2019-12-18 13:48:33 -05:00
Jonathan Reinink
2e7d59613a
Add Heroku Procfile
2019-12-18 13:33:19 -05:00
Jonathan Reinink
6b6e235d7e
Remove horizon from compile script
2019-12-18 13:33:05 -05:00
Jonathan Reinink
3f958ec4bf
WIP
2019-12-18 13:28:09 -05:00
Jonathan Reinink
e378e1c63a
Merge branch 'master' into pr/21
2019-11-27 16:50:57 -05:00
Jonathan Reinink
b6e9aa3912
Merge pull request #52 from rodrigopedra/patch-2
...
Use `npm ci` to avoid package-lock update
2019-11-06 07:40:30 -05:00
Rodrigo Pedra Brum
cbd3d8a8fd
Use `npm ci` to avoid package-lock update
...
Running `npm ci` instead of `npm install` avoids `package-lock` file update and installation of patch versions different from upstream.
This can be useful to avoid git pollution and to have exactly the same version of npm dependencies when debugging or writing an example to reproduce an issue.
`npm ci` was added to NPM to be used in Continuous Integration setups (hence the `ci`) keeping exactly the same versions of packages listed in package-lock file.
2019-11-06 01:39:47 -03:00
Jonathan Reinink
75ae66a2c1
Merge pull request #50 from miguelcangueiro/upgrade-laravel
...
Upgrade to Laravel 6
2019-10-17 17:32:29 -04:00
Miguel Cangueiro
4d01953486
Upgrade to Laravel 6
2019-10-17 11:01:26 +01:00
Jonathan Reinink
ce9dfa4beb
Update php dependencies
2019-09-28 14:56:20 -04:00
Jonathan Reinink
2c9d6345a5
Update npm dependencies
2019-09-28 14:54:39 -04:00
Jonathan Reinink
1d215f22b3
Make main menu reactive
2019-09-28 14:52:12 -04:00
Jonathan Reinink
e3e57b4716
Use new persistent layouts and Vue Meta plugin
2019-09-28 07:30:44 -04:00
Jonathan Reinink
424aeff322
Update to auto registering of Inertia middleware
2019-08-27 07:39:11 -04:00
Jonathan Reinink
99c7172f32
Merge pull request #39 from Juhlinus/auth-redirect
...
Added guest middleware and changed redirect path
2019-08-15 22:23:36 -04:00
Linus Juhlin
788445e25e
Added guest middleware and changed redirect path
2019-08-15 17:47:39 +02:00
Jonathan Reinink
14352710ad
Update to tagged Inertia dependencies
2019-08-13 13:36:25 -04:00
Jonathan Reinink
9a6b453d07
Update Inertia
2019-08-12 13:03:13 -04:00
Jonathan Reinink
92321aeb1e
Make Inertia middleware last
2019-08-12 08:37:51 -04:00