Archer
e06d72e86e
4.8.12 test ( #3006 )
...
* perf: oneapi error tip
* fix: qps limit condition error
* perf: Plan tip
* fix: permission modal ui
* perf: dataset slider ui
* perf: api key auth tmbId problem
* perf: dataset upload i18n
* fix: http json path check
2024-10-28 22:47:45 +08:00
Archer
f89452acdd
Group role ( #2993 )
...
* feat: app/dataset support group (#2898 )
* pref: member-group (#2862 )
* feat: group list ordered by updateTime
* fix: transfer ownership of group when deleting member
* fix: i18n fix
* feat: can not set member as admin/owner when user is not active
* fix: GroupInfoModal hover input do not change color
* fix(fe): searchinput do not scroll
* feat: app collaborator with group, remove default permission
* feat: dataset collaborator with group, remove default permission
* chore(test): pref mock
* chore: remove useless code
* chore: adjust
* fix: add self as collaborator when creating folder
* fix(fe): folder manage menu do not show when user has write permission
only
* fix: dataset folder create
* feat: Add code comment
* Pref: app move (#2952 )
* perf: app schema
* doc
---------
Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com >
2024-10-25 19:39:11 +08:00
Archer
9eb02b7e38
feat: plan index;flat i18n and add variable value type ( #2762 )
...
* feat: plan index
* flat i18n and add variable value type
* fix: ts
* perf: free plan tip
2024-09-20 17:36:33 +08:00
Archer
c614f8b9ca
Perf: i18n change and captcha code. ( #2625 )
...
* perf: send captcha check
* perf: back router
* perf: i18n init
* perf: ui
* i18n
* perf: ui duration
2024-09-05 23:01:12 +08:00
papapatrick
dfcffc7fc1
I18n: Completed i18n&&proofread some translations ( #2619 )
...
* i18n-1
* i18n: Completed the remaining parts of i18n and proofread some translations
* i18n: add default lang&&add app template i18n
2024-09-05 17:29:36 +08:00
Archer
b3acd570f7
4.8.10 test ( #2470 )
...
* i18n
* perf: invoice type
* fix: helper line change error
* perf: base64 image
* perf: app list ui
* perf: upload max size check
* perf: init system plugin
* perf: dataset list ui
* perf: http node ui
* perf: ui
* perf: invoice tip
* fix: ts
* perf: invoice table
* perf: null check
2024-08-22 13:43:19 +08:00
Archer
fe71efbbd2
Collection tag ( #2266 )
...
* feat: collection metadata filter (#2211 )
* feat: add dataset collection tags (#2231 )
* dataset page
* workflow page
* move
* fix
* add plus filter
* fix
* fix
* fix
* perf: collection tag code
* fix: collection tags (#2249 )
* fix
* fix
* fix tags of dataset page
* fix tags of workflow page
* doc
* add comments
* fix: collection tags (#2264 )
* fix: metadata filter
* feat: search filter
---------
Co-authored-by: heheer <1239331448@qq.com >
Co-authored-by: heheer <heheer@sealos.io >
2024-08-05 12:08:46 +08:00
jingyang
991398b8d2
scripts: add delete-unused-keys ( #2115 )
...
* scripts: add delete-unused-keys
* update script
* fix keys
* fix ci
* update keys
* add i18n
* update
2024-07-22 15:03:35 +08:00
jingyang
57ff38e16f
feat: Optimize i18n keys and remove unused keys, supporting static files in I18nT ( #2092 )
...
* feat: packages web i18n
* delete file
* feat:i18n add i18nT
* handle keys
* delete unusedKeys
* fix build
* update dev.md
2024-07-19 16:28:07 +08:00
Archer
a9cdece341
4.8.6 merge ( #1943 )
...
* Dataset collection forbid (#1885 )
* perf: tool call support same id
* feat: collection forbid
* feat: collection forbid
* Inheritance Permission for apps (#1897 )
* feat: app schema define
chore: references of authapp
* feat: authApp method inheritance
* feat: create and update api
* feat: update
* feat: inheritance Permission controller for app.
* feat: abstract version of inheritPermission
* feat: ancestorId for apps
* chore: update app
* fix: inheritPermission abstract version
* feat: update folder defaultPermission
* feat: app update api
* chore: inheritance frontend
* chore: app list api
* feat: update defaultPermission in app deatil
* feat: backend api finished
* feat: app inheritance permission fe
* fix: app update defaultpermission causes collaborator miss
* fix: ts error
* chore: adjust the codes
* chore: i18n
chore: i18n
* chore: fe adjust and i18n
* chore: adjust the code
* feat: resume api;
chore: rewrite update api and inheritPermission methods
* chore: something
* chore: fe code adjusting
* feat: frontend adjusting
* chore: fe code adjusting
* chore: adjusting the code
* perf: fe loading
* format
* Inheritance fix (#1908 )
* fix: SlideCard
* fix: authapp did not return parent app for inheritance app
* fix: fe adjusting
* feat: fe adjusing
* perf: inherit per ux
* doc
* fix: ts errors (#1916 )
* perf: inherit permission
* fix: permission inherit
* Workflow type (#1938 )
* perf: workflow type
tmp workflow
perf: workflow type
feat: custom field config
* perf: dynamic input
* perf: node classify
* perf: node classify
* perf: node classify
* perf: node classify
* fix: workflow custom input
* feat: text editor and customFeedback move to basic nodes
* feat: community system plugin
* fix: ts
* feat: exprEval plugin
* perf: workflow type
* perf: plugin important
* fix: default templates
* perf: markdown hr css
* lock
* perf: fetch url
* perf: new plugin version
* fix: chat histories update
* fix: collection paths invalid
* perf: app card ui
---------
Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com >
2024-07-04 17:42:09 +08:00
WhiteBottle
d902d29c71
i18n: update Chinese (zh) localization strings ( #1827 )
...
* style: add a space between Chinese and alphanumeric characters
在中文和英文、数字之间添加空格,保持中文界面的字符串样式统一
Signed-off-by: WhiteBottle <whitebottle@qq.com >
* style: use fullwidth punctuation in Chinese localization
使用全角标点符号,同时增补/删去部分标点符号,保持中文界面的字符串样式统一
Signed-off-by: WhiteBottle <whitebottle@qq.com >
* fix: standardize spelling of proper nouns and terms and correct typos
规范部分专有名词、术语的拼写与用法,订正错别字
Signed-off-by: WhiteBottle <whitebottle@qq.com >
---------
Signed-off-by: WhiteBottle <whitebottle@qq.com >
2024-06-24 19:31:39 +08:00
Archer
5cc01b8509
4.8.5 test ( #1805 )
...
* perf: revert tip
* feat: create copy app
* perf: file stream read
* perf: read directory over 100 files
* perf: index
* fix: team chat api error
* lock
* fix: i18n file
2024-06-21 10:09:00 +08:00