Commit Graph

4523 Commits

Author SHA1 Message Date
shaohuzhang1 fdc9f9eb0b
fix: The conversation user is not authorized to use (#3583) 2025-07-14 17:11:54 +08:00
CaptainB 3f1c3bc68f fix: wrap model_change logic in nextTick for improved reactivity
--bug=1058686 --user=刘瑞斌 【应用编排】在图片生成节点切换模型,会带上一个模型的参数 https://www.tapd.cn/62980211/s/1730547
2025-07-14 17:04:17 +08:00
zhangzhanwei df9b7f208b feat: Simple application execution details 2025-07-14 16:57:09 +08:00
teukkk 097cabbd04 style: collapse button for chatHistoryDrawer 2025-07-14 16:36:20 +08:00
wxg0103 1ebfc5882d refactor: reorganize permission constants for document operations 2025-07-14 16:34:26 +08:00
wxg0103 58c617691b fix: increase width of module column in permission configuration table 2025-07-14 16:34:04 +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
shaohuzhang1 074375478d
fix: The conversation user is not authorized to use (#3581) 2025-07-14 16:13:53 +08:00
wangdan-fit2cloud 958924e488 fix: execution details 2025-07-14 16:11:52 +08:00
CaptainB 48959a1e77 feat: add optional folder_id to tool import functionality 2025-07-14 16:06:26 +08:00
teukkk 117f882521 feat: paragraph movePosition 2025-07-14 15:54:15 +08:00
CaptainB 77af823879 refactor: replace FileLock with utility functions for locking mechanism 2025-07-14 15:49:09 +08:00
wxg0103 921b9e0d7e style: format code for improved readability and consistency 2025-07-14 15:33:08 +08:00
wxg0103 65d2045751 refactor: enhance role_setting validation in user role assignment logic 2025-07-14 14:39:21 +08:00
wangdan-fit2cloud f554205f87 fix: expired tip 2025-07-14 14:34:54 +08:00
shaohuzhang1 b299ef0c53
fix: Page optimization when the application is unavailable (#3580) 2025-07-14 14:09:31 +08:00
CaptainB ea56fd6212 feat: add db_index to various fields for improved query performance 2025-07-14 11:54:19 +08:00
shaohuzhang1 07b19fe90e
fix: Chat ui prefix (#3579) 2025-07-14 11:07:53 +08:00
wxg0103 92fba08185 fix: handle potential None values for user in model serialization 2025-07-14 11:07:10 +08:00
wxg0103 bb4ad680fc feat: enhance password regex for improved security and clarity 2025-07-14 10:59:32 +08:00
zhangzhanwei 86da8918f5 fix: Locales 2025-07-14 10:53:49 +08:00
CaptainB 1ac7fc4669 refactor: Update user foreign key constraints and add new fields across multiple models
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-07-14 10:52:08 +08:00
wxg0103 f0357e5944 feat: enhance user role management by passing user_id to relevant methods 2025-07-14 10:49:47 +08:00
wangdan-fit2cloud e618b37309 fix: tip 2025-07-14 10:10:20 +08:00
wxg0103 368c175f62 feat: implement fromNowDate function for time difference calculation
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-07-13 15:30:11 +08:00
zhangzhanwei 1a792dd2e7 feat: Locales
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-07-12 21:03:30 +08:00
shaohuzhang1 34842e4ae4
feat: application chat api (#3574) 2025-07-12 17:54:37 +08:00
zhangzhanwei 4ffd80f184 fix: Resource chat user of common user 2025-07-12 17:45:10 +08:00
zhangzhanwei 07ee09c50f fix: Imported tool create
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-07-12 16:30:51 +08:00
wangdan-fit2cloud be4f0ffb6b perf: pdf 2025-07-12 15:01:52 +08:00
wangdan-fit2cloud 34e84602ff fix: embed height 2025-07-12 14:33:32 +08:00
wangdan-fit2cloud a3ae33bf7c fix: change workspace 2025-07-12 13:22:23 +08:00
wxg0103 3d36c3fa2d feat: add DocHeadersMiddleware to middleware list for document access handling 2025-07-12 11:44:05 +08:00
wxg0103 224fe26f28 feat: add DocHeadersMiddleware to handle document access and redirect unauthorized users 2025-07-12 11:41:50 +08:00
wxg0103 178064f42c refactor: improve workspace ID handling by adding check for current workspace permissions 2025-07-12 11:27:42 +08:00
CaptainB 58db4ed901 fix: update audio playback status to PLAY_INT when resuming speech synthesis
--bug=1058601 --user=刘瑞斌 【应用】浏览器播放-点击暂停&继续播放-连续两次相同操作-第二次未继续播放,而是重新播放了 https://www.tapd.cn/62980211/s/1729699
2025-07-12 11:07:19 +08:00
CaptainB 41ad2eeef2 fix: ensure ttsModelChange executes after DOM updates using nextTick
--bug=1058556 --user=刘瑞斌 【应用】基本信息节点开启语音播放,调试模式下切换模型,点击保存提问后使用语音播放失败 https://www.tapd.cn/62980211/s/1729683
2025-07-12 10:48:01 +08:00
wxg0103 2d734d0aaa refactor: enhance chat record processing and update translations for user-related fields 2025-07-12 10:30:47 +08:00
wxg0103 1374ed4171 refactor: update chat record processing to include chat count updates 2025-07-12 09:50:57 +08:00
wxg0103 a0e2403e77 refactor: clean up formatting and whitespace in chat-log.ts and EditMarkDialog.vue 2025-07-12 09:50:20 +08:00
shaohuzhang1 4c9d024b67
fix: After entering the password for the public access link, the parameters carried by the URL address are missing (#3570)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-07-11 22:36:43 +08:00
shaohuzhang1 827c06c03f
fix: Clicking on the web Q&A of the knowledge source did not redirect to the corresponding link (#3569) 2025-07-11 22:25:05 +08:00
shaohuzhang1 1a2a02b808
fix: Importing an application that references tools from the tool store will create tools from the tool store in the new workspace (#3568) 2025-07-11 22:13:54 +08:00
shaohuzhang1 d8c35fffd7
fix: The limit on the number of conversations in the application is invalid (#3567) 2025-07-11 22:02:42 +08:00
shaohuzhang1 592ae54e82
fix: Application import (#3566) 2025-07-11 21:45:08 +08:00
wangdan-fit2cloud 109e8507f1 fix: build error 2025-07-11 21:11:20 +08:00
wxg0103 0f4ebc5981 refactor: update roleTypeMap type definition for improved clarity 2025-07-11 20:45:23 +08:00
wxg0103 2bda87b5a7 refactor: clean up formatting and whitespace in index.vue 2025-07-11 20:01:35 +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