mirror of
https://github.com/discourse/discourse.git
synced 2025-01-21 11:52:24 +08:00
2364626ded
Instead of using image-uploader, which relies on the old UploadMixin, we can now use the uppy-image-uploader which uses the new UppyUploadMixin which is stable enough and supports both regular XHR uploads and direct S3 uploads, controlled by a site setting (default to XHR). At some point it may make sense to rename uppy-image-uploader back to image-uploader, once we have gone through plugins etc. and given a bit of deprecation time period. This commit also fixes `for_private_message`, `for_site_setting`, and `pasted` flags not being sent via uppy uploads onto the UploadCreator, both via regular XHR uploads and also through external/multipart uploads. The uploaders changed are: * site setting images * badge images * category logo * category background * group flair * profile background * profile card background |
||
---|---|---|
.. | ||
report-filters | ||
site-settings | ||
ace-editor.hbs | ||
admin-backups-logs.hbs | ||
admin-editable-field.hbs | ||
admin-form-row.hbs | ||
admin-nav.hbs | ||
admin-penalty-history.hbs | ||
admin-report-chart.hbs | ||
admin-report-counters.hbs | ||
admin-report-counts.hbs | ||
admin-report-inline-table.hbs | ||
admin-report-per-day-counts.hbs | ||
admin-report-stacked-chart.hbs | ||
admin-report-storage-stats.hbs | ||
admin-report-table-cell.hbs | ||
admin-report-table-header.hbs | ||
admin-report-table-row.hbs | ||
admin-report-table.hbs | ||
admin-report-trust-level-counts.hbs | ||
admin-report.hbs | ||
admin-theme-editor.hbs | ||
admin-user-field-item.hbs | ||
admin-watched-word.hbs | ||
admin-web-hook-event-chooser.hbs | ||
admin-web-hook-event.hbs | ||
admin-web-hook-status.hbs | ||
dashboard-new-feature-item.hbs | ||
dashboard-new-features.hbs | ||
dashboard-problems.hbs | ||
email-styles-editor.hbs | ||
embeddable-host.hbs | ||
embedding-setting.hbs | ||
emoji-value-list.hbs | ||
flag-user-lists.hbs | ||
flag-user.hbs | ||
highlighted-code.hbs | ||
inline-edit-checkbox.hbs | ||
install-theme-item.hbs | ||
penalty-post-action.hbs | ||
permalink-form.hbs | ||
resumable-upload.hbs | ||
screened-ip-address-form.hbs | ||
secret-value-list.hbs | ||
setting-validation-message.hbs | ||
silence-details.hbs | ||
simple-list.hbs | ||
site-customization-change-details.hbs | ||
site-customization-change-field.hbs | ||
site-setting.hbs | ||
site-text-summary.hbs | ||
suspension-details.hbs | ||
tags-uploader.hbs | ||
themes-list-item.hbs | ||
themes-list.hbs | ||
value-list.hbs | ||
version-checks.hbs | ||
watched-word-form.hbs | ||
watched-word-uploader.hbs |