snipe-it/app/Http/Requests
snipe 4f957bcf71 Required flag
Signed-off-by: snipe <snipe@snipe.net>
2024-10-09 18:34:53 +01:00
..
Traits ok, found issue, but need to test some things now... 2024-07-30 22:55:15 -05:00
AccessoryCheckoutRequest.php added options to checkout accessoires to locations and assets 2024-07-29 10:54:53 +02:00
AssetCheckinRequest.php
AssetCheckoutRequest.php
CustomAssetReportRequest.php
CustomFieldRequest.php
DeleteUserRequest.php
ImageUploadRequest.php Cleaned up 2024-07-20 05:55:12 +01:00
ItemImportRequest.php Use auth()->id() instead of Auth::id() 2024-09-19 17:31:46 +01:00
LicenseCheckoutRequest.php
Request.php
SaveUserRequest.php Validation rules to prevent switchng user companies if assets are assigned 2024-08-29 14:55:18 +01:00
SettingsLdapRequest.php
SettingsSamlRequest.php
SetupUserRequest.php
StoreAccessoryRequest.php Added store accesstory form request 2024-07-18 00:24:51 +01:00
StoreAssetModelRequest.php
StoreAssetRequest.php Fixed #13396 - do not allow checkout to undeployable status types 2024-09-24 15:35:00 +01:00
StoreConsumableRequest.php
StoreLabelSettings.php Switch to form requests for settings 2024-10-09 18:16:34 +01:00
StoreLdapSettings.php Required flag 2024-10-09 18:34:53 +01:00
StoreLocalizationSettings.php Switch to form requests for settings 2024-10-09 18:16:34 +01:00
StoreNotificationSettings.php Only accept a positive number for thresholds 2024-10-09 18:21:40 +01:00
StoreSecuritySettings.php Switch to form requests for settings 2024-10-09 18:16:34 +01:00
UpdateAssetRequest.php Fix PATCH of purchase_cost for assets for comma as decimal separator 2024-08-29 12:35:14 +01:00
UploadFileRequest.php