Commit Graph

3350 Commits

Author SHA1 Message Date
wxg0103 435491d9e6 refactor: improve encryption process for login form data
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-10-22 16:42:19 +08:00
wangdan-fit2cloud 0960d19e25 fix: Vision Model i18n
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-10-15 10:37:23 +08:00
wangdan-fit2cloud a7839f7043 fix: i18n
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-10-14 16:58:24 +08:00
wxg0103 fca42666a3 refactor: streamline loading state handling and update login endpoint case 2025-10-14 16:52:27 +08:00
CaptainB dea6702cca fix: increase axios request timeout to 30 minutes
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-09-26 20:12:36 +08:00
shaohuzhang1 b9dcfaff92
fix: Application log permission error (#4087)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-09-23 14:53:39 +08:00
shaohuzhang1 2c697e8364
fix: Incomplete file upload resulted in Exception: 'file_id' error when answering (#4078)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-09-22 17:24:53 +08:00
shaohuzhang1 d2c7167623
fix: In the floating window embedding, the user in the conversation is displayed as a tourist #4019 (#4075) 2025-09-22 16:00:25 +08:00
shaohuzhang1 c9634f9950
fix: Judgment execution logic (#4072) 2025-09-22 15:06:04 +08:00
wxg0103 c88d90b2f5 refactor: remove unused 'status' field from API response schema 2025-09-22 14:39:14 +08:00
wxg0103 d405b06016 feat: implement RSA encryption for login data and add LDAP login support 2025-09-22 14:35:02 +08:00
wangdan-fit2cloud a5595bd840 fix: Modify the font color of the thinking process on the Q&A page. 2025-09-22 14:25:48 +08:00
shaohuzhang1 d9d7264542
fix: Modify document authentication method (#4006)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-09-09 11:29:41 +08:00
shaohuzhang1 b3cc8e24c6
fix: Unauthorized query of application dialogue logs (#4004) 2025-09-09 11:01:29 +08:00
wangdan-fit2cloud f1d7079605 fix: Fix form node drag-and-drop issues
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-08-28 17:31:16 +08:00
shaohuzhang1 a0dc4c0648
fix: Return the link to the connection pool after the node execution is completed (#3919)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-08-22 17:44:10 +08:00
shaohuzhang1 4c878b011a feat: Add connection pool connection check parameters (#3905)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-08-21 13:40:06 +08:00
wxg0103 f79ae01a92 feat: expand permissions for application access token in chat views 2025-08-21 13:40:06 +08:00
shaohuzhang1 749c66fc35 fix: Internationalization Error (#3900) 2025-08-21 13:40:06 +08:00
shaohuzhang1 ff202361d5 fix: Internationalization Error (#3899) 2025-08-21 13:40:06 +08:00
shaohuzhang1 959187b5d2
fix: Some web pages are unable to be crawled (#3897) 2025-08-20 16:15:59 +08:00
CaptainB 76c0b66152 fix: update parameter name in drop_dataset_index call for clarity 2025-08-20 15:42:43 +08:00
shaohuzhang1 65dd3637ee
fix: Please parse the image content. This needs to be optimized to remove the automatically occurring problems. #3837 (#3895) 2025-08-20 14:54:20 +08:00
shaohuzhang1 141de353ea
fix: AI dialogue node calls MCP, AI's reply content is included in the code block of MCP call result, markdown parsing error #3846 (#3894) 2025-08-20 13:48:30 +08:00
shaohuzhang1 c74352046b
fix: The website knowledge base lacks comprehensive methods for determining files and folders, resulting in ineffective access to links within the final document #2935 (#3893) 2025-08-20 11:36:38 +08:00
CaptainB e910217850 fix: remove unnecessary tobytes() calls for file byte retrieval
--bug=1060633 --user=刘瑞斌 【应用】图片理解节点解析图片报错 https://www.tapd.cn/57709429/s/1758154
2025-08-20 11:17:55 +08:00
shaohuzhang1 79e4b902c1
fix: Fix form style issues (#3892)
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-08-20 11:08:01 +08:00
shaohuzhang1 cd81992803
fix: Advanced Layout Canvas Editing - Special Editing Method will connect the exit of the current node to the exit of subsequent nodes when adding them (#3891) 2025-08-20 10:57:19 +08:00
CaptainB 655ca53419 fix: refactor collation refresh and reindex logic to improve error handling and connection management
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-08-19 15:49:22 +08:00
shaohuzhang1 a3b14cb562
fix: The issue of prologue in the conversation log (#3880)
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-08-19 14:54:05 +08:00
CaptainB b976273876 fix: update API request handling to use request body schema instead of query parameters 2025-08-19 14:40:27 +08:00
CaptainB 886c45fb1d fix: update Dockerfile to use Python 3.11 and PostgreSQL 15.14 images 2025-08-19 14:06:48 +08:00
CaptainB 87eb5c3789 fix: update Docker images to use latest versions and adjust permissions 2025-08-19 14:05:12 +08:00
CaptainB 0e1ae663b1 fix: add migration to refresh collation and reindex database 2025-08-19 13:55:10 +08:00
CaptainB a10991ad6d fix: update pypdf version to 6.0.0 2025-08-19 12:40:05 +08:00
CaptainB 6f69c8beb8 fix: add existence check for ProblemParagraphMapping association
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-08-18 17:11:53 +08:00
shaohuzhang1 98b58e7fda
fix: Form collection, multiple dragging and dropping of parameters failed(#3745)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-08-18 16:01:16 +08:00
CaptainB 4c7cd248f8 fix: update base images to use bookworm variant 2025-08-18 15:31:04 +08:00
shaohuzhang1 ae75df098f
perf: Segmented search function in the knowledge base, clearing search content when switching search keywords(#3867) (#3872)
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-08-18 15:12:32 +08:00
CaptainB 979a0d8f41 fix: update checkout reference to v1 in build-and-push workflow 2025-08-18 15:08:42 +08:00
CaptainB 3aa8054055 fix: update PostgreSQL version in Dockerfile 2025-08-18 14:56:55 +08:00
shaohuzhang1 67ec325dd6
perf: Upgrade markdown editor version(#3322)
* perf: Optimize login loading issues

* perf: Upgrade markdown editor version(#3322)

---------

Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-08-18 11:28:49 +08:00
shaohuzhang1 3d6bcb99d0
fix: Upgrading psycopg (#3869) 2025-08-18 10:39:21 +08:00
wxg0103 8031b0a2fa refactor: simplify success message handling in dataset update process
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-08-06 17:25:10 +08:00
CaptainB 9d4679a835 fix: improve charset detection in HTML parsing
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-07-31 13:35:11 +08:00
CaptainB 37100281ee fix: improve speech synthesis handling in ChatOperationButton
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
--bug=1059740 --user=刘瑞斌 【github#3769】应用开启浏览器语音播放,在问答界面,暂停播放后,无法再次开启播放 https://www.tapd.cn/57709429/s/1744903
2025-07-30 11:15:41 +08:00
CaptainB 2ff63d930b feat: add dataset index creation and deletion functions
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-07-25 11:45:55 +08:00
shaohuzhang1 0651f3d68c
fix: Voice to text, text to voice form cannot obtain data after collecting nodes (#3742)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-07-25 11:44:51 +08:00
shaohuzhang1 ceea85e2d8
fix: MCP calls node, workflow error after form recall (#3738)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-07-25 10:34:51 +08:00
wangdan-fit2cloud 5f50059443 fix: Adjust application‘s similarity text
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-07-24 10:33:34 +08:00