Jyong
7876f6e670
fix(knowledge-fs): scope child deletion conflicts
2026-09-01 05:18:38 -04:00
Stephen Zhou
5770ebdba8
fix(knowledge-fs): reconcile main merge regressions
2026-09-01 10:10:52 +08:00
Stephen Zhou
ecd41aed3f
Merge remote-tracking branch 'origin/main' into deploy/konwledge
2026-09-01 09:45:49 +08:00
Jyong
4f3a2952d6
perf(knowledge-fs): harden cross-format document ingestion
2026-08-31 07:48:35 -04:00
FFXN
8c472c217b
fix(knowledge-fs): add SOURCE_DOCUMENT_COMPILATION_FAILED error code and update DTOs
2026-08-31 18:12:42 +08:00
zyssyz123
762019a160
fix(workflow): block manual runs for trigger workflows ( #41519 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-31 09:30:52 +00:00
Byron.wang
d25e2b51fc
refactor(api): decouple onboarding and notification services ( #40759 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: hjlarry <hjlarry@163.com>
2026-08-31 04:37:07 +00:00
Wu Tianwei
7167d7d662
fix(rbac): grant agent access to all legacy roles ( #41511 )
2026-08-31 03:33:09 +00:00
Byron.wang
9e07c2dac6
refactor(api): extract email registration application service ( #41108 )
...
Co-authored-by: hjlarry <hjlarry@163.com>
2026-08-31 03:22:01 +00:00
wangxiaolei
6a00c23e49
feat: use app.acl.access_point_manage to control access point page access ( #41462 )
...
Co-authored-by: twwu <twwu@dify.ai>
2026-08-31 03:05:19 +00:00
Xiyuan Chen
750810ea81
fix(api): keep workspace owner consistent on ownership transfer ( #41267 )
2026-08-31 02:51:19 +00:00
FFXN
949549b9b1
feat(knowledge-fs): enhance source update payload with selection and sync policy validation
2026-08-30 23:58:27 +08:00
FFXN
52df787444
feat(knowledge-fs): support source config updates and deferred sync
...
- allow updating mutable source configuration fields
- enqueue sync after active business configuration changes
- pause scheduled sync while a source is disabled
- preserve and rebind sync policies across source version updates
- support website, online document, and online drive sources
2026-08-30 22:10:12 +08:00
lin
1264d29a4f
chore: remove unnecessary type conversions ( #41454 )
2026-08-29 07:04:18 +00:00
Keith
e6fc0a8ba8
refactor(models): pass session into WorkflowAppLog accessors ( #41440 )
2026-08-28 14:32:27 +00:00
yyh
78c85ae7c1
fix(agent): add roster publication status contract ( #41435 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-28 08:50:30 +00:00
Stephen Zhou
9098955a77
Merge remote-tracking branch 'origin/main' into deploy/konwledge
...
# Conflicts:
# api/tests/unit_tests/controllers/console/test_knowledge_fs_proxy.py
# api/tests/unit_tests/services/test_knowledge_fs_proxy.py
# web/app/components/workflow-app/hooks/use-available-nodes-meta-data.ts
2026-08-28 14:50:39 +08:00
FFXN
ae495d3f97
fix(knowledge-fs): remove provider mode from sync policies and update related constraints
2026-08-28 14:06:49 +08:00
chenshiyang
654324c0d9
refactor(models): pass session into PipelineCustomizedTemplate.created_user_name ( #41394 )
...
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-28 02:26:41 +00:00
Stephen Zhou
b155a0e1b9
fix(knowledge-fs): format source update payload
2026-08-28 00:08:18 +08:00
Stephen Zhou
e5dc72812a
fix(knowledge-fs): support source configuration editing
2026-08-27 23:52:18 +08:00
Stephen Zhou
7c3b4aa3c6
fix(knowledge-fs): preserve DOCX image placement
2026-08-27 17:55:02 +08:00
wangxiaolei
d84088ef74
feat: new user add automatic add to app / dataset whitelist ( #41363 )
2026-08-27 08:51:05 +00:00
Jyong
42b1be58f3
fix(knowledge-fs): repair document deletion task progress
2026-08-27 04:35:05 -04:00
Jyong
12adc39383
fix(knowledge-fs): preserve spreadsheet image placement
2026-08-27 03:01:57 -04:00
非法操作
bf54dd7814
refactor(api): remove unused workflow archived logs endpoint ( #41345 )
2026-08-27 03:48:57 +00:00
非法操作
a9319c86ee
refactor(api): extract workflow run archive application service ( #41253 )
2026-08-27 02:41:43 +00:00
非法操作
5a6191b96b
refactor(api): extract workflow statistic query service ( #41271 )
2026-08-27 02:41:02 +00:00
Stephen Zhou
30ed0907f3
Merge remote-tracking branch 'origin/main' into deploy/konwledge
...
# Conflicts:
# api/controllers/console/app/site.py
# api/controllers/console/datasets/datasets.py
# api/core/plugin/backwards_invocation/model.py
# api/core/rag/rerank/rerank_model.py
# api/tests/test_containers_integration_tests/controllers/console/auth/test_oauth_server.py
# api/tests/unit_tests/core/plugin/test_backwards_invocation_model.py
# api/tests/unit_tests/tasks/test_batch_clean_document_task.py
# packages/contracts/generated/api/service/orpc.gen.ts
# web/app/components/datasets/rename-modal/index.tsx
# web/app/components/header/account-setting/model-provider-page/model-selector/popup-layout.tsx
# web/features/tag-management/components/tag-search-content.tsx
2026-08-27 10:06:48 +08:00
Stephen Zhou
b6c55ab68d
feat(knowledge-fs): allow community development access
2026-08-26 19:26:58 +08:00
Stephen Zhou
d7cd2f482e
fix(knowledge-fs): gate availability by deployment edition
2026-08-26 17:52:12 +08:00
wangxiaolei
0047522b0d
feat: add command cli to migration rbac scope to automatic_include_workspace_members ( #41304 )
2026-08-26 09:10:22 +00:00
Jyong
77a5de2fc9
fix(knowledge-fs): persist document images across formats
2026-08-26 03:58:04 -04:00
FFXN
18155535cf
refactor(knowledge_fs): replace credential service with dataset API key authorization. Remove the API token feature at the space level for knowledgeFs.
2026-08-26 15:40:18 +08:00
Byron.wang
30e6069851
refactor(api): thin OAuth controllers and extract application services ( #40692 )
2026-08-26 07:33:37 +00:00
Wu Tianwei
73dd8739ef
feat: optimize resource access config logic ( #41164 )
...
Co-authored-by: fatelei <fatelei@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-26 07:18:57 +00:00
林玮 (Jade Lin)
f5aaa50a30
fix(auth): normalize Gmail registration emails ( #41249 )
2026-08-26 07:14:27 +00:00
林玮 (Jade Lin)
8c9f248520
fix(api): attribute Skill Builder credit usage ( #41290 )
2026-08-26 07:02:45 +00:00
非法操作
c563528a2d
refactor(api): standardize compliance downloads ( #41057 )
2026-08-26 06:32:13 +00:00
非法操作
c4ace15afd
refactor(api): extract console app site command boundary ( #41216 )
2026-08-26 06:31:06 +00:00
ccl125
d5a8ace1c4
fix(rag-pipeline): mark credential-free datasources as authorized ( #39772 )
...
Co-authored-by: ccl125 <ccl125@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: FFXN <31929997+FFXN@users.noreply.github.com>
2026-08-26 05:44:10 +00:00
Stephen Zhou
1c6f0a0388
fix(api): restore Service API OpenAPI semantics ( #41274 )
2026-08-26 05:05:36 +00:00
Stephen Zhou
d5fd45bb41
feat(knowledge_fs): expand supported document upload formats
2026-08-25 19:58:15 +08:00
Stephen Zhou
92016aa139
fix(api): align Service API OpenAPI contract ( #41248 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-25 10:54:14 +00:00
wangxiaolei
a6fe278662
feat: hide add library skill in agent ui ( #41250 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-25 10:26:06 +00:00
林玮 (Jade Lin)
960018253b
feat(api): track credit usage contexts ( #41181 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-25 10:21:32 +00:00
wangxiaolei
ddcdbb2d14
feat: add skill enable feature switch ( #41246 )
2026-08-25 08:42:15 +00:00
FFXN
013ddcf034
fix(knowledge_fs): accept direct unpublished profile activation responses and validate settings
2026-08-25 16:30:46 +08:00
非法操作
1afac21690
feat(api): support New Agent Beta for inline Workflow agents ( #41215 )
2026-08-25 05:39:41 +00:00
非法操作
ef92cb7c65
refactor(api): complete account education boundary ( #41153 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-25 01:48:12 +00:00