dify/api/controllers/console/workspace
Harry dfc5e3609d refactor(trigger): streamline OAuth client existence check
Replaced the method for checking the existence of a system OAuth client with a new dedicated method `is_oauth_system_client_exists` in the TriggerProviderService. This improves code clarity and encapsulates the logic for verifying the presence of a system-level OAuth client. Updated the TriggerOAuthClientManageApi to utilize the new method for better readability.
2025-10-29 14:22:56 +08:00
..
__init__.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
account.py fluent api (#27093) 2025-10-19 12:54:41 +09:00
agent_providers.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
endpoint.py fluent api (#27093) 2025-10-19 12:54:41 +09:00
error.py fix: drop dead code phase2 unused class (#22042) 2025-07-17 09:33:07 +08:00
load_balancing_config.py fluent api (#27093) 2025-10-19 12:54:41 +09:00
members.py fluent api (#27093) 2025-10-19 12:54:41 +09:00
model_providers.py fluent api (#27093) 2025-10-19 12:54:41 +09:00
models.py fluent api (#27093) 2025-10-19 12:54:41 +09:00
plugin.py refactor: improve trigger metadata handling and streamline workflow service 2025-10-28 17:50:06 +08:00
tool_providers.py Merge remote-tracking branch 'origin/main' into feat/trigger 2025-10-28 11:28:06 +08:00
trigger_providers.py refactor(trigger): streamline OAuth client existence check 2025-10-29 14:22:56 +08:00
workspace.py fluent api (#27093) 2025-10-19 12:54:41 +09:00