snipe-it/app/Importer
Daniel Meltzer cf03d25934 Fix importer emailformat (#5871)
* Fix Importer emailformat

Str::slug() strips periods from the string, which caused our existing
logic to misbehave when generating a user's email on an import.  Adjust
logic to use generateEmail() helper on user instead.  Also clean up some
of the logic in this method.

* Remove dead code.

* More refactor/cleanup of the user create method.  I think it is almost readable now.
2018-07-17 16:46:08 -07:00
..
AccessoryImporter.php Hotfix: Disabling the event dispatcher broke model validation. (#4912) 2018-01-25 10:10:56 -08:00
AssetImporter.php Importer2 checkout (#5771) 2018-07-05 12:22:24 -07:00
ComponentImporter.php Hotfix: Disabling the event dispatcher broke model validation. (#4912) 2018-01-25 10:10:56 -08:00
ConsumableImporter.php Importer2 checkout (#5771) 2018-07-05 12:22:24 -07:00
import_mappings.md Importer tests + Fixes (#3733) 2017-07-11 20:37:02 -07:00
Importer.php Fix importer emailformat (#5871) 2018-07-17 16:46:08 -07:00
ItemImporter.php Fix importer emailformat (#5871) 2018-07-17 16:46:08 -07:00
LicenseImporter.php Importer2 checkout (#5771) 2018-07-05 12:22:24 -07:00
UserImporter.php Fix #5408. (#5715) 2018-06-20 01:59:04 -07:00