shaohuzhang1
|
df9245a5a4
|
feat: Access num reset job (#3614)
|
2025-07-15 18:35:00 +08:00 |
|
wxg0103
|
5c1f105cab
|
feat: update resource management permissions and localization strings
|
2025-07-15 18:22:42 +08:00 |
|
wxg0103
|
89dcac64e6
|
feat: add is_show parameter to Permission class to control frontend visibility
|
2025-07-15 18:05:38 +08:00 |
|
shaohuzhang1
|
dd2fbb5c98
|
fix: Scheduled file scheduled deletion (#3613)
|
2025-07-15 18:02:25 +08:00 |
|
CaptainB
|
816825d5de
|
fix: remove unnecessary db_index from content field in models
--bug=1058812 --user=刘瑞斌 【知识库】多选问题批量关联分段,向量数据没有关联,导致向量检索结果为空 https://www.tapd.cn/62980211/s/1732046
|
2025-07-15 17:48:21 +08:00 |
|
shaohuzhang1
|
158bd2f43b
|
fix: rsa_key cache setting (#3610)
|
2025-07-15 17:21:18 +08:00 |
|
shaohuzhang1
|
28b97cd2dd
|
fix: Access can only be granted after OpenAPI authentication (#3601)
|
2025-07-15 14:51:50 +08:00 |
|
shaohuzhang1
|
c2f52d0759
|
fix: Access can only be granted after OpenAPI authentication (#3599)
|
2025-07-15 13:49:33 +08:00 |
|
CaptainB
|
26df300105
|
chore: remove diskcache2 dependency from pyproject.toml
|
2025-07-15 12:56:02 +08:00 |
|
wxg0103
|
243745dc07
|
feat: update email templates and translations for improved clarity and consistency
|
2025-07-15 11:42:36 +08:00 |
|
shaohuzhang1
|
3cc272c5e0
|
fix: chat user (#3591)
|
2025-07-14 19:27:31 +08:00 |
|
wxg0103
|
1ebfc5882d
|
refactor: reorganize permission constants for document operations
|
2025-07-14 16:34:26 +08:00 |
|
wxg0103
|
ea199e23f1
|
refactor: reorganize permission constants for MODEL and TOOL to remove duplicates
|
2025-07-14 16:29:38 +08:00 |
|
wxg0103
|
b53034727f
|
fix: update permission operate type from READ to DOWNLOAD for document access
|
2025-07-14 16:17:29 +08:00 |
|
CaptainB
|
77af823879
|
refactor: replace FileLock with utility functions for locking mechanism
|
2025-07-14 15:49:09 +08:00 |
|
CaptainB
|
ea56fd6212
|
feat: add db_index to various fields for improved query performance
|
2025-07-14 11:54:19 +08:00 |
|
shaohuzhang1
|
34842e4ae4
|
feat: application chat api (#3574)
|
2025-07-12 17:54:37 +08:00 |
|
wxg0103
|
224fe26f28
|
feat: add DocHeadersMiddleware to handle document access and redirect unauthorized users
|
2025-07-12 11:41:50 +08:00 |
|
shaohuzhang1
|
592ae54e82
|
fix: Application import (#3566)
|
2025-07-11 21:45:08 +08:00 |
|
wxg0103
|
d781797555
|
refactor: remove encryption from sensitive fields in auth_config_serializer and related modules
|
2025-07-11 19:47:32 +08:00 |
|
wxg0103
|
28e89ca6ec
|
refactor: replace encryption function with new encrypt method for sensitive data handling
|
2025-07-11 19:43:53 +08:00 |
|
shaohuzhang1
|
570bcfbaf2
|
fix: Crossing does not take effect (#3561)
|
2025-07-11 17:37:54 +08:00 |
|
wxg0103
|
02afb6a0bc
|
refactor: update API KEY translations and improve formatting in permission constants
|
2025-07-11 17:24:38 +08:00 |
|
shaohuzhang1
|
210e09681f
|
feat: Apikey call supports cross domain and application whitelist (#3556)
|
2025-07-11 11:15:21 +08:00 |
|
shaohuzhang1
|
c370e99304
|
feat: Support openai dialogue (#3551)
|
2025-07-10 19:16:47 +08:00 |
|
CaptainB
|
4c9756839a
|
chore: normalize with_filter parameter to boolean in split handle files
sync2gitee / repo-sync (push) Waiting to run
--bug=1057879 --user=刘瑞斌 【知识库】高级分段中自动清洗功能未生效 https://www.tapd.cn/62980211/s/1727744
|
2025-07-10 15:06:19 +08:00 |
|
wxg0103
|
fe78de5d3c
|
feat: add email templates for verification codes in English, Chinese, and Traditional Chinese
|
2025-07-10 15:02:10 +08:00 |
|
shaohuzhang1
|
9d2fd05604
|
fix: Token auth (#3543)
|
2025-07-10 12:07:33 +08:00 |
|
shaohuzhang1
|
3450ef78a4
|
fix: Application import and export (#3538)
|
2025-07-09 21:34:41 +08:00 |
|
wxg0103
|
0316afa299
|
refactor: enhance HTML tag removal in text processing to exclude audio, video, and image tags
|
2025-07-09 20:34:47 +08:00 |
|
liqiang-fit2cloud
|
a43bde9a01
|
fix: remove PATH env.
|
2025-07-09 18:11:36 +08:00 |
|
zhangzhanwei
|
5d8e64cbb2
|
fix: Chat user permission of common user
|
2025-07-09 17:42:56 +08:00 |
|
CaptainB
|
e0118f1ce9
|
chore: remove redundant pickle import in tool_code.py
|
2025-07-09 15:01:19 +08:00 |
|
CaptainB
|
dc04d46518
|
refactor: replace diskcache with pickle for result handling and organize sandbox directories
|
2025-07-09 14:14:23 +08:00 |
|
CaptainB
|
4da75ac3e0
|
refactor: replace FunctionExecutor with ToolExecutor in base_tool_lib_node and base_tool_node
|
2025-07-09 12:48:19 +08:00 |
|
shaohuzhang1
|
7ff65aef76
|
fix: Application import and export (#3525)
|
2025-07-09 12:35:49 +08:00 |
|
liqiang-fit2cloud
|
217e3ce58d
|
fix: wrong group.
|
2025-07-09 11:43:38 +08:00 |
|
shaohuzhang1
|
f627daf231
|
fix: Password authentication (#3507)
|
2025-07-08 15:49:55 +08:00 |
|
shaohuzhang1
|
90abe70e2e
|
fix: Resource authorization dirty data (#3506)
sync2gitee / repo-sync (push) Waiting to run
|
2025-07-08 13:44:08 +08:00 |
|
zhangzhanwei
|
1f1d4721eb
|
fix: Tool permission of two common user role
|
2025-07-08 10:40:54 +08:00 |
|
liqiang-fit2cloud
|
8ee575b32e
|
refactor: disable access log.
|
2025-07-07 15:04:35 +08:00 |
|
CaptainB
|
cb40d62162
|
refactor: allow loading of truncated images and increase max pixel limit in common_handle.py
--bug=1057749 --user=刘瑞斌 【知识库】qa问答对文档中带图片,导入后图片未显示 https://www.tapd.cn/62980211/s/1723700
|
2025-07-04 15:53:37 +08:00 |
|
liqiang-fit2cloud
|
8842319805
|
fix: fix sandbox_path.
|
2025-07-04 14:53:01 +08:00 |
|
wxg0103
|
9d1549fc76
|
feat: add application resource API with pagination and filtering
|
2025-07-03 18:26:31 +08:00 |
|
zhangzhanwei
|
97269d5445
|
fix: System common user permission by role
|
2025-07-03 18:21:57 +08:00 |
|
shaohuzhang1
|
c2256a5305
|
fix: Community user permissions (#3465)
|
2025-07-03 15:30:28 +08:00 |
|
CaptainB
|
aa901c7fc7
|
fix: update file URL paths to use relative references
|
2025-07-02 22:45:11 +08:00 |
|
shaohuzhang1
|
191e62f96d
|
fix: role user permission (#3453)
|
2025-07-02 14:58:02 +08:00 |
|
shaohuzhang1
|
e8418f6f5c
|
fix: role user permission (#3452)
|
2025-07-02 14:26:57 +08:00 |
|
zhangzhanwei
|
8b40762218
|
fix: Application permission
|
2025-07-02 14:19:11 +08:00 |
|