This is an automated email from the ASF dual-hosted git repository.
shuai pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/answer.git
from a08c1247 fix: update translations for Czech, Indonesian, and Russian
languages
new 50a96809 fix: Installation of the fourth part of form validation error
new 90022ce0 fix: integrate API key authentication into existing services
and routes
new d47d7cc4 fix: update Indonesian and Russian translations for tag
creation and appreciation
The 3 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:
cmd/wire_gen.go | 6 +--
i18n/id_ID.yaml | 2 +-
i18n/ru_RU.yaml | 2 +-
.../middleware/{mcp_auth.go => api_key_auth.go} | 24 +++++++-----
internal/base/server/http.go | 5 +++
internal/cli/reset_password.go | 4 +-
internal/migrations/init.go | 28 ++++++++++++++
internal/migrations/init_data.go | 3 ++
internal/router/answer_api_router.go | 3 ++
internal/router/mcp_router.go | 44 ++++++++++++++++++++++
internal/service/auth/auth.go | 26 +++++++++++--
.../pages/Install/components/FourthStep/index.tsx | 4 +-
12 files changed, 130 insertions(+), 21 deletions(-)
copy internal/base/middleware/{mcp_auth.go => api_key_auth.go} (66%)
create mode 100644 internal/router/mcp_router.go