Commit Graph

414 Commits

Author SHA1 Message Date
GuanMu
7ccec5cd95
refactor: remove external link for dataset description guidance (#18884) 2025-04-27 14:47:00 +08:00
crazywoola
77ad600a33
fix: Text Generation App should not should not show embedded in website (#18880) 2025-04-27 14:33:50 +08:00
zxhlyh
19f2a74ba8
fix: check dsl version when create app from explore template (#18872) 2025-04-27 14:00:45 +08:00
NFish
db7af52fcc
Hotfix/create from template category (#18807)
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
2025-04-25 22:14:19 +08:00
GQ1994
9982445dad
Added the missing path of the webpath prefix and the prefix basepath + of static resources to remove the bug of adding more basepath. (#18658)
Co-authored-by: qingguo <qingguo@lexin.com>
2025-04-24 17:14:26 +08:00
Junjie.M
7b00f35a0d
fix: link address error in the embedding in websites first example (#18677) 2025-04-24 14:50:12 +08:00
Junjie.M
d5fe50e471
embedding in websites support initializes to specify the conversation_id (#18602) 2025-04-23 16:48:45 +08:00
Joel
3737e0b087
fix: clickjacking (#18516)
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2025-04-22 16:48:45 +08:00
zxhlyh
e0e92921b5
fix: external knowledge setting in knowledge selector (#18519) 2025-04-22 11:29:45 +08:00
Wu Tianwei
80f5ee1eb2
fix: fix workflow as a tool confirm dialog layout issue (#18494) 2025-04-22 09:59:14 +08:00
Ethan
c768d97637
feat: update privacy policy URL and add validation for privacy policy link (#18422) 2025-04-21 10:04:33 +08:00
Wu Tianwei
1e7418095f
feat/TanStack-Form (#18346) 2025-04-18 15:54:22 +08:00
diuwu
7161d7ad96
feat: add base path to resources (#17655)
Co-authored-by: fhliu4 <fhliu4@iflytek.com>
2025-04-15 17:05:50 +08:00
Hash Brown
438463b1c4
feat: edit question in Chat (#17961) 2025-04-15 15:37:08 +08:00
yusheng chen
4c99e9dc73
refactor: type improvements that doesn't modify functionality (#17970) 2025-04-14 16:06:10 +08:00
Joel
d80f4c7d3b
chore: eslint add sonar (#17989) 2025-04-14 15:28:20 +08:00
crazywoola
8f9cbe1c49
Chore/cleanup warnings (#17974)
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
2025-04-14 11:27:14 +08:00
KVOJJJin
17a26da1e6
Feat: workflow dark mode (#17785) 2025-04-10 17:15:48 +08:00
诗浓
d0d02be711
feat: add consistent keyboard shortcut support and visual indicators across all app creation dialogs (#17138) 2025-04-10 14:58:39 +08:00
GuanMu
9d5a0fdd8a
Fix create blank app (#17724) 2025-04-10 10:01:44 +08:00
KVOJJJin
df03c89a48
Chore: remove beta tag of app type (#17676) 2025-04-09 15:10:08 +08:00
yusheng chen
f633d1ee92
chore: add 'no-empty-function': 'error' to eslint.config.mjs (#17656) 2025-04-09 12:10:17 +08:00
Marcelo Díaz
d796fcc0e7
feat: support select-type variables in Metadata Filtering (#17440 (#17445) 2025-04-08 11:15:07 +08:00
诗浓
da7f8ad936
fix: remove wrong padding-bottom=0 (#17551) 2025-04-07 18:16:01 +08:00
yusheng chen
c05e03fc09
refactor & perf: import { noop } from 'lodash-es' across web (#17439)
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
2025-04-06 17:56:08 +08:00
KVOJJJin
d1801b1f2e
Feat:edu frontend (#17251)
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
2025-04-01 13:58:10 +08:00
Panpan
24b1a625b3
feat: allow the embedding in websites to customize sys.user_id (#16062) 2025-03-31 18:55:42 +08:00
Good Wood
42968cb945
fix: fix cannot select stream-tool-call in agent modal (#17015)
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
2025-03-29 14:47:28 +08:00
KVOJJJin
9feafb6dbd
fix: show build app limit in app creation modal (#16940) 2025-03-28 15:39:21 +08:00
诗浓
7f8bfb6e4a
fix(ui): improve chart text spacing and prevent unnecessary truncation (#16894) 2025-03-27 15:58:23 +08:00
XiaoBa
c451f54925
feat: add the maximum number of iterations to env (#16805)
Co-authored-by: Xiaoba Yu <xb1823725853@gmail.com>
2025-03-26 14:17:59 +08:00
Wu Tianwei
6e26ed2bb7
fix: update retrieval configuration to correctly handle reranking mod… (#16641) 2025-03-24 17:47:56 +08:00
NFish
f8e7e301cd
fix: update chatbot doc link at create app page (#16479) 2025-03-23 09:27:16 +08:00
Joel
7709d9df20
Chore: frontend infrastructure upgrade (#16420)
Co-authored-by: NFish <douxc512@gmail.com>
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: twwu <twwu@dify.ai>
Co-authored-by: jZonG <jzongcode@gmail.com>
2025-03-21 17:41:03 +08:00
KVOJJJin
7d620ffd5e
Feat:app list dark mode (#16110) 2025-03-18 16:21:53 +08:00
-LAN-
cefec44070
feat: add app_mode field to app import and model definitions (#15729)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: twwu <twwu@dify.ai>
2025-03-18 11:12:25 +08:00
zxhlyh
20376ca951
feat: upgrade knowledge metadata (#16063)
Support filter knowledge by metadata.

Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: NFish <douxc512@gmail.com>
2025-03-18 11:01:06 +08:00
Lam
adfaee7ab5
fix: prevent AppIconPicker click event from propagating (#15575) (#15647) 2025-03-12 20:03:09 +08:00
Kalo Chin
5d8b32a249
feat: add click-away and mounting logic to agent setting component (#15521) 2025-03-11 22:23:06 +08:00
Wu Tianwei
90a1508b87
fix: update placeholders in version info modal to indicate optional field (#15499) 2025-03-11 18:30:47 +08:00
Wu Tianwei
d8317fcf81
fix: remove unnecessary modal (#15493) 2025-03-11 17:18:23 +08:00
Wu Tianwei
b6b1903a37
fix: fix chatbot publish and restore handling (#15462) 2025-03-11 13:36:45 +08:00
KVOJJJin
9e220d5d30
Feat: configure dark mode legacy (#15394) 2025-03-10 16:41:06 +08:00
KVOJJJin
78d460a6d1
Feat: time period filter for workflow logs (#14271)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2025-03-10 14:02:58 +08:00
zxhlyh
a3d18d43ed
fix: tool name in agent (#15344) 2025-03-10 11:21:46 +08:00
Wu Tianwei
3ca1373274
feat: version tag (#14949) 2025-03-07 18:10:40 +08:00
圣痕
66654faef3
fix: fixed incorrect operation of publishing as tool (#14561) 2025-03-04 10:20:18 +08:00
Wu Tianwei
98ada40532
fix: improve layout in dataset selection component (#14756) 2025-03-03 16:06:41 +08:00
KVOJJJin
d0d0bf570e
Feat: web app dark mode (#14732) 2025-03-03 14:44:51 +08:00
Wu Tianwei
4fbe52da40
fix: update dependencies and improve app detail handling (#14444) 2025-02-27 15:11:42 +08:00