This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a change to branch test
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
from 85f792ff Merge branch 'feat/1.4.2/ui' into test
add 932a3366 feat(upload): add support for file attachments and enhance
image upload
add 8616862f feat(upload): add support for file attachments and enhance
image upload
new d99bfcc3 Merge branch 'feat/1.4.2/file' into test
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
internal/base/constant/site_info.go | 6 +++
internal/controller/upload_controller.go | 6 ++-
internal/migrations/init.go | 6 ++-
internal/migrations/v24.go | 38 +++++++++++++++
internal/schema/siteinfo_schema.go | 36 +++++++++++++--
internal/service/uploader/upload.go | 79 ++++++++++++++++++++++++++++----
pkg/checker/file_type.go | 53 +++++++++++----------
plugin/storage.go | 7 +--
8 files changed, 186 insertions(+), 45 deletions(-)