Commit graph

45 commits

Author SHA1 Message Date
Claudio Dekker
39cd397852
Use Inertia Middleware for bootstrapping (#88)
* Use Inertia Middleware for bootstrapping

* Update Middleware

* WIP

* Rename middleware to new defaults

* Fix middleware in Kernel

* Align Middleware + update dependency

Co-authored-by: Claudio Dekker <claudiodekker@users.noreply.github.com>
2020-10-23 08:15:07 -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
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
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
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
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
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
196e585c87 Prevent editing or deleting demo user in demo environment 2019-12-18 16:20:14 -05:00
Jonathan Reinink
3992b27e53 Update trust proxies for Heroku 2019-12-18 14:43:51 -05:00
Jonathan Reinink
424aeff322 Update to auto registering of Inertia middleware 2019-08-27 07:39:11 -04:00
Linus Juhlin
788445e25e Added guest middleware and changed redirect path 2019-08-15 17:47:39 +02:00
Jonathan Reinink
92321aeb1e Make Inertia middleware last 2019-08-12 08:37:51 -04:00
Jonathan Reinink
9626b9b0e0 Update dependencies and to new Inertia share format 2019-08-10 09:12:50 -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
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
0e94b372d1 Update to new Inertia middleware 2019-04-25 11:18:18 -04:00
Jonathan Reinink
179913f563 Tweak formatting of base model 2019-04-24 16:19:50 -04:00
Daniel Polito
e576fdff93
Improving Model 2019-04-23 12:49:12 -03:00
Jonathan Reinink
0b6114dd88 Setup Inertia version tracking 2019-04-18 05:51:28 -04:00
Jonathan Reinink
46764b2e1b Update all pages to use Inertia for POST, PUT and DELETE requests 2019-04-15 21:21:57 -04:00
Jonathan Reinink
fbdaf9b656 Initial work adding support for non-GET Inertia visits 2019-04-15 19:08:08 -04:00
Jonathan Reinink
e6d23d59da Add organizations index tests 2019-04-08 09:40:13 -04:00
Linus Juhlin
74e0f3885d Made the single-purpose controllers into invokable controllers instead. 2019-04-07 20:58:46 +09:00
Diaa Fares
3fa08f9084 Fix for displayed Roles at Users grid 2019-04-03 14:09:12 +03:00
Jonathan Reinink
a0f9aab560 Eager load organizations on contacts index 2019-04-02 15:08:52 -04:00
Jonathan Reinink
bfcee13af9 Add Reinink\RememberQueryStrings dependency 2019-04-02 13:43:01 -04:00
Jonathan Reinink
25e8acfe93 Enable Laravel Debugbar by default 2019-04-02 13:11:16 -04:00
Jonathan Reinink
710326e479 Remove Postgres specific database features 2019-04-02 13:05:17 -04:00
Jonathan Reinink
b62838e81f Remove legacy code 2019-04-02 13:03:50 -04:00
Jonathan Reinink
14192d0e46 Initial commit 2019-03-21 19:58:19 -04:00
Jonathan Reinink
d0531481eb Install Laravel 2019-03-05 16:10:11 -05:00