dify/api/controllers/console
Stephen Zhou 38457f27fb
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	.agents/skills/how-to-write-component/references/data.md
#	.agents/skills/how-to-write-component/references/ownership.md
#	api/controllers/inner_api/__init__.py
#	api/tests/test_containers_integration_tests/services/test_account_service.py
#	api/tests/unit_tests/services/test_account_service.py
#	packages/iconify-collections/custom-public/icons.json
#	packages/iconify-collections/custom-public/info.json
#	web/features/new-rag/__tests__/new-knowledge-list.spec.tsx
#	web/features/new-rag/components/knowledge-space-card.tsx
#	web/features/new-rag/document-chunk-tree.tsx
#	web/features/tag-management/components/tag-search-content.tsx
#	web/features/tag-management/components/tag-selector.tsx
#	web/service/client.spec.ts
2026-09-04 19:42:31 +08:00
..
agent fix(rbac): let agent.manage operate every agent page (#41583) 2026-09-02 01:45:42 +00:00
app Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-09-04 19:42:31 +08:00
auth refactor(api): decouple console OAuth flow from legacy account services (#41188) 2026-09-03 08:47:14 +00:00
billing refactor(api): standardize compliance downloads (#41057) 2026-08-26 06:32:13 +00:00
datasets feat(knowledge-fs): scope dataset API keys by knowledge base type 2026-09-03 05:59:39 -04:00
explore refactor: make explore localization request-driven (#41798) 2026-09-04 06:03:46 +00:00
knowledge_fs fix(knowledge-fs): show v2 workflow citations 2026-09-04 19:21:59 +08:00
snippets refactor(models): pass session into Workflow accessors (#41464) 2026-08-29 14:28:15 +00:00
socketio feat: app deployment v2 (#41444) 2026-09-04 02:01:35 +00:00
tag refactor(api): require active workspace in request context (#41280) 2026-09-02 06:54:47 +00:00
workspace Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-09-04 19:42:31 +08:00
__init__.py Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-27 10:06:48 +08:00
admin.py chore: remove obsolete admin console routes (#35637) 2026-05-13 08:08:50 +00:00
apikey.py feat(knowledge-fs): scope dataset API keys by knowledge base type 2026-09-03 05:59:39 -04:00
error.py refactor(api): extract account login service and consolidate adapters (#41184) 2026-09-03 06:20:21 +00:00
extension.py refactor(console,web): dep-inject query params with @model_validate (#41646) 2026-09-03 01:50:22 +00:00
feature.py refactor(api): decouple system features and web adapters (#40772) 2026-09-01 11:50:52 +00:00
files.py refactor(console): inject file service (#41603) 2026-09-03 04:42:30 +00:00
flask_admission.py fix(rbac): let agent.manage operate every agent page (#41583) 2026-09-02 01:45:42 +00:00
human_input_form.py feat(workflow): support human input in loop and iteration (#39243) 2026-08-03 02:24:18 +00:00
init_validate.py refactor(api): extract init validation into layered application service (#40046) 2026-08-12 08:42:09 +00:00
notification.py refactor: pass notification language explicitly (#41770) 2026-09-04 01:52:30 +00:00
onboarding.py refactor(api): decouple onboarding and notification services (#40759) 2026-08-31 04:37:07 +00:00
remote_files.py refactor(api): centralize remote file handling (#41627) 2026-09-03 06:00:13 +00:00
setup.py refactor(api): extract init validation into layered application service (#40046) 2026-08-12 08:42:09 +00:00
spec.py refactor(api): decouple setup and spec endpoints (#40104) 2026-08-08 11:52:15 +00:00
system.py refactor(api): merge ping and version endpoints into system (#40058) 2026-08-10 08:50:40 +00:00
workflow_run_archive.py refactor(api): extract workflow run archive application service (#41253) 2026-08-27 02:41:43 +00:00
wraps.py refactor(api): decouple console OAuth flow from legacy account services (#41188) 2026-09-03 08:47:14 +00:00