Cluas
|
f891c67eca
|
feat: add MCP server headers support #22718 (#24760)
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Has been cancelled
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Has been cancelled
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Has been cancelled
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Has been cancelled
Main CI Pipeline / Check Changed Files (push) Has been cancelled
Main CI Pipeline / Style Check (push) Has been cancelled
Check i18n Files and Create PR / check-and-update (push) Has been cancelled
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Has been cancelled
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Has been cancelled
Main CI Pipeline / API Tests (push) Has been cancelled
Main CI Pipeline / Web Tests (push) Has been cancelled
Main CI Pipeline / VDB Tests (push) Has been cancelled
Main CI Pipeline / DB Migration Test (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Novice <novice12185727@gmail.com>
|
2025-09-08 14:10:55 +08:00 |
|
Yongtao Huang
|
beaa8de648
|
Fix: correct queryKey in useBatchUpdateDocMetadata and add test case (#25327)
|
2025-09-08 09:34:04 +08:00 |
|
zxhlyh
|
9e125e2029
|
Refactor/model credential (#24994)
|
2025-09-03 13:36:59 +08:00 |
|
GuanMu
|
25a11bfafc
|
Export DSL from history (#24939)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-02 21:36:52 +08:00 |
|
Yongtao Huang
|
208ce4e774
|
CI: add TS indentation check via esLint (#24810)
|
2025-09-01 15:31:59 +08:00 |
|
Yongtao Huang
|
3d57a9ccdc
|
Fix never hit (!code || code.length === 0) (#24860)
|
2025-09-01 09:45:07 +08:00 |
|
Yongtao Huang
|
72acd9b483
|
Remove redundant from_variable_selector null-check (#24842)
|
2025-08-31 17:00:13 +08:00 |
|
Yongtao Huang
|
863f3aeb27
|
Fix: rm invalid errorMessage on e.toString() (#24805)
|
2025-08-30 06:18:51 -07:00 |
|
Junyan Qin (Chin)
|
f32e176d6a
|
feat: oauth provider (#24206)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: yessenia <yessenia.contact@gmail.com>
|
2025-08-29 14:10:51 +08:00 |
|
NFish
|
22b11e4b43
|
Fix/web app auth error (#24637)
|
2025-08-27 18:00:25 +08:00 |
|
非法操作
|
6010d5f24c
|
feat: add multi model credentials (#24451)
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-25 16:12:29 +08:00 |
|
quicksand
|
a06681913d
|
remove: document download file permission (#24459)
|
2025-08-25 15:11:48 +08:00 |
|
Joel
|
ddf05ca059
|
feat: notice of the expire of education verify (#24210)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-20 15:37:46 +08:00 |
|
Joel
|
de9c5f10b3
|
feat: enchance prompt and code (#23633)
Co-authored-by: stream <stream@dify.ai>
Co-authored-by: Stream <1542763342@qq.com>
Co-authored-by: Stream <Stream_2@qq.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-18 12:29:12 +08:00 |
|
Yongtao Huang
|
02194db0c6
|
Fix: narrow beforeRequest hook type to avoid boolean in array (#23860)
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
|
2025-08-13 23:28:13 +08:00 |
|
Will
|
1ffe190557
|
Feat/improved mcp timeout configs (#23605)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-08-12 13:14:00 +08:00 |
|
lyzno1
|
f6c7175828
|
fix: make TagSelector always visible for accessibility and mobile support (#23515)
|
2025-08-07 09:25:26 +08:00 |
|
Good Wood
|
eb12fd9461
|
fix: fix wrong unicodechar regx (#23468)
|
2025-08-06 09:48:25 +08:00 |
|
yyh
|
d8584dc03a
|
feat: enhance document list navigation and sorting functionality (#23383)
|
2025-08-05 10:19:47 +08:00 |
|
NeatGuyCoding
|
a724f35672
|
fix: fetchAppWithTags may return empty when apps is over 100 (#23350)
|
2025-08-04 20:20:43 +08:00 |
|
lyzno1
|
0c925bd088
|
feat(ui): unify tag editing in app sidebar and add management entry to TagFilter (#23325)
|
2025-08-03 18:30:47 +08:00 |
|
Warren Wong
|
6d5a7684b4
|
feat: Add Download Button to UI for Knowledge Resource Source Files (#23320)
|
2025-08-03 16:26:11 +08:00 |
|
GuanMu
|
4499cda186
|
Feat annotations panel (#22968)
|
2025-07-30 13:40:48 +08:00 |
|
Yip Chung Lam
|
7f004e2f41
|
fix: web SSO login redirect to correct basePath and origin (#23058)
|
2025-07-28 18:17:01 +08:00 |
|
zhaobingshuang
|
5c5f61b2aa
|
fix(dataset): CELERY_BROKER uses amqp rabbitmq. When adding document segments in batches and uploading large files, the status will always remain stuck at "In batch processing" #22709 (#23038)
|
2025-07-28 14:24:13 +08:00 |
|
呆萌闷油瓶
|
ee50a2bcd5
|
feat: clear all annotation (#22878)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-25 18:06:03 +08:00 |
|
呆萌闷油瓶
|
371fe7a700
|
fix: type error in list-operator (#22803)
|
2025-07-24 12:21:20 +08:00 |
|
Junyan Qin (Chin)
|
eaae79a581
|
feat: plugin auto upgrade strategy (#19758)
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Novice <novice12185727@gmail.com>
|
2025-07-23 15:33:39 +08:00 |
|
KVOJJJin
|
a83e4ed9a4
|
Perf: remove user profile loading (#22710)
|
2025-07-21 16:35:52 +08:00 |
|
Maries
|
a4ef900916
|
Support OAuth Integration for Plugin Tools (#22550)
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: Yeuoly <admin@srmxy.cn>
|
2025-07-17 17:18:44 +08:00 |
|
zyssyz123
|
a4f421028c
|
Feat/change user email (#22213)
Co-authored-by: NFish <douxc512@gmail.com>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
|
2025-07-17 10:55:59 +08:00 |
|
NFish
|
a324d3942e
|
Perf/web app authrozation (#22524)
|
2025-07-17 10:52:10 +08:00 |
|
qfl
|
bdb9f29948
|
feat(app): support custom max_active_requests per app (#22073)
|
2025-07-16 15:31:19 +08:00 |
|
baonudesifeizhai
|
d52fb18457
|
feat: auto-fill MCP server description with app description #22443 (#22477)
|
2025-07-16 15:03:33 +08:00 |
|
Joel
|
5375d9bb27
|
feat: the frontend part of mcp (#22131)
Co-authored-by: jZonG <jzongcode@gmail.com>
Co-authored-by: Novice <novice12185727@gmail.com>
Co-authored-by: nite-knite <nkCoding@gmail.com>
Co-authored-by: Hanqing Zhao <sherry9277@gmail.com>
|
2025-07-10 14:14:02 +08:00 |
|
GuanMu
|
a66ed7157e
|
feat: add document pause and resume functionality (#21894)
|
2025-07-04 14:06:47 +08:00 |
|
zxhlyh
|
3bfa9767c0
|
Chore/workflow last run (#21823)
Co-authored-by: Joel <iamjoel007@gmail.com>
|
2025-07-02 17:48:07 +08:00 |
|
Joel
|
5c11c22302
|
fix: can not reset system variables (#21750)
|
2025-07-01 16:00:17 +08:00 |
|
NFish
|
6013d90426
|
Fix/ serveral bugs fixed in enterprise (#21729)
|
2025-07-01 10:42:11 +08:00 |
|
NFish
|
9588a64487
|
fix: keep search params in web app url when needs authorize (#21717)
|
2025-06-30 18:28:31 +08:00 |
|
Yeuoly
|
cea6522122
|
feat: add DYNAMIC_SELECT parameter type for dynamic options in parameter entities (#21425)
|
2025-06-26 17:44:14 +08:00 |
|
Joel
|
1a1bfd4048
|
feat: last run frontend (#21369)
The frontend of feat: Persist Variables for Enhanced Debugging Workflow (#20699).
Co-authored-by: jZonG <jzongcode@gmail.com>
|
2025-06-24 09:10:30 +08:00 |
|
Good Wood
|
43f5b21852
|
feat: add config for max-tree-depth (#21291)
|
2025-06-23 13:55:57 +08:00 |
|
NFish
|
110bb5e5a5
|
fix: auto redirect to login page if web app needs login (#21096)
|
2025-06-17 11:33:46 +08:00 |
|
NFish
|
d7663159e9
|
Fix/webapp loop login (#21092)
|
2025-06-17 10:45:03 +08:00 |
|
NFish
|
d6a8af03b4
|
Fix/add webapp no permission page (#20819)
|
2025-06-09 15:44:49 +08:00 |
|
NFish
|
9915a70d7f
|
Fix/webapp access scope (#20109)
|
2025-06-05 10:55:17 +08:00 |
|
zxhlyh
|
00199c41bb
|
fix: workflow plugins list update (#20357)
|
2025-05-28 17:45:08 +08:00 |
|
Good Wood
|
756f35f480
|
feat: add pagination for plugin page (#20151)
|
2025-05-27 12:54:52 +08:00 |
|
crazywoola
|
d35d854259
|
Revert "fix: fix duplicate app lose custom image" (#19995)
|
2025-05-20 18:42:59 +08:00 |
|