This PR adds the first use of Uppy in our codebase, hidden behind a enable_experimental_image_uploader site setting. When the setting is enabled only the user card background uploader will use the new uppy-image-uploader component added in this PR. I've introduced an UppyUpload mixin that has feature parity with the existing Upload mixin, and improves it slightly to deal with multiple/single file distinctions and validations better. For now, this just supports the XHRUpload plugin for uppy, which keeps our existing POST to /uploads.json. |
||
|---|---|---|
| .. | ||
| select-kit | ||
| ace-editor-test.js | ||
| activation-controls-test.js | ||
| admin-report-test.js | ||
| badge-title-test.js | ||
| bookmark-test.js | ||
| cook-text-test.js | ||
| d-button-test.js | ||
| d-editor-test.js | ||
| d-icon-test.js | ||
| date-input-test.js | ||
| date-time-input-range-test.js | ||
| date-time-input-test.js | ||
| group-list-setting-test.js | ||
| group-membership-button-test.js | ||
| hidden-details-test.js | ||
| highlighted-code-test.js | ||
| html-safe-helper-test.js | ||
| iframed-html-test.js | ||
| image-uploader-test.js | ||
| invite-panel-test.js | ||
| load-more-test.js | ||
| relative-time-picker-test.js | ||
| secret-value-list-test.js | ||
| simple-list-test.js | ||
| site-header-test.js | ||
| slow-mode-info-test.js | ||
| text-field-test.js | ||
| themes-list-item-test.js | ||
| themes-list-test.js | ||
| time-input-test.js | ||
| topic-list-item-test.js | ||
| topic-list-test.js | ||
| uppy-image-uploader-test.js | ||
| user-avatar-flair-test.js | ||
| user-selector-test.js | ||
| value-list-test.js | ||