snipe-it/app
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
..
Console Fixed typo 2020-02-11 22:09:46 -08:00
Events Valo/checkin date in history of asset (#6733) 2019-03-13 21:36:32 -07:00
Exceptions Fix invalidJSON exception 2019-08-14 22:18:48 -07:00
Helpers Fixed more camel-casing -> snake-casing 2019-05-24 16:01:12 -07:00
Http Add image upload to user edit [ch10508] (#7877) 2020-03-05 18:00:24 -08:00
Importer Merge branch 'develop' into v5-master-develop-integration 2019-11-18 19:49:39 -08:00
Jobs
LegacyEncrypter Minor code cleanup bits and bobs (#6805) 2019-03-13 20:12:03 -07:00
Listeners Valo/checkin date in history of asset (#6733) 2019-03-13 21:36:32 -07:00
Models Added: allow appending of domain name to username when user tries to login (#7790) 2020-02-04 12:47:49 -08:00
Notifications Merge branch 'features/6204_email_audit-alerts' into develop 2019-05-06 08:45:13 -04:00
Observers Minor code cleanup bits and bobs (#6805) 2019-03-13 20:12:03 -07:00
Policies Integrations/develop into master (#7352) 2019-08-14 21:48:14 -07:00
Presenters Integrations/develop into master (#7352) 2019-08-14 21:48:14 -07:00
Providers Add image upload to user edit [ch10508] (#7877) 2020-03-05 18:00:24 -08:00
Services Added: allow appending of domain name to username when user tries to login (#7790) 2020-02-04 12:47:49 -08:00