Archer
|
681ec30c38
|
4.9.8 test (#4790)
* fix: doc url
* doc
|
2025-05-12 18:13:42 +08:00 |
|
Archer
|
657fa32217
|
feat: system config type;fix: retraining permission (#4772)
* feat: system config type
* fix: retraining permission
|
2025-05-08 22:09:55 +08:00 |
|
Archer
|
12d6948ba7
|
Feat: prelogin (#4773)
* add prelogin api (#4762)
* add prelogin api
* move type.d.ts
* perf: prelogin code
* doc
* fix: ts
---------
Co-authored-by: dreamer6680 <1468683855@qq.com>
|
2025-05-08 22:09:02 +08:00 |
|
Archer
|
c75f154728
|
Password security policy (#4765)
* Psw (#4748)
* feat: 添加重置密码功能及相关接口
- 在用户模型中新增 passwordUpdateTime 字段以记录密码更新时间。
- 更新用户模式以支持密码更新时间的存储。
- 新增重置密码的模态框组件,允许用户重置密码。
- 实现重置密码的 API 接口,支持根据用户 ID 更新密码。
- 更新相关国际化文件,添加重置密码的提示信息。
* 更新国际化文件,添加重置密码相关提示信息,并优化重置密码模态框的实现。修复部分代码逻辑,确保用户体验流畅。
* 更新国际化文件,添加重置密码相关提示信息,优化重置密码模态框的实现,修复部分代码逻辑,确保用户体验流畅。新增获取用户密码更新时间的API接口,并调整相关逻辑以支持密码重置功能。
* update
* fix
* fix
* Added environment variables NEXT_PUBLIC_PASSWORD_UPDATETIME to support password update time configuration, update related logic to implement password mandatory update function, and optimize the implementation of reset password modal box to improve user experience.
* update index
* 更新用户密码重置功能,调整相关API接口,优化重置密码模态框的实现,确保用户体验流畅。修复部分代码逻辑,更新国际化提示信息。
* 删除获取用户密码更新时间的API接口,并在布局组件中移除不必要的重置密码模态框。优化代码结构,提升可维护性。
* update
* perf: reset expired password code
* perf: layout child components
* doc
* remove invalid env
* perf: update password code
---------
Co-authored-by: dreamer6680 <1468683855@qq.com>
|
2025-05-08 12:11:08 +08:00 |
|
Archer
|
96e7dd581e
|
fix: json schema parse error;fix: retraining image reset (#4757)
* i18n
* fix: json schema parse error
* fix: retraining image reset
* update doc
|
2025-05-07 15:38:03 +08:00 |
|
Archer
|
a6fbfac96f
|
Yuque dataset baseurl (#4742)
* Yuque dataset baseurl (#4512)
* feat: 增加API数据集功能和国际化支持
* 在apiDataset.d.ts中添加uuid、slug、parent_uuid和children字段
* 更新英文、简体中文和繁体中文的dataset.json文件,增加多条提示信息
* 在ApiDatasetForm组件中实现目录选择功能,支持获取Yuque路径
* 新增BaseUrlSelector组件,用于选择根目录
* 实现getpath API,支持根据Yuque服务器获取路径
* 更新相关API调用,确保兼容性和功能完整性
* feat: 更新Yuque服务器的baseUrl处理逻辑
* 在apiDataset.d.ts中将YuqueServer的baseUrl属性改为必填
* 更新ApiDatasetForm组件,调整baseUrl的状态管理和路径加载逻辑
* 新增getcatalog API以支持获取数据集目录
* 修改相关API调用,确保baseUrl的正确传递和使用
* 优化路径返回值为中文“根目录”
* feat: 更新数据集API调用逻辑
* 将getFeishuAndYuqueDatasetFileList替换为getProApiDatasetFileListRequest,统一API调用方式
* 更新相关文件以确保新API的正确使用
* 优化代码结构,提高可读性和维护性
* 清理代码:移除ApiDatasetForm、BaseUrlSelector和相关API中的调试日志
* 删除不必要的console.log语句,提升代码整洁性
* 确保API逻辑的清晰性,避免冗余输出
* 更新数据集相关类型和API逻辑
- 在apiDataset.d.ts中添加ApiDatasetDetailResponse类型,移除不必要的字段。
- 在proApi.ts中新增DETAIL操作类型及相关参数类型。
- 修改ApiDatasetForm.tsx以支持新的API调用逻辑,统一路径获取方式。
- 更新BaseUrlSelector组件,简化目录选择逻辑。
- 优化getpath.ts和getcatalog.ts中的路径处理逻辑,确保API调用的一致性和正确性。
- 清理不必要的代码和注释,提高代码可读性。
* 清理ApiDatasetForm组件中的调试日志,移除console.log语句以提升代码整洁性和可读性。
* fix
* updata apidatasetform
* remove console
* updata
* updata
* updata editapiservermodal
* updata i18n
* add type
* update getpath
* add type
* perf: yuque dataset baseurl
* perf: remove rerank records
* fix: ts
---------
Co-authored-by: dreamer6680 <1468683855@qq.com>
|
2025-05-05 18:37:14 +08:00 |
|
Archer
|
864eff47c7
|
perf: i18n (#4740)
* feat: login limit time config
* doc
* perf: code
* i18n update
* update lock
* fix: ts
* update package
|
2025-05-05 16:16:59 +08:00 |
|
Archer
|
fdd4e9edbd
|
Test parse cite and add tool call parallel (#4737)
* add quote response filter (#4727)
* chatting
* add quote response filter
* add test
* remove comment
* perf: cite hidden
* perf: format llm response
* feat: comment
* update default chunk size
* update default chunk size
---------
Co-authored-by: heheer <heheer@sealos.io>
|
2025-04-30 17:43:50 +08:00 |
|
Archer
|
5023da4489
|
Feat: Quote auth (#4715)
* fix outlink quote number auth (#4705)
* perf: quote auth
* feat: qwen3 config
---------
Co-authored-by: heheer <heheer@sealos.io>
|
2025-04-29 12:05:04 +08:00 |
|
Archer
|
d2a32c363d
|
perf: chat log list (#4704)
* perf: chat log list
* remove log
|
2025-04-28 18:19:15 +08:00 |
|
Archer
|
d91b2ae303
|
update 4.9.7 doc (#4693)
* update 4.9.7 doc
* doc
|
2025-04-28 12:21:21 +08:00 |
|