snipe-it/app/Http
Daniel Meltzer 6ce20c32b1 Component Importer and various Importer Fixes (#3132)
* Importer fix: we were trimming the wrong part of the classname when creating a category.  This led to categories not being recognized.

* Add a component importer.  Uses same fields as consumable importer.  Only trick: If an asset_tag is present, we checkout a component to that asset on import

Enable component importer.  Also calculate the importer classname in a cleaner fashion.

* Fix comparisons.  find can return an index of 0, which is falsy.
2017-01-05 15:45:12 -08:00
..
Controllers Component Importer and various Importer Fixes (#3132) 2017-01-05 15:45:12 -08:00
Middleware Small phpcbf cleanup 2016-12-29 14:02:18 -08:00
Requests Component Importer and various Importer Fixes (#3132) 2017-01-05 15:45:12 -08:00
Traits Putting uniqueUndeleted into a trait for use across models 2016-07-26 01:39:30 -07:00
Kernel.php Discussion: Moving to policies for controller based authorization (#3080) 2016-12-19 11:04:28 -08:00