1. 20 May, 2025 7 commits
  2. 18 May, 2025 1 commit
  3. 17 May, 2025 2 commits
    • Test apidataset (#4830) · 2d2d0fff
      * Dataset (#4822)
      
      * apidataset support to basepath
      
      * Resolve the error of the Feishu Knowledge Base modification configuration page not supporting baseurl bug.
      
      * apibasepath
      
      * add
      
      * perf: api dataset
      
      ---------
      
      Co-authored-by: dreamer6680 <1468683855@qq.com>
      Archer committed
    • offiaccount welcome text (#4827) · c6e0b5a1
      * offiaccount welcome text
      
      * fix
      
      * Update Image.tsx
      
      ---------
      
      Co-authored-by: Archer <545436317@qq.com>
      heheer committed
  4. 16 May, 2025 3 commits
  5. 15 May, 2025 2 commits
  6. 14 May, 2025 3 commits
  7. 13 May, 2025 8 commits
  8. 12 May, 2025 8 commits
  9. 08 May, 2025 4 commits
    • feat: system config type;fix: retraining permission (#4772) · 657fa322
      * feat: system config type
      
      * fix: retraining permission
      Archer committed
    • Feat: prelogin (#4773) · 12d6948b
      * add prelogin api (#4762)
      
      * add prelogin api
      
      * move type.d.ts
      
      * perf: prelogin code
      
      * doc
      
      * fix: ts
      
      ---------
      
      Co-authored-by: dreamer6680 <1468683855@qq.com>
      Archer committed
    • perf: replace cite;perf: app card ui (#4768) · 83d54d04
      * perf: replace cite
      
      * perf: app card ui
      
      * fix: test
      Archer committed
    • Password security policy (#4765) · c75f1547
      * 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>
      Archer committed
  10. 07 May, 2025 1 commit
  11. 06 May, 2025 1 commit
    • feat: update ESLint config with @typescript-eslint/consistent-type-imports (#4746) · 2d3117c5
      * update: Add type
      
      * fix: update import statement for NextApiRequest type
      
      * fix: update imports to use type for LexicalEditor and EditorState
      
      * Refactor imports to use 'import type' for type-only imports across multiple files
      
      - Updated imports in various components and API files to use 'import type' for better clarity and to optimize TypeScript's type checking.
      - Ensured consistent usage of type imports in files related to chat, dataset, workflow, and user management.
      - Improved code readability and maintainability by distinguishing between value and type imports.
      
      * refactor: remove old ESLint configuration and add new rules
      
      - Deleted the old ESLint configuration file from the app project.
      - Added a new ESLint configuration file with updated rules and settings.
      - Changed imports to use type-only imports in various files for better clarity and performance.
      - Updated TypeScript configuration to remove unnecessary options.
      - Added an ESLint ignore file to exclude build and dependency directories from linting.
      
      * fix: update imports to use 'import type' for type-only imports in schema files
      Theresa committed