snipe-it/app/Http/Requests
snipe 039f5da0e1
Add image upload to user edit [ch10508] (#7877)
* Use correct Request include

* Updated to use additional form request

* Added SVG sanitizer

* Added response method to form request

* Allow ImageUploadRequest to accept fieldname params, added SVG sanitization, fixed delete

* Fixed upload path for avatars

* Added fieldname variable to blade partial for image upload

* Added enctype="multipart/form-data"  to form to allow uploads

* Added image field

* Updated Request::old() to use $request->old()

* Fixed derp in edit blade referring to $item when it should be $user

* Added svg+xml to image rule
2020-03-05 18:00:24 -08:00
..
AssetCheckinRequest.php Minor code cleanup bits and bobs (#6805) 2019-03-13 20:12:03 -07:00
AssetCheckoutRequest.php Minor code cleanup bits and bobs (#6805) 2019-03-13 20:12:03 -07:00
AssetFileRequest.php RTF support added (#7024) 2019-05-15 15:47:40 -07:00
CustomFieldRequest.php Fixed - name should always be required in custom fields 2017-11-06 20:05:40 -08:00
ImageUploadRequest.php Add image upload to user edit [ch10508] (#7877) 2020-03-05 18:00:24 -08:00
ItemImportRequest.php Fix #6763. Import Stuck Processing - Error - Can only flip STRING and INTEGER values! (#6804) 2019-03-14 12:32:40 -07:00
LicenseCheckoutRequest.php Minor code cleanup bits and bobs (#6805) 2019-03-13 20:12:03 -07:00
Request.php Minor code cleanup bits and bobs (#6805) 2019-03-13 20:12:03 -07:00
SaveUserRequest.php Add image upload to user edit [ch10508] (#7877) 2020-03-05 18:00:24 -08:00
SettingsLdapRequest.php Added: allow appending of domain name to username when user tries to login (#7790) 2020-02-04 12:47:49 -08:00
SetupUserRequest.php Minor code cleanup bits and bobs (#6805) 2019-03-13 20:12:03 -07:00