Archer
|
88bd3aaa9e
|
perf: backup import (#4866)
* i18n
* remove invalid code
* perf: backup import
* backup tip
* fix: indexsize invalid
|
2025-05-22 15:53:51 +08:00 |
|
dreamer6680
|
12acaf491c
|
change password rule (#4804)
* change password rule
* change password.tset.ts
|
2025-05-13 18:20:11 +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
|
0720bbe4da
|
V4.9.7 feature (#4669)
* update doc
* feat: Add coupon redemption feature for team subscriptions (#4595)
* feat: Add coupon redemption feature for team subscriptions
- Introduced `TeamCouponSub` and `TeamCouponSchema` types
- Added `redeemCoupon` API endpoint
- Updated UI to include a modal for coupon redemption
- Added new icon and translations for "Redeem coupon"
* perf: remove field teamId
* perf: use dynamic import
* refactor: move to page component
* perf: coupon code
* perf: mcp server
* perf: test
* auto layout (#4634)
* fix 4.9.6 (#4631)
* fix debug quote list
* delete next text node match
* fix extract default boolean value
* export latest 100 chat items
* fix quote item ui
* doc
* fix doc
* feat: auto layout
* perf: auto layout
* fix: auto layout null
* add start node
---------
Co-authored-by: heheer <heheer@sealos.io>
* fix: share link (#4644)
* Add workflow run duration;Get audio duration (#4645)
* add duration
* get audio duration
* Custom config path (#4649)
* feat: 通过环境变量DATA_PATH获取配置文件目录 (#4622)
通过环境变量DATA_PATH获取配置文件目录,以应对不同的部署方式的多样化需求
* feat: custom configjson path
* doc
---------
Co-authored-by: John Chen <sss1991@163.com>
* 程序api调用场景下,如果大量调用带有图片或视频,产生的聊天记录会导致后台mongo数据库异常。这个修改给api客户端一个禁止生成聊天记录的选项,避免这个后果。 (#3964)
* update special chatId
* perf: vector db rename
* update operationLog (#4647)
* update operationLog
* combine operationLogMap
* solve operationI18nLogMap bug
* remoce log
* feat: Rerank usage (#4654)
* refresh concat when update (#4655)
* fix: refresh code
* perf: timer lock
* Fix operationLog (#4657)
* perf: http streamable mcp
* add alipay (#4630)
* perf: subplan ui
* perf: pay code
* hiden bank tip
* Fix: pay error (#4665)
* fix quote number (#4666)
* remove log
---------
Co-authored-by: a.e. <49438478+I-Info@users.noreply.github.com>
Co-authored-by: heheer <heheer@sealos.io>
Co-authored-by: John Chen <sss1991@163.com>
Co-authored-by: gaord <bengao168@msn.com>
Co-authored-by: gggaaallleee <91131304+gggaaallleee@users.noreply.github.com>
|
2025-04-26 16:17:21 +08:00 |
|
gggaaallleee
|
cb29076e5b
|
Inform (#4307)
* add manager change memberName and update inform UI
* change icon and some inform ui
* change for comment
* fix for comment
|
2025-03-27 10:04:29 +08:00 |
|
Archer
|
10d8c56e23
|
V4.8.18 feature (#3565)
* feat: org CRUD (#3380)
* feat: add org schema
* feat: org manage UI
* feat: OrgInfoModal
* feat: org tree view
* feat: org management
* fix: init root org
* feat: org permission for app
* feat: org support for dataset
* fix: disable org role control
* styles: opt type signatures
* fix: remove unused permission
* feat: delete org collaborator
* perf: Team org ui (#3499)
* perf: org ui
* perf: org ui
* feat: org auth for app & dataset (#3498)
* feat: auth org resource permission
* feat: org auth support for app & dataset
* perf: org permission check (#3500)
* i18n (#3501)
* name
* i18n
* feat: support dataset changeOwner (#3483)
* feat: support dataset changeOwner
* chore: update dataset change owner api
* feat: permission manage UI for org (#3503)
* perf: password check;perf: image upload check;perf: sso login check (#3509)
* perf: password check
* perf: image upload check
* perf: sso login check
* force show update notification modal & fix login page text (#3512)
* fix login page English text
* update notification modal
* perf: notify account (#3515)
* perf(plugin): improve searXNG empty result handling and documentation (#3507)
* perf(plugin): improve searXNG empty result handling and documentation
* 修改了文档和代码部分无搜索的结果的反馈
* refactor: org pathId (#3516)
* optimize payment process (#3517)
* feat: support wecom sso (#3518)
* feat: support wecom sso
* chore: remove unused wecom js-sdk dependency
* fix qrcode script (#3520)
* fix qrcode script
* i18n
* perf: full text collection and search code;perf: rename function (#3519)
* perf: full text collection and search code
* perf: rename function
* perf: notify modal
* remove invalid code
* perf: sso login
* perf: pay process
* 4.8.18 test (#3524)
* perf: remove local token
* perf: index
* perf: file encoding;perf: leave team code;@c121914yu perf: full text search code (#3528)
* perf: text encoding
* perf: leave team code
* perf: full text search code
* fix: http status
* perf: embedding search and vector avatar
* perf: async read file (#3531)
* refactor: team permission manager (#3535)
* perf: classify org, group and member
* refactor: team per manager
* fix: missing functions
* 4.8.18 test (#3543)
* perf: login check
* doc
* perf: llm model config
* perf: team clb config
* fix: MemberModal UI (#3553)
* fix: adapt MemberModal title and icon
* fix: adapt member modal
* fix: search input placeholder
* fix: add button text
* perf: org permission (#3556)
* docs:用户答疑的官方文档补充 (#3540)
* docs:用户答疑的官方文档补充
* 问题回答的内容修补
* share link random avatar (#3541)
* share link random avatar
* fix
* delete unused code
* share page avatar (#3558)
* feat: init 4818
* share page avatar
* feat: tmp upgrade code (#3559)
* feat: tmp upgrade code
* fulltext search test
* update action
* full text tmp code (#3561)
* full text tmp code
* fix: init
* fix: init
* remove tmp code
* remove tmp code
* 4818-alpha
* 4.8.18 test (#3562)
* full text tmp code
* fix: init
* upgrade code
* account log
* account log
* perf: dockerfile
* upgrade code
* chore: update docs app template submission (#3564)
---------
Co-authored-by: a.e. <49438478+I-Info@users.noreply.github.com>
Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com>
Co-authored-by: heheer <heheer@sealos.io>
Co-authored-by: Jiangween <145003935+Jiangween@users.noreply.github.com>
|
2025-01-11 15:15:38 +08:00 |
|
Archer
|
b520988c64
|
V4.8.17 feature (#3485)
* feat: add third party account config (#3443)
* temp
* editor workflow variable style
* add team to dispatch
* i18n
* delete console
* change openai account position
* fix
* fix
* fix
* fix
* fix
* 4.8.17 test (#3461)
* perf: external provider config
* perf: ui
* feat: add template config (#3434)
* change template position
* template config
* delete console
* delete
* fix
* fix
* perf: Mongo visutal field (#3464)
* remve invalid code
* perf: team member visutal code
* perf: virtual search; perf: search test data
* fix: ts
* fix: image response headers
* perf: template code
* perf: auth layout;perf: auto save (#3472)
* perf: auth layout
* perf: auto save
* perf: auto save
* fix: template guide display & http input support external variables (#3475)
* fix: template guide display
* http editor support external workflow variables
* perf: auto save;fix: ifelse checker line break; (#3478)
* perf: auto save
* perf: auto save
* fix: ifelse checker line break
* perf: doc
* perf: doc
* fix: update var type error
* 4.8.17 test (#3479)
* perf: auto save
* perf: auto save
* perf: template code
* 4.8.17 test (#3480)
* perf: auto save
* perf: auto save
* perf: model price model
* feat: add react memo
* perf: model provider filter
* fix: ts (#3481)
* perf: auto save
* perf: auto save
* fix: ts
* simple app tool select (#3473)
* workflow plugin userguide & simple tool ui
* simple tool filter
* reuse component
* change component to hook
* fix
* perf: too selector modal (#3484)
* perf: auto save
* perf: auto save
* perf: markdown render
* perf: too selector
* fix: app version require tmbId
* perf: templates refresh
* perf: templates refresh
* hide auto save error tip
* perf: toolkit guide
---------
Co-authored-by: heheer <heheer@sealos.io>
|
2024-12-27 20:05:12 +08:00 |
|
Archer
|
e6d53e3daa
|
4.8.16 test (#3442)
* perf: simple app save
* fix: notify config i18n
* perf: service side props render
* perf: model selector
* update doc
|
2024-12-20 18:58:40 +08:00 |
|
Archer
|
1aebe5f185
|
V4.8.15 feature (#3331)
* feat: add customize toolkit (#3205)
* chaoyang
* fix-auth
* add toolkit
* add order
* plugin usage
* fix
* delete console:
* Fix: Fix fullscreen preview top positioning and improve Markdown rendering logic (#3247)
* 完成任务:修复全屏预览顶部固定问题,优化 Markdown 渲染逻辑
* 有问题修改
* 问题再修改
* 修正问题
* fix: plugin standalone display issue (#3254)
* 4.8.15 test (#3246)
* o1 config
* perf: system plugin code
* 调整系统插件代码。增加html 渲染安全配置。 (#3258)
* perf: base64 picker
* perf: list app or dataset
* perf: plugin config code
* 小窗适配等问题 (#3257)
* 小窗适配等问题
* git问题
* 小窗剩余问题
* feat: system plugin auth and lock version (#3265)
* feat: system plugin auth and lock version
* update comment
* 4.8.15 test (#3267)
* tmp log
* perf: login direct
* perf: iframe html code
* remove log
* fix: plugin standalone display (#3277)
* refactor: 页面拆分&i18n拆分 (#3281)
* refactor: account组件拆成独立页面
* script: 新增i18n json文件创建脚本
* refactor: 页面i18n拆分
* i18n: add en&hant
* 4.8.15 test (#3285)
* tmp log
* remove log
* fix: watch avatar refresh
* perf: i18n code
* fix(plugin): use intro instead of userguide (#3290)
* Universal SSO (#3292)
* tmp log
* remove log
* feat: common oauth
* readme
* perf: sso provider
* remove sso code
* perf: refresh plugins
* feat: add api dataset (#3272)
* add api-dataset
* fix api-dataset
* fix api dataset
* fix ts
* perf: create collection code (#3301)
* tmp log
* remove log
* perf: i18n change
* update version doc
* feat: question guide from chatId
* perf: create collection code
* fix: request api
* fix: request api
* fix: tts auth and response type (#3303)
* perf: md splitter
* fix: tts auth and response type
* fix: api file dataset (#3307)
* perf: api dataset init (#3310)
* perf: collection schema
* perf: api dataset init
* refactor: 团队管理独立页面 (#3302)
* ui: 团队管理独立页面
* 代码优化
* fix
* perf: sync collection and ui check (#3314)
* perf: sync collection
* remove script
* perf: update api server
* perf: api dataset parent
* perf: team ui
* perf: team 18n
* update team ui
* perf: ui check
* perf: i18n
* fix: debug variables & cronjob & system plugin callback load (#3315)
* fix: debug variables & cronjob & system plugin callback load
* fix type
* fix
* fix
* fix: plugin dataset quote;perf: system variables init (#3316)
* fix: plugin dataset quote
* perf: system variables init
* perf: node templates ui;fix: dataset import ui (#3318)
* fix: dataset import ui
* perf: node templates ui
* perf: ui refresh
* feat:套餐改名和套餐跳转配置 (#3309)
* fixing:except Sidebar
* 去除了多余的代码
* 修正了套餐说明的代码
* 修正了误删除的show_git代码
* 修正了名字部分等代码
* 修正了问题,遗留了其他和ui讨论不一致的部分
* 4.8.15 test (#3319)
* remove log
* pref: bill ui
* pref: bill ui
* perf: log
* html渲染文档 (#3270)
* html渲染文档
* 文档有点小问题
* feat: doc (#3322)
* 集合重训练 (#3282)
* rebaser
* 一点补充
* 小问题
* 其他问题修正,删除集合保留文件的参数还没找到...
* reTraining
* delete uesless
* 删除了一行错误代码
* 集合重训练部分
* fixing
* 删除console代码
* feat: navbar item config (#3326)
* perf: custom navbar code;perf: retraining code;feat: api dataset and dataset api doc (#3329)
* feat: api dataset and dataset api doc
* perf: retraining code
* perf: custom navbar code
* fix: ts (#3330)
* fix: ts
* fix: ts
* retraining ui
* perf: api collection filter
* perf: retrining button
---------
Co-authored-by: heheer <heheer@sealos.io>
Co-authored-by: Jiangween <145003935+Jiangween@users.noreply.github.com>
Co-authored-by: papapatrick <109422393+Patrickill@users.noreply.github.com>
|
2024-12-06 10:56:53 +08:00 |
|