This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a change to branch meta
in repository https://gitbox.apache.org/repos/asf/answer.git
from d48615a2 Merge remote-tracking branch 'origin/main' into meta
add a08c1247 fix: update translations for Czech, Indonesian, and Russian
languages
add 50a96809 fix: Installation of the fourth part of form validation error
add 90022ce0 fix: integrate API key authentication into existing services
and routes
add d47d7cc4 fix: update Indonesian and Russian translations for tag
creation and appreciation
add ff6b5736 fix: admin users-setting page title should be users
add 5ec9d8b6 fix: add AI provider configuration to initialization data
add a55b4c65 fix: update Russian translation for unlist post title
add a6bfd402 fix: update AI provider configuration ID in default settings
new 4cb8e586 Merge remote-tracking branch 'origin/main' into meta
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:
cmd/wire_gen.go | 6 +--
i18n/cs_CZ.yaml | 2 +-
i18n/id_ID.yaml | 4 +-
i18n/ru_RU.yaml | 6 +--
.../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 | 4 ++
internal/migrations/v31.go | 2 +-
internal/router/answer_api_router.go | 3 ++
internal/router/mcp_router.go | 44 ++++++++++++++++++++++
internal/service/auth/auth.go | 26 +++++++++++--
ui/src/pages/Admin/UsersSettings/index.tsx | 2 +-
.../pages/Install/components/FourthStep/index.tsx | 4 +-
15 files changed, 137 insertions(+), 27 deletions(-)
copy internal/base/middleware/{mcp_auth.go => api_key_auth.go} (66%)
create mode 100644 internal/router/mcp_router.go