zyssyz123
|
cc01189966
|
fix(agent): expose publish state from composer (#39615)
|
2026-07-27 04:05:38 +00:00 |
|
CYJ1226
|
e4e99d198b
|
fix: preserve spaces during recursive text splitting (#39498)
|
2026-07-27 03:21:26 +00:00 |
|
林玮 (Jade Lin)
|
7e6ba05464
|
feat(api): expose app mode in webapp site response (#39607)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-27 02:57:18 +00:00 |
|
Madan kumar
|
aeda37db68
|
fix(rag): stop the document cleaner from stripping valid characters ï, ¿, ¾ (#39215)
|
2026-07-27 02:53:33 +00:00 |
|
FFXN
|
441f9f9ec0
|
fix: The expiration time for web app login to JWT is incorrectly set. (#39537)
|
2026-07-27 02:43:32 +00:00 |
|
Taranum Wasu
|
f16c249b1e
|
fix(api): honor array-element limit and byte budget for list[File] in VariableTruncator (#39218) (#39220)
Co-authored-by: Taranum Wasu <taranumwasu@Taranums-MacBook-Pro.local>
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-07-27 02:12:57 +00:00 |
|
FFXN
|
858b3b74dc
|
feat: add CE telemetry report (#39452)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-27 02:04:28 +00:00 |
|
Asuka Minato
|
b81737cfb3
|
test: use sqlite3 session in test_message_service (#38698)
|
2026-07-27 02:01:47 +00:00 |
|
Asuka Minato
|
e5496e04c5
|
test: use sqlite3 session in test_snippet (#38691)
|
2026-07-27 01:53:52 +00:00 |
|
yyh
|
c61d33f91e
|
refactor: move trial app capability out of system features (#39562)
|
2026-07-26 12:02:30 +00:00 |
|
yyh
|
fd2e26f8e6
|
refactor(agents): simplify repository context (#39583)
|
2026-07-26 06:13:37 +00:00 |
|
SpiliosDmk
|
ac0320a70d
|
docs: fix typos in ValueSourceType docstring (#39573)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-26 03:50:52 +00:00 |
|
SpiliosDmk
|
5aa2092d0f
|
chore: Grammar fix in VDB provider README ("a importable") (#39577)
|
2026-07-25 19:36:17 +00:00 |
|
Asuka Minato
|
99ed826a55
|
test: use sqlite3 session in test_pipeline_template_base (#38730)
|
2026-07-25 14:30:01 +00:00 |
|
Asuka Minato
|
a45f862fb2
|
test: use sqlite3 session in test_workflow_node_execution_offload (#38728)
|
2026-07-25 14:23:32 +00:00 |
|
Asuka Minato
|
00496ec867
|
test: use sqlite3 session in test_encrypter (#38726)
|
2026-07-25 14:19:49 +00:00 |
|
Asuka Minato
|
58592e1cb1
|
test: use sqlite3 session in test_llm_quota (#38720)
|
2026-07-25 14:12:17 +00:00 |
|
Asuka Minato
|
e6efbb08df
|
test: use sqlite3 session in test_metadata_nullable_bug (#38717)
|
2026-07-25 14:05:52 +00:00 |
|
Asuka Minato
|
662a77213d
|
test: use sqlite3 session in test_wraps (#38716)
|
2026-07-25 14:05:25 +00:00 |
|
Asuka Minato
|
c2d560ea26
|
test: use sqlite3 session in test_easy_ui_message_end_files (#38706)
|
2026-07-25 14:04:52 +00:00 |
|
Asuka Minato
|
ca1782b105
|
test: use sqlite3 session in test_workflow_execute_task (#38704)
|
2026-07-25 14:04:11 +00:00 |
|
Asuka Minato
|
8caa1d1379
|
test: use sqlite3 session in test_webhook_service (#38699)
|
2026-07-25 13:52:42 +00:00 |
|
Asuka Minato
|
fa000ae8a7
|
test: use sqlite3 session in test_human_input_service (#38697)
|
2026-07-25 03:17:57 +00:00 |
|
Asuka Minato
|
8906a49e56
|
test: use sqlite3 session in test_datasource_provider_service (#38695)
|
2026-07-25 03:16:43 +00:00 |
|
yyh
|
aff5c47541
|
refactor: remove backend-only system feature fields (#39543)
|
2026-07-25 02:01:12 +00:00 |
|
Evan
|
a0b917425a
|
test: use caplog in ext login tests (#39542)
|
2026-07-24 13:27:05 +00:00 |
|
wangxiaolei
|
5277e4b375
|
fix: fix when tool execute in progress tool_meta miss tool_provider_type (#39513)
|
2026-07-24 11:35:12 +00:00 |
|
zyssyz123
|
a877e1bd7e
|
fix(agent): block unpublished agents in workflows (#39532)
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
|
2026-07-24 11:02:43 +00:00 |
|
yyh
|
66a545fc6d
|
refactor: centralize deployment edition in system features (#39454)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: GareArc <garethcxy@dify.ai>
|
2026-07-24 07:15:02 +00:00 |
|
Stephen Zhou
|
eac9f69ad1
|
feat(dataset): add crawl source selection (#39325)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-24 07:11:48 +00:00 |
|
Yufeng He
|
e4dc29f98e
|
fix(api): make the 10-minute email IP first-strike window take effect (#39479)
Signed-off-by: Yufeng He <40085740+he-yufeng@users.noreply.github.com>
|
2026-07-24 06:52:30 +00:00 |
|
非法操作
|
aef1c67721
|
fix: return disabled auto-upgrade settings when strategy is missing (#39494)
|
2026-07-24 06:15:02 +00:00 |
|
Asuka Minato
|
bbb133cd58
|
test: use sqlite3 session in test_base_trace_instance (#38744)
|
2026-07-24 03:55:32 +00:00 |
|
wangxiaolei
|
db29caff2b
|
feat: knowledge add more trace (#38959)
|
2026-07-24 02:27:16 +00:00 |
|
samzong
|
922ed4d67d
|
feat(oauth): expose stable account id on provider account endpoint (#39470)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-24 02:09:48 +00:00 |
|
zyssyz123
|
a8a83a357c
|
fix(agent): show workflow node runs in logs (#39471)
|
2026-07-24 01:59:57 +00:00 |
|
Byron.wang
|
43254c1ded
|
chore: avoid duplicate token counting during dataset indexing (#39466)
|
2026-07-23 10:56:03 +00:00 |
|
zyssyz123
|
0198e32447
|
fix(agent): start new Preview conversations without an ID (#39463)
|
2026-07-23 09:53:08 +00:00 |
|
非法操作
|
452dff5c37
|
fix(api): prevent identity logging deadlock (#39449)
|
2026-07-23 09:08:04 +00:00 |
|
Xiyuan Chen
|
b56ac4af4d
|
feat: gate agent management behind the agent.manage permission (#39330)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
|
2026-07-23 07:34:07 +00:00 |
|
非法操作
|
a3c18c561e
|
chore: improve lambda plugin runtime error display (#39437)
|
2026-07-23 06:05:14 +00:00 |
|
shakti
|
1835e8ef31
|
fix: use re.fullmatch in email validator to reject trailing newlines (#39234) (#39320)
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
|
2026-07-23 04:19:44 +00:00 |
|
zyssyz123
|
2b8e40af32
|
fix(auth): validate account before accepting invitations (#39438)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-23 03:56:32 +00:00 |
|
林玮 (Jade Lin)
|
45711eb6dd
|
chore(api): cloud use presigned download url on api site (#39436)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-23 03:34:49 +00:00 |
|
Asuka Minato
|
fd703739b5
|
test: use sqlite3 session in test_async_workflow_service (#38692)
|
2026-07-23 03:34:10 +00:00 |
|
Asuka Minato
|
82c8741c73
|
test: use sqlite3 session in test_hitl_service_api (#38685)
|
2026-07-23 03:33:01 +00:00 |
|
Asuka Minato
|
78023bf50d
|
test: use sqlite3 session in test_conversation (#38684)
|
2026-07-23 03:32:17 +00:00 |
|
Asuka Minato
|
0ad985515b
|
test: move password reset coverage to unit tests (#38936)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-23 03:16:06 +00:00 |
|
David Park
|
da2177c7b2
|
fix(api): send valid body in external knowledge validation probe (#39410)
|
2026-07-23 02:52:52 +00:00 |
|
Stephen Zhou
|
bd8f0104d6
|
feat(dataset): expose New RAG KnowledgeFS contracts (#39314)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-23 01:48:36 +00:00 |
|