This is an automated email from the ASF dual-hosted git repository.
shuai pushed a change to branch test
in repository https://gitbox.apache.org/repos/asf/answer.git
from 4fca0c42 feat(plugins): add quick-links plugin and ensure
captcha-basic is included
new 63e2fb90 fix(internal):add gte,lte bounds for min_content and min_tags
new b33e9fc9 fix: Add time parameter when updating user status
new 93e183be feat: Add resetPassword cli tool
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/command.go | 65 +++--
cmd/main.go | 4 +-
go.mod | 1 +
go.sum | 2 +
internal/base/conf/conf.go | 4 +-
.../utils/storage.ts => internal/base/path/path.go | 60 +++--
internal/cli/install.go | 44 +---
internal/cli/install_check.go | 3 +-
internal/cli/reset_password.go | 288 +++++++++++++++++++++
internal/install/install_controller.go | 9 +-
internal/install/install_main.go | 4 +-
internal/repo/repo_test/user_backyard_repo_test.go | 5 +-
internal/schema/siteinfo_schema.go | 4 +-
pkg/checker/reserved_username.go | 4 +-
14 files changed, 402 insertions(+), 95 deletions(-)
copy ui/src/utils/storage.ts => internal/base/path/path.go (51%)
create mode 100644 internal/cli/reset_password.go