Commit Graph

111 Commits

Author SHA1 Message Date
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 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
Jonathan Reinink 3e6844eb03 Update Inertia and simplify routes 2019-08-12 08:33:13 -04:00
Jonathan Reinink 81d4cf0121 Update dependencies 2019-08-10 09:59:50 -04:00
Jonathan Reinink 9626b9b0e0 Update dependencies and to new Inertia share format 2019-08-10 09:12:50 -04:00
Jonathan Reinink 4b8849ac43 Only show user photo if set 2019-08-09 13:09:37 -04:00
Jonathan Reinink a4bf54f9fa
Merge pull request #36 from inertiajs/user-photos
Add user photos
2019-08-09 12:52:38 -04:00
Jonathan Reinink 4df1434f02 Improve user photos 2019-08-09 12:50:45 -04:00
Jonathan Reinink 8fbfa66059 Add user photos 2019-08-09 11:33:47 -04:00
Jonathan Reinink e9fd25773a Tweak formatting when sharing errors 2019-08-08 08:50:52 -04:00
Jonathan Reinink b4d70359db Simplify page titles 2019-08-08 08:50:36 -04:00
Jonathan Reinink fa91d2e76f Update dependencies 2019-08-08 07:31:12 -04:00
Jonathan Reinink a49456b323 Simplify error handling 2019-05-22 09:37:04 -04:00
Jonathan Reinink 9a5a4a3055 Update dependencies 2019-05-22 09:36:20 -04:00
Jonathan Reinink 6b641a8a62 Remove unused accounts routes 2019-05-22 07:22:00 -04:00
Jonathan Reinink e867312b31 Remove ranger library that's not being used 2019-05-22 07:20:44 -04:00
Jonathan Reinink 1a54c22891 Remove unused import 2019-05-22 07:17:45 -04:00
Jonathan Reinink a18f643b22 Update to new Inertia::share() callback 2019-05-22 07:17:37 -04:00
Jonathan Reinink f61d969aa5 Add flash messages 2019-05-21 19:12:49 -04:00
Jonathan Reinink 0dc025a460 Update dependencies 2019-05-21 15:28:57 -04:00
Jonathan Reinink df1ffe510a Switch to query string hash for JS files 2019-05-21 11:27:08 -04:00
Jonathan Reinink 36fef80b9e Move babel config to mix configuration 2019-05-21 11:26:43 -04:00
Jonathan Reinink 6419ed3a89 Update dependencies 2019-05-20 07:21:01 -04:00
Jonathan Reinink 7158fe8835 Merge branch 'master' of github.com:inertiajs/pingcrm 2019-05-18 08:24:54 -04:00
Jonathan Reinink 4697d5fac9 Tweak formatting of resolveComponent callback 2019-05-18 08:22:34 -04:00
Jonathan Reinink 50454a162a Update dependencies 2019-05-18 08:22:13 -04:00
Jonathan Reinink dbf49a48b7 Update dependencies 2019-05-17 11:10:09 -04:00
Jonathan Reinink 6ad8834761 Update dependencies 2019-05-17 10:34:58 -04:00
Jonathan Reinink 248de1598d Update dependencies 2019-05-16 15:01:43 -04:00
Jonathan Reinink 3f3da3dbbd Update Vue build 2019-05-16 08:08:43 -04:00
Jonathan Reinink 3a910bc60c Fix css naming conflict
Resolves #18
2019-05-15 09:24:42 -04:00
Jonathan Reinink 279a38798b Replace provide/inject with new $page property 2019-05-15 09:06:24 -04:00
Jonathan Reinink a4c502e64d Update dependencies 2019-05-08 10:47:59 -04:00
Jonathan Reinink 0e94b372d1 Update to new Inertia middleware 2019-04-25 11:18:18 -04:00
Jonathan Reinink ad05adf470 Switch to string format for "remember" 2019-04-25 08:13:15 -04:00
Jonathan Reinink f8666b151c Update Inertia Vue adapter 2019-04-25 08:12:45 -04:00