dify/api/controllers/console/workspace
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
..
__init__.py refactor(api): migrate workspace account endpoints to BaseModel (#37954) 2026-07-06 06:57:40 +00:00
account.py refactor(api): extract account login service and consolidate adapters (#41184) 2026-09-03 06:20:21 +00:00
agent_providers.py refactor: fix OpenAPI contract generation schemas (#37387) 2026-06-12 14:25:53 +00:00
endpoint.py fix(plugin): protect endpoint listings (#40897) 2026-08-21 02:17:58 +00:00
error.py refactor(api): extract account login service and consolidate adapters (#41184) 2026-09-03 06:20:21 +00:00
load_balancing_config.py chore: dep inject for model in workspace snippets, load balancing, and endpoint (#40161) 2026-08-07 13:22:02 +00:00
members.py refactor(api): decouple system features and web adapters (#40772) 2026-09-01 11:50:52 +00:00
model_providers.py refactor(console): dep-inject model provider payloads with @model_validate (#41539) 2026-09-01 04:24:45 +00:00
models.py fix(api): enforce admin and RBAC permissions on model provider model credential GET endpoint (#41599) (#41600) 2026-09-04 09:17:41 +00:00
plugin.py refactor: replace manual model_validate with @model_validate in workspace plugin/tool controllers (#40238) 2026-08-09 06:13:24 +00:00
rbac.py Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-27 10:06:48 +08:00
skills.py refactor(api): require active workspace in request context (#41280) 2026-09-02 06:54:47 +00:00
snippets.py chore: remove unnecessary type conversions (#41454) 2026-08-29 07:04:18 +00:00
tool_providers.py fix(api): enforce admin and RBAC permissions on tool OAuth custom client GET endpoint (#40944) (#40945) 2026-08-20 09:10:02 +00:00
trigger_providers.py fix: allow OAuth trigger builder verification without credentials (#39199) 2026-08-25 05:32:27 +00:00
workspace.py fix(api): chain original exception in 13 except blocks per PEP 3134 (#40738) 2026-08-13 17:50:05 +00:00