Alejandro Tasistro
1077d97355
dockerizada
2023-10-31 21:03:27 -03:00
Claudio Dekker
00b085ed38
Upgrade Laravel
2021-12-08 18:00:39 +01:00
Jonathan Reinink
eb00e058d2
Allow route model binding of trashed models
2021-05-11 19:21:54 -04:00
Jonathan Reinink
e83f102f83
Update auth to match Breeze controller and login request
2021-05-11 09:35:45 -04:00
Jonathan Reinink
fd2f2318e3
Add request validation to login store endpoint
2021-05-11 08:09:50 -04:00
Jonathan Reinink
54dfa567d4
Replace laravel/ui with simplified auth
2021-05-10 17:19:52 -04:00
Jonathan Reinink
463f622d0a
Simplify Glide image handling
2021-05-10 16:18:33 -04:00
Jonathan Reinink
4e5c3c938f
Update app to match latest Laravel defaults and best practices
2021-05-10 15:27:31 -04:00
Jonathan Reinink
0f53e51169
Remove "remember query strings" middleware
2021-05-10 12:41:11 -04:00
Jonathan Reinink
a3758546dc
Fix pagination
2021-03-01 10:19:46 -05:00
Jonathan Reinink
6ea4d09092
Simplify pagination
2021-02-27 08:36:45 -05:00
Jonathan Reinink
3cf207b350
Fix owner attribute
2021-02-27 08:10:23 -05:00
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