snipe-it/app/Http/Middleware
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
..
Authenticate.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
CheckForSetup.php Better checking for empty values when updating. (#2811) 2016-10-25 19:51:13 -07:00
CheckLocale.php Check for DB table 2016-05-14 15:05:28 -07:00
CheckPermissions.php Formatting fixes for coding standards 2016-06-22 12:27:41 -07:00
EncryptCookies.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
FrameGuard.php Allow X-Frame-Options to be disabled via env if necessary 2016-08-29 22:57:29 -07:00
NosniffGuard.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
RedirectIfAuthenticated.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
VerifyCsrfToken.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
XssProtectHeader.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00