dify/api/controllers/console/workspace
Stephen Zhou 28c2b6ee95
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	api/controllers/console/auth/login.py
#	api/controllers/console/feature.py
#	api/controllers/web/site.py
#	api/openapi/markdown/console-openapi.md
#	api/openapi/markdown/web-openapi.md
#	api/services/feature_service.py
#	api/tests/test_containers_integration_tests/services/test_account_service.py
#	api/tests/test_containers_integration_tests/services/test_feature_service.py
#	api/tests/unit_tests/controllers/console/auth/test_email_verification.py
#	api/tests/unit_tests/controllers/console/auth/test_login_logout.py
#	api/tests/unit_tests/controllers/web/test_site.py
#	api/tests/unit_tests/services/test_recommended_app_service.py
2026-07-27 13:16:01 +08:00
..
__init__.py refactor(api): migrate workspace account endpoints to BaseModel (#37954) 2026-07-06 06:57:40 +00:00
account.py refactor: centralize deployment edition in system features (#39454) 2026-07-24 07:15:02 +00:00
agent_providers.py refactor: fix OpenAPI contract generation schemas (#37387) 2026-06-12 14:25:53 +00:00
endpoint.py refactor(api): migrate workspace account endpoints to BaseModel (#37954) 2026-07-06 06:57:40 +00:00
error.py fix: align member invitation state and errors (#38885) 2026-07-14 03:05:44 +00:00
load_balancing_config.py chore: clean Db session from service (#38227) 2026-07-08 03:07:27 +00:00
members.py refactor: centralize deployment edition in system features (#39454) 2026-07-24 07:15:02 +00:00
model_providers.py refactor(api): migrate workspace model endpoints to BaseModel (#37963) 2026-07-09 04:05:32 +00:00
models.py refactor(api): migrate workspace model endpoints to BaseModel (#37963) 2026-07-09 04:05:32 +00:00
plugin.py fix: return disabled auto-upgrade settings when strategy is missing (#39494) 2026-07-24 06:15:02 +00:00
rbac.py Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
snippets.py feat(agent): support new Agent DSL import and export (#38849) 2026-07-15 02:02:14 +00:00
tool_providers.py refactor(api): migrate workspace tool endpoints to BaseModel (#37959) 2026-07-08 09:56:04 +00:00
trigger_providers.py refactor(api): migrate workspace tool endpoints to BaseModel (#37959) 2026-07-08 09:56:04 +00:00
workspace.py refactor: centralize deployment edition in system features (#39454) 2026-07-24 07:15:02 +00:00