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/answer.git
from 3f87e163 Merge branch 'ui-optimization' into test add 989b2b36 feat: support using search plugin to search similar question in ask question page add 3b07b39d remove unused service in question service add d48b633b fix: get tag with page nil pointer error add f92860e8 chore: remove duplicated security requirements (#1302) add 4040450c fix: add ExternalContentDisplay field to Env add a46b3e06 fix: resolve output path to absolute path in newAnswerBuilder add 28df3022 fix(i18n): correct typo in link description add 934f7cea fix: correct hover background color for dark theme in reaction button add 840f6bfd feat: add support for multiple timezones and set local timezone in site info add d8ab25d5 fix: dedup questions in GetQuestionPage add ef30ef22 feat(user): user can't login when suspended add 6495414d fix: Remove suspended user-related route blocking add 64e2ffe4 fix: clear suspended user information add 5b7cdce8 Merge branch 'suspended' into feat/1.5.0/user new 5b9c00c4 Merge remote-tracking branch 'origin/feat/1.5.0/user' 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: docs/swagger.json | 12 ------ i18n/en_US.yaml | 2 +- i18n/zh_CN.yaml | 2 +- internal/base/constant/constant.go | 40 ++++++++++++++++++ internal/cli/build.go | 2 +- internal/controller/report_controller.go | 2 - internal/controller/review_controller.go | 1 - internal/controller/tag_controller.go | 4 ++ internal/controller/user_controller.go | 6 ++- internal/install/install_from_env.go | 61 +++++++++++++++------------- internal/migrations/init.go | 22 +++++++++- internal/repo/question/question_repo.go | 2 + internal/service/content/question_service.go | 31 +++++++++++++- ui/src/pages/Questions/Detail/index.scss | 3 ++ ui/src/router/routes.ts | 6 ++- ui/src/utils/guard.ts | 32 +-------------- ui/src/utils/request.ts | 1 + 17 files changed, 146 insertions(+), 83 deletions(-)