dify/api/controllers/console/workspace
Stephen Zhou e6fe2cd5d7
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	api/tests/unit_tests/controllers/inner_api/test_auth_wraps.py
#	api/tests/unit_tests/services/test_async_workflow_service.py
#	web/features/new-rag/__tests__/new-knowledge-list.spec.tsx
2026-08-21 10:39:39 +08:00
..
__init__.py refactor(api): migrate workspace account endpoints to BaseModel (#37954) 2026-07-06 06:57:40 +00:00
account.py fix(api): handle suspended email domains (#41004) 2026-08-20 08:04:05 +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 chore: improve current workspace summary (#40121) 2026-08-07 03:08:55 +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): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
model_providers.py fix(api): enforce edit and RBAC permissions on model provider credential GET endpoints (#40899) (#40900) 2026-08-19 06:48:15 +00:00
models.py fix(api): enforce edit and RBAC permissions on model provider credential GET endpoints (#40899) (#40900) 2026-08-19 06:48:15 +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-13 10:22:32 +08:00
snippets.py fix(snippet): support snippet history version export (#41012) 2026-08-20 08:52:45 +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 refactor: replace manual model_validate with @model_validate in workspace remaining controllers (#40239) 2026-08-09 08:23:51 +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