snipe-it/app/Http
Steffen e1907e30b1 Allow multiple upload fields and add logo option to labels (#6736)
* Change upload js to work with multiple upload elements on a single page

* Change uploadFile in upload modal and form partial

* Change uploadFile to js-uploadFile to avoid potential issues in the future

* Remove duplicate style attribute causing webpack to fail

* Missed a css class in rename to js- prefix

* - Move logo uploads to partial for eaiser usage
- Add label logo
- Add css classes to label elements
- Change label prefix text (M: S: ...) to css::before content for easy removal in config

* Add more css classes to labels

* Allow unescaped " (quot) in css ouput

* Add max size param to partial, set defaults for allowedType and size
2019-03-01 15:25:42 -08:00
..
Controllers Allow multiple upload fields and add logo option to labels (#6736) 2019-03-01 15:25:42 -08:00
Middleware Added: Caching of settings (#6378) 2018-11-01 19:59:50 -07:00
Requests Merge remote-tracking branch 'origin/fixes/password_confirmation_6703' into develop 2019-02-13 23:02:21 -08:00
Traits Added: Caching of settings (#6378) 2018-11-01 19:59:50 -07:00
Transformers Fixed bug where assets could be deleted without being checked back in [ch38] 2019-01-22 14:13:30 -08:00
Kernel.php Fixed #6113 - use $asset->fill vs filled() to allow blanking values via API 2019-02-12 22:15:32 -08:00