snipe-it/app/Http
Daniel Meltzer a418dece80 Better checking for empty values when updating. (#2811)
* Better checking for empty values when updating.  There's a lot of conditionals in here that we may want to look at cleaning up over time

* Fix typo.  No manfacturers here.

* Fix model update/import.  Also hardcode the status id of unset assets to the first existing one instead of an id that may not exist... Still not ideal, but better.

* Let requests to .env through the middleware.  We check to see if this is readable during setup as a warning, and as it stands it triggers an infinite loop trying to hit the file.
2016-10-25 19:51:13 -07:00
..
Controllers Fixed parens on target 2016-10-25 12:53:07 -07:00
Middleware Better checking for empty values when updating. (#2811) 2016-10-25 19:51:13 -07:00
Requests Remove last name requirement in save user request 2016-08-30 06:47:38 -07:00
Traits Putting uniqueUndeleted into a trait for use across models 2016-07-26 01:39:30 -07:00
Kernel.php Use custom maintenance middleware 2016-08-11 19:22:26 -07:00
routes.php Merge branch 'hotfixes/export_all_users' into develop 2016-10-25 02:42:20 -07:00