Commit Graph

3176 Commits

Author SHA1 Message Date
twwu 71d8a0c0b6 refactor: Refactor FileIcon component to use useMemo for file type determination and rename loading state variable for clarity 2025-08-12 16:55:00 +08:00
jyong 22b3933cc3 Merge branch 'main' into feat/rag-2
# Conflicts:
#	api/core/workflow/entities/variable_pool.py
2025-08-12 11:13:04 +08:00
zxhlyh 54b935f609 fix 2025-08-12 10:49:49 +08:00
lyzno1 dc2aaae414
feat: add highPriority option to Modal for goto-anything layering (#23783) 2025-08-12 10:37:11 +08:00
lyzno1 e298eee822
feat: add select-none class to tag filter components to prevent text selection (#23774) 2025-08-12 09:23:59 +08:00
NeatGuyCoding bc1cfd4373
hotfix: fix translation (#23757) 2025-08-11 22:36:39 +08:00
lyzno1 2944a4fd43
feat: add filtering support for @ command selector in goto-anything (#23763) 2025-08-11 22:21:37 +08:00
twwu 7f328328fb Merge branch 'feat/rag-2' of https://github.com/langgenius/dify into feat/rag-2 2025-08-11 18:37:22 +08:00
twwu 9893b8110d refactor: rename selectedFileKeys to selectedFileIds and update related logic in online drive components 2025-08-11 18:37:15 +08:00
Wu Tianwei 0baccb9e82
chore(version): bump version to 1.7.2 (#23740) 2025-08-11 17:12:44 +08:00
lyzno1 2c81db5a1c
feat: enhance GotoAnything UX with @ command selector (#23738) 2025-08-11 15:47:19 +08:00
Wu Tianwei d30f898274
fix: model selector language undefined error (#23723) 2025-08-11 14:39:22 +08:00
lyzno1 0c5e66bccb
fix: unified error handling for GotoAnything search actions (#23715) 2025-08-11 11:57:06 +08:00
Harry ada0875ac4 fix: update default value for expires_at in DatasourceProvider model 2025-08-11 11:40:51 +08:00
twwu fc779d00df Merge branch 'main' into feat/rag-2 2025-08-11 11:15:58 +08:00
HyaCinth ff791efe18
fix: Optimize the event handling for inserting variable shortcuts, resolving incorrect blur issues (#22981) (#23707) 2025-08-11 11:08:12 +08:00
github-actions[bot] 69c3439c3a
chore: translate i18n files (#23704)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-08-11 10:35:29 +08:00
crazywoola 7ee170f0a7
Feat node search (#23685)
Co-authored-by: GuanMu <ballmanjq@gmail.com>
Co-authored-by: zhujiruo <zhujiruo@foxmail.com>
Co-authored-by: Matri Qi <matrixdom@126.com>
Co-authored-by: croatialu <wuli.croatia@foxmail.com>
Co-authored-by: HyaCinth <88471803+HyaCiovo@users.noreply.github.com>
Co-authored-by: lyzno1 <92089059+lyzno1@users.noreply.github.com>
2025-08-11 10:19:52 +08:00
lyzno1 bb852ef6d2
fix: improve dark mode UI consistency in signin page (#23684) 2025-08-10 17:21:05 +08:00
lyzno1 a17b7b3d89
fix: correct File Preview API position in Japanese advanced chat template (#23645) 2025-08-10 11:17:38 +08:00
github-actions[bot] dc65a72d93
chore: translate i18n files (#23679)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-08-10 11:17:14 +08:00
Matri Qi ea502d36a9
lint: fix sonarjs/no-dead-store issues (#23653) 2025-08-10 11:16:43 +08:00
Guangdong Liu 79a3c1618f
fix: support custom file types in workflow Start node (#23672)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-08-10 11:09:47 +08:00
baonudesifeizhai 0be3b4e7a6
fix: Add internationalization support for date input formatting Fixes #23266 (#23678) 2025-08-10 11:05:55 +08:00
lyzno1 dc641348f6
fix: resolve datasets container rounded corners disappearing during scroll (#23667) 2025-08-09 22:41:42 +08:00
lyzno1 f9abcfd789
fix: change i18n workflow trigger mechanism to run in main repository (#23662) 2025-08-09 16:31:24 +08:00
Ganondorf 5a0a2b7e44
Allow to export full screen image of workflow (#23655) 2025-08-09 15:31:32 +08:00
lyzno1 8362365eae
Fix file type misclassification in logs interface (#23641) 2025-08-08 22:58:52 +08:00
Joel b32b7712e2
fix: i18n options too long breaks plugin setting ui (#23640) 2025-08-08 18:34:12 +08:00
zxhlyh 58aca75ee0 fix: json schema 2025-08-08 17:38:01 +08:00
zxhlyh 8464ec46e6 fix: json schema 2025-08-08 17:38:01 +08:00
GuanMu 5cf55fcbab
feat: Enhance the alignment logic of the nodes in the context menu (#23617) 2025-08-08 15:20:24 +08:00
twwu ac7953a32c feat: add credential_id handling in CreateFormPipeline and OnlineDrive components 2025-08-08 14:48:58 +08:00
lyzno1 57c4fc6bf8
Fix X button animation glitches in secret key modals (#23614) 2025-08-08 14:47:15 +08:00
twwu b21d991fdb feat(rag): pass credentialId to online document preview and wire to data source store 2025-08-08 14:26:38 +08:00
twwu ec3cb126a0 feat: add clear data functions for online documents, website crawl, and online drive; integrate credential change handling 2025-08-08 13:49:08 +08:00
twwu 184c3c88b7 refactor: Refactor online document and online drive components to handle credential changes 2025-08-08 13:43:01 +08:00
lyzno1 92fcf0854b
fix: eliminate AppInfo sidebar animation glitches and layout jumps (#23609) 2025-08-08 12:55:52 +08:00
yunqiqiliang f73ec60311
Bug Fix: Fix workflow knowledge retrieval cache bug (#23597)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-08 11:42:20 +08:00
Matri Qi cb5e2ad9b2
lint: fix tailwind lint issues (#23367)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-08-08 09:25:41 +08:00
lyzno1 2edd32fdea
fix: resolve AppCard description overlap with tag area (#23585)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-08-08 09:05:55 +08:00
lyzno1 d98071a088
feat: add Service API file preview endpoint (#23534)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-08-07 21:44:29 +08:00
NFish 11d29e8d3e
fix: update invite settings page style in dark mode (#23571) 2025-08-07 21:01:01 +08:00
NFish b44ecf9bf7
fix: hide opensource license link when custom branding is enabled (#23569) 2025-08-07 05:37:05 -07:00
NeatGuyCoding e60f148824
minor fix translation (#23568) 2025-08-07 05:36:52 -07:00
zxhlyh 097a6fc1e0 fix: variable 2025-08-07 17:22:29 +08:00
crazywoola 305ea0a2d5
Fix/footer behavior (#23555) 2025-08-07 16:55:23 +08:00
zxhlyh d5f82d0d5f fix: json schema 2025-08-07 16:36:59 +08:00
twwu 1b3860d012 Merge branch 'main' into feat/rag-2 2025-08-07 16:27:20 +08:00
twwu 5729d38776 feat: add CredentialIcon component and integrate it into credential selector for improved avatar display 2025-08-07 15:34:15 +08:00