snipe-it/app/Http/Requests
Daniel Meltzer f16ce09a7a Importer again (#4702)
* If a user id is provided in the name column of an import, we should assume that it is a user id and check out to it.

* Fix build of vue files.  The location is public/js/build, not public/build

* Ensure a status type is set before allowing submission of an import.

Also expand the status text label to change color based on success/failure.

Fixes #4658

* Use right key to lookup emails when importing users.  Fixes 4619.

* Import serial for components, and make unique matches based on the serial as well as the name.  Fixes #4569

* Set the location_id when importing an item properly.

This moves as well to using the Asset::checkout() method, which should consolidate the logic into a useful spot.
Fixes #4563 (I think)

* Production assets.

* Case insensitive field map guessing and repopulate when changingin import type.
2017-12-28 20:08:45 -08:00
..
AssetCheckinRequest.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
AssetCheckoutRequest.php Validate checkout_to_type on asset checkout 2017-11-27 21:20:12 -08:00
AssetFileRequest.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
AssetRequest.php Make sure the model_id and status_id actually exist 2017-01-12 02:41:02 -08:00
CustomFieldRequest.php Fixed - name should always be required in custom fields 2017-11-06 20:05:40 -08:00
ImageUploadRequest.php Use ImageUploadRequest $request on user profile update 2017-12-06 14:42:14 -08:00
ItemImportRequest.php Importer again (#4702) 2017-12-28 20:08:45 -08:00
Request.php Added better form request handling 2017-01-12 02:20:20 -08:00
SaveUserRequest.php Removed debug message in SaveUserRequest 2017-10-24 19:18:53 -07:00
SettingsLdapRequest.php Move LDAP validation into form request 2017-08-31 10:44:00 -07:00
SetupUserRequest.php Updated validation 2016-06-01 15:45:05 -07:00