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
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
Listeners
Models Added: allow appending of domain name to username when user tries to login (#7790) 2020-02-04 12:47:49 -08:00
Notifications
Observers
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