This is an automated email from the ASF dual-hosted git repository.
shuai pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
from 30534ad0 feat: Check HTML comments in question, answer or comments
new 4a74eed4 feat: Add permanently delete
new 15cbfa87 fix: Optimize user delete
new d91e3c20 fix: get user info error
new 81832913 fix: Apply code from review
The 4 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:
docs/docs.go | 55 ++++++++++++++++++++++
docs/swagger.json | 55 ++++++++++++++++++++++
docs/swagger.yaml | 35 ++++++++++++++
i18n/en_US.yaml | 9 +++-
i18n/zh_CN.yaml | 9 +++-
internal/base/constant/user.go | 6 +++
.../controller_admin/user_backyard_controller.go | 20 ++++++++
internal/repo/activity/vote_repo.go | 3 ++
internal/repo/answer/answer_repo.go | 8 ++++
internal/repo/question/question_repo.go | 8 ++++
internal/repo/user/user_backyard_repo.go | 9 ++++
internal/router/answer_api_router.go | 2 +
internal/schema/backyard_user_schema.go | 5 ++
internal/service/answer_common/answer.go | 1 +
internal/service/question_common/question.go | 3 +-
internal/service/user_admin/user_backyard.go | 13 +++++
internal/service/user_common/user.go | 9 ++++
ui/src/pages/Admin/Answers/index.tsx | 46 ++++++++++++++----
ui/src/pages/Admin/Questions/index.tsx | 46 ++++++++++++++----
ui/src/pages/Admin/Users/index.tsx | 28 +++++++++++
ui/src/services/common.ts | 4 ++
21 files changed, 353 insertions(+), 21 deletions(-)