QuantumGhost
|
8129b04143
|
fix(web): enable JSON_OBJECT type support in console UI (#30412)
Co-authored-by: zhsama <torvalds@linux.do>
|
2025-12-31 13:38:16 +08:00 |
|
DevByteAI
|
1b8e80a722
|
fix: Ensure chat history refreshes when switching back to conversations (#30389)
|
2025-12-31 13:28:25 +08:00 |
|
dependabot[bot]
|
0421387672
|
chore(deps): bump qs from 6.14.0 to 6.14.1 in /web (#30409)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-31 11:59:39 +08:00 |
|
yyh
|
2aaaa4bd34
|
feat(web): migrate from es-toolkit/compat to native es-toolkit (#30244) (#30246)
|
2025-12-31 11:13:22 +08:00 |
|
quicksand
|
de53c78125
|
fix(web): template creation permission for app templates (#30367)
Co-authored-by: 非法操作 <hjlarry@163.com>
|
2025-12-31 10:11:25 +08:00 |
|
yyh
|
69589807fd
|
refactor: Replace direct process.env.NODE_ENV checks with IS_PROD and IS_DEV constants. (#30383)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
|
2025-12-31 08:32:55 +08:00 |
|
twwu
|
0c69466b0f
|
feat: add workflow resume functionality and enhance handling of HumanInput node in workflow events
|
2025-12-30 18:30:32 +08:00 |
|
Coding On Star
|
6ca44eea28
|
feat: integrate Google Analytics event tracking and update CSP for script sources (#30365)
Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
|
2025-12-30 18:06:47 +08:00 |
|
wangxiaolei
|
bf76f10653
|
fix: fix markdown escape issue (#30299)
|
2025-12-30 16:40:52 +08:00 |
|
twwu
|
44a688cb81
|
feat: implement edge source handle change functionality and enhance node interactions for HumanInput node
|
2025-12-30 16:05:33 +08:00 |
|
Stephen Zhou
|
1873b5a766
|
chore: remove useless __esModule (#30366)
|
2025-12-30 15:37:16 +08:00 |
|
yyh
|
9fbc7fa379
|
fix(i18n): load server namespaces by kebab-case (#30368)
|
2025-12-30 15:36:58 +08:00 |
|
Stephen Zhou
|
2399d00d86
|
refactor(i18n): about locales (#30336)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
|
2025-12-30 14:38:23 +08:00 |
|
Stephen Zhou
|
3505516e8e
|
fix: missing i18n translation for Trans (#30353)
|
2025-12-30 10:46:52 +08:00 |
|
twwu
|
0e2b59d661
|
fix: update placeholder handling in ContentItem and remove unused error messages from HumanInputNode
|
2025-12-30 10:45:59 +08:00 |
|
twwu
|
501c3bcc94
|
chore: add i18n namespace to various components in the workflow for consistency
|
2025-12-30 10:18:31 +08:00 |
|
twwu
|
bf6a2c22eb
|
Merge branch 'main' into feat/hitl-frontend
|
2025-12-30 09:34:30 +08:00 |
|
Sangyun Han
|
faef04cdf7
|
fix: update Korean translations for various components and improve cl… (#30347)
|
2025-12-30 09:27:53 +08:00 |
|
lif
|
5338cf85b1
|
fix: restore draft version correctly in version history panel (#30296)
Signed-off-by: majiayu000 <1835304752@qq.com>
|
2025-12-30 09:22:00 +08:00 |
|
yyh
|
673209d086
|
refactor(web): organize devtools components (#30318)
|
2025-12-30 09:21:41 +08:00 |
|
Coding On Star
|
43758ec85d
|
test: add some tests for marketplace (#30326)
Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
|
2025-12-30 09:21:19 +08:00 |
|
yyh
|
20944e7e1a
|
chore: i18n namespace refactor in package.json and add missing translations (#30324)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
|
2025-12-29 20:59:11 +08:00 |
|
twwu
|
8c0365c71e
|
Merge branch 'main' into feat/hitl-frontend
|
2025-12-29 18:36:35 +08:00 |
|
Joel
|
7a5d2728a1
|
chore: refactor config var and add tests (#30312)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
|
2025-12-29 18:07:18 +09:00 |
|
Coding On Star
|
9a6b4147bc
|
test: add comprehensive tests for plugin authentication components (#30094)
Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
|
2025-12-29 16:45:25 +08:00 |
|
Stephen Zhou
|
6d0e36479b
|
refactor(i18n): use JSON with flattened key and namespace (#30114)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-12-29 14:52:32 +08:00 |
|
yyh
|
09be869f58
|
refactor(web): drop swr and migrate share/chat hooks to tanstack query (#30232)
Co-authored-by: Joel <iamjoel007@gmail.com>
|
2025-12-29 14:04:01 +08:00 |
|
twwu
|
c0a4f3b715
|
refactor(human-input): reorganize hooks and improve structure for better maintainability
|
2025-12-29 13:57:34 +08:00 |
|
twwu
|
d308c34842
|
refactor(use-common): simplify current workspace query function by removing unnecessary body parameter
|
2025-12-29 13:37:33 +08:00 |
|
WTW0313
|
eca3e23af0
|
Merge branch 'main' into feat/hitl-frontend
|
2025-12-29 12:54:17 +08:00 |
|
yyh
|
3ae7788933
|
refactor(query-state): migrate query param state management to nuqs (#30184)
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-29 11:24:54 +08:00 |
|
yyh
|
446df6b50d
|
fix(web): rollback React Scan dynamic import (#30294)
|
2025-12-29 10:40:56 +08:00 |
|
twwu
|
c716c4ccbe
|
Merge branch 'main' into feat/hitl-frontend
|
2025-12-29 10:35:51 +08:00 |
|
lif
|
b71a0d3f04
|
fix(web): handle null/undefined message in log list (#30253)
Signed-off-by: majiayu000 <1835304752@qq.com>
|
2025-12-29 10:34:20 +08:00 |
|
wangxiaolei
|
8b38e3f79d
|
feat: document batch operation tool add re-index operation (#30275)
|
2025-12-29 10:03:15 +08:00 |
|
非法操作
|
44ab8a3376
|
fix: Workflow Start node optional enum parameter is treated as required (#30287)
|
2025-12-29 10:02:40 +08:00 |
|
QuantumGhost
|
32366774a1
|
chore(web): remove temporary workaround for CurrentWorkspace query
|
2025-12-29 09:55:29 +08:00 |
|
yyh
|
1e86535c4a
|
refactor(web): Migrate to Unified TanStack Devtools (#30279)
|
2025-12-29 09:43:44 +08:00 |
|
dependabot[bot]
|
6202c566e9
|
chore(deps): bump scheduler from 0.26.0 to 0.27.0 in /web (#30284)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-29 09:42:17 +08:00 |
|
wangxiaolei
|
bf56c2e9db
|
fix: fix custom tool content is not update (#30250)
|
2025-12-28 17:50:30 +08:00 |
|
Sara Rasool
|
b067ad2f0a
|
chore(web): remove unused dev-preview page (#30226)
Co-authored-by: Dev <dev@Devs-MacBook-Pro-4.local>
|
2025-12-28 03:01:57 +09:00 |
|
Wu Tianwei
|
b85564cae5
|
fix: remove unused CSS styles and fix HitTestingPage layout (#30235)
|
2025-12-28 03:00:30 +09:00 |
|
Shemol
|
c393d7a2dc
|
test(web): add unit tests for Avatar component (#30201)
|
2025-12-27 10:07:10 +08:00 |
|
twwu
|
f528f2eafc
|
refactor: streamline chat operation handling and enhance workflow event management
|
2025-12-26 16:39:17 +08:00 |
|
twwu
|
0994953728
|
refactor: enhance email delivery method handling and improve debug mode display in HumanInputContent
|
2025-12-26 15:43:20 +08:00 |
|
twwu
|
d80167d9ec
|
refactor: update UserActionItem component props and improve dependency management in useFormContent
|
2025-12-26 15:09:04 +08:00 |
|
twwu
|
2969a77b15
|
refactor: rename 'suspended' status to 'paused' across workflow components and update related styles
|
2025-12-26 14:50:47 +08:00 |
|
Joel
|
8d26e6ab28
|
chore: some tests for components (#30194)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-26 14:36:24 +08:00 |
|
twwu
|
062896cb9c
|
refactor: enhance Markdown component and update FormContentPreview props
|
2025-12-26 12:55:46 +08:00 |
|
twwu
|
5a1e6269d5
|
Merge branch 'main' into feat/hitl-frontend
|
2025-12-26 12:32:29 +08:00 |
|
wangxiaolei
|
fd64156f9d
|
feat: allow config NEXT_PUBLIC_BATCH_CONCURRENCY (#30086)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-12-26 10:49:10 +08:00 |
|
wangxiaolei
|
b892906d71
|
fix: fix metadata filter not survive a rename (#30174)
|
2025-12-26 10:40:30 +08:00 |
|
Pleasure1234
|
f08d847c20
|
fix: add transparent border to prevent button size flickering (#30128)
|
2025-12-25 19:50:21 +08:00 |
|
lif
|
44fc0c614c
|
fix(web): correct deleted tools matching to use provider_id instead of id (#30138)
Signed-off-by: majiayu000 <1835304752@qq.com>
|
2025-12-25 19:49:26 +08:00 |
|
Joel
|
0f3ffbee2c
|
chore: some test (#30148)
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
|
2025-12-25 19:45:27 +08:00 |
|
Stephen Zhou
|
08d5eee993
|
fix: load i18n on server (#30171)
|
2025-12-25 19:13:59 +08:00 |
|
Coding On Star
|
f2555b0bb1
|
feat(refactoring): introduce comprehensive guidelines and tools for component refactoring in Dify (#30162)
Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
|
2025-12-25 18:19:28 +08:00 |
|
twwu
|
e744d4de80
|
feat: replace timeout handling with expiration time in HumanInput form and add ExpirationTime component
|
2025-12-25 18:16:32 +08:00 |
|
Joel
|
c3bb95d71d
|
fix: update permission in member list caused page crash (#30164)
|
2025-12-25 17:26:21 +08:00 |
|
Maries
|
0c4233e7df
|
fix(web): disable cache for trigger dynamic select options (#30161)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-25 16:35:26 +08:00 |
|
JeeekXY
|
0f85ce3d0e
|
fix: prioritize copying selected text (#30141)
|
2025-12-25 16:22:42 +08:00 |
|
twwu
|
be0f493e61
|
feat: enhance HumanInput node by adding a Timeout action and restructuring user action rendering
|
2025-12-25 16:16:24 +08:00 |
|
-LAN-
|
f5fdd02022
|
chore: bump version to 1.11.2 (#30088)
|
2025-12-25 16:16:24 +08:00 |
|
twwu
|
b8d4f60782
|
feat: add HumanInput block support with output variable handling and integration
|
2025-12-25 15:51:19 +08:00 |
|
Joel
|
5549ab66ff
|
chore: some test (#30144)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-25 15:34:24 +08:00 |
|
twwu
|
8b65b689f7
|
feat: enhance human input panel with structured output and variable handling improvements
|
2025-12-25 14:53:19 +08:00 |
|
twwu
|
8b9846f52b
|
Merge branch 'main' into feat/hitl-frontend
|
2025-12-25 13:43:27 +08:00 |
|
zxhlyh
|
fb14644a79
|
fix: workflow past version data sync (#30139)
|
2025-12-25 11:53:33 +08:00 |
|
Shemol
|
e6e439f54c
|
feat(web): add unit tests for Badge component (#30096)
Signed-off-by: SherlockShemol <shemol@163.com>
|
2025-12-25 11:25:21 +08:00 |
|
twwu
|
1c4c1b5cb1
|
refactor: streamline HITL input components by consolidating props and enhancing variable handling
|
2025-12-25 10:50:20 +08:00 |
|
Shemol
|
29e7e822d7
|
test: Add comprehensive test suite for Chip component (#30119)
Signed-off-by: SherlockShemol <shemol@163.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-12-25 10:40:04 +08:00 |
|
yyh
|
3cbbb06dc4
|
chore(web): migrate lodash-es to es-toolkit compat (#30126)
|
2025-12-25 09:44:57 +08:00 |
|
Maries
|
02e0fadef7
|
feat: add editing support for trigger subscriptions (#29957)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
|
2025-12-24 19:15:54 +08:00 |
|
yyh
|
5896bc89f5
|
refactor(web): migrate workflow run history from useSWR to TanStack Query (#30077)
|
2025-12-24 18:21:01 +08:00 |
|
yyh
|
64a14dcdbc
|
fix(web): remove incorrect placeholderData usage in useExploreAppList (#30102)
|
2025-12-24 18:20:36 +08:00 |
|
Stephen Zhou
|
eb73f9a9b9
|
chore: no template string in translation (#30101)
|
2025-12-24 17:17:36 +08:00 |
|
yyh
|
18d69775ef
|
refactor(web): migrate explore app lists from useSWR to TanStack Query (#30076)
|
2025-12-24 17:03:43 +08:00 |
|
Stephen Zhou
|
1e3823e605
|
chore: fix type check for i18n (#30058)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
|
2025-12-24 16:31:16 +08:00 |
|
twwu
|
ec0c144eb2
|
refactor: rename isHideNodeLabel to isShowNodeLabel for clarity in variable label component
|
2025-12-24 16:21:07 +08:00 |
|
Joel
|
0f41924db4
|
chore: some tests (#30084)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
|
2025-12-24 16:17:59 +08:00 |
|
twwu
|
afddc56bb4
|
refactor: replace GeneratedFormInputItem with FormInputItem across components for consistency
|
2025-12-24 16:01:05 +08:00 |
|
yyh
|
b2b7e82e28
|
refactor(web): migrate log service to TanStack Query (#30065)
|
2025-12-24 15:25:28 +08:00 |
|
Joel
|
dcde854c5e
|
chore: some tests (#30078)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-24 14:45:33 +08:00 |
|
twwu
|
57dde4a4d8
|
refactor: update dependency arrays in HITL input components for improved stability
|
2025-12-24 13:06:52 +08:00 |
|
twwu
|
3c0fd213bf
|
refactor: update human input form handling to support async submission and improve placeholder resolution
|
2025-12-24 12:13:32 +08:00 |
|
wangxiaolei
|
870a6427c9
|
feat: allow user close the tab to sync the draft (#30034)
|
2025-12-23 19:01:29 +08:00 |
|
Stephen Zhou
|
a3d4f4f3bd
|
chore: enable ts/no-explicit-any, remove no-unused-vars (#30042)
|
2025-12-23 18:26:02 +08:00 |
|
Stephen Zhou
|
403adefc07
|
chore: lint require and how to import react (#30041)
|
2025-12-23 18:02:10 +08:00 |
|
Coding On Star
|
72ca3607a3
|
feat: Add polyfill for Array.prototype.toSpliced method (#30031)
Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
|
2025-12-23 17:48:20 +08:00 |
|
Stephen Zhou
|
f2842da397
|
chore(web): new lint setup (#30020)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
|
2025-12-23 16:58:55 +08:00 |
|
非法操作
|
9701a2994b
|
chore: Translate stray Chinese comment to English (#30024)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-12-23 14:05:21 +08:00 |
|
非法操作
|
52ba2a1df9
|
fix: invite team member display issue (#30011)
|
2025-12-23 11:25:05 +08:00 |
|
lif
|
04ad68de70
|
fix(chat): reset scroll state when switching conversations (#29984)
|
2025-12-23 09:45:47 +08:00 |
|
GuanMu
|
c3b713d88a
|
fix: adjust padding in entry node container for better alignment (#29999)
|
2025-12-22 21:16:57 +08:00 |
|
twwu
|
ddfd1cb1f5
|
refactor: update classnames import style across multiple components
|
2025-12-22 18:09:11 +08:00 |
|
twwu
|
138922f3f4
|
Merge branch 'main' into feat/hitl-frontend
|
2025-12-22 18:07:16 +08:00 |
|
Stephen Zhou
|
eabdc5f0eb
|
refactor(web): migrate to Vitest and esm (#29974)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
|
2025-12-22 16:35:22 +08:00 |
|
dependabot[bot]
|
42f7ecda12
|
chore(deps): bump immer from 10.2.0 to 11.1.0 in /web (#29969)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-22 13:15:10 +08:00 |
|
Guangjing Yan
|
f8ccc75cde
|
fix: clear uploaded files when clicking clear button in workflow (#29884)
|
2025-12-22 09:40:01 +08:00 |
|
Coding On Star
|
39ad9d1569
|
test: Adding missing tests or correcting existing tests (#29937)
Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
|
2025-12-19 17:49:51 +08:00 |
|