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 84cc97dc fix: pre tag background color adjustment, remove the
background color of the quoted content
add 20d7e4bc feat(plugin): add key-value storage support for plugins
add 42cc0688 refactor(plugin): improved initialization of the KV storage
plugin
add 9f8cab56 perf(plugin): remove unnecessary KV storage checks
add 42d6ad61 fix(plugin): rename 'close' to avoid builtin collision
add 56f36ec5 refactor(plugin): improve KV storage with better caching and
param handling
add beac0238 docs(plugin): Add comments to KVOperator methods to improve
code readability
add 15ef8153 feat(migrations): Add v26 migration file to support plugin KV
storage
add d866ca71 fix(plugin): set params.Value in Get method to ensure correct
value retrieval
add aac1532b chore(migrations): update migration version
add 757e8946 docs(command): remove redundant comments
add 4182d9f5 docs(command): unify style of usage statements
add def0559a Fix file record and delete files (branding and avatar) (#1335)
add afdf6ce7 fix: Unified display name and username length checks
new b691e143 Merge remote-tracking branch 'origin/dev' 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:
cmd/wire_gen.go | 8 ++--
docs/docs.go | 8 ++--
docs/swagger.json | 8 ++--
docs/swagger.yaml | 4 +-
i18n/af_ZA.yaml | 4 +-
i18n/ar_SA.yaml | 4 +-
i18n/ca_ES.yaml | 4 +-
i18n/cs_CZ.yaml | 8 ++--
i18n/cy_GB.yaml | 8 ++--
i18n/el_GR.yaml | 4 +-
i18n/en_US.yaml | 8 ++--
i18n/fa_IR.yaml | 4 +-
i18n/fi_FI.yaml | 4 +-
i18n/he_IL.yaml | 4 +-
i18n/hi_IN.yaml | 8 ++--
i18n/hu_HU.yaml | 4 +-
i18n/id_ID.yaml | 8 ++--
i18n/ko_KR.yaml | 4 +-
i18n/ml_IN.yaml | 8 ++--
i18n/nl_NL.yaml | 4 +-
i18n/no_NO.yaml | 4 +-
i18n/ro_RO.yaml | 4 +-
i18n/ru_RU.yaml | 4 +-
i18n/sk_SK.yaml | 4 +-
i18n/sr_SP.yaml | 4 +-
i18n/sv_SE.yaml | 8 ++--
i18n/te_IN.yaml | 8 ++--
i18n/tr_TR.yaml | 8 ++--
i18n/zh_TW.yaml | 4 +-
internal/base/middleware/avatar.go | 4 +-
internal/controller_admin/siteinfo_controller.go | 14 ++++++-
internal/migrations/init_data.go | 1 +
internal/repo/file_record/file_record_repo.go | 15 +++++++
internal/repo/site_info/siteinfo_repo.go | 15 +++++++
internal/repo/user/user_repo.go | 15 +++++++
internal/schema/backyard_user_schema.go | 4 +-
internal/schema/user_schema.go | 2 +-
internal/service/content/user_service.go | 45 +++++++++++++++++++-
.../service/file_record/file_record_service.go | 38 ++++++++++++++++-
internal/service/siteinfo/siteinfo_service.go | 49 ++++++++++++++++++++++
.../service/siteinfo_common/siteinfo_service.go | 12 ++++++
internal/service/uploader/upload.go | 18 ++++++--
internal/service/user_common/user.go | 11 +++++
ui/src/hooks/useChangeProfileModal/index.tsx | 4 +-
44 files changed, 318 insertions(+), 93 deletions(-)