dify/api/tests/unit_tests/controllers/console/auth
Stephen Zhou 30ed0907f3
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	api/controllers/console/app/site.py
#	api/controllers/console/datasets/datasets.py
#	api/core/plugin/backwards_invocation/model.py
#	api/core/rag/rerank/rerank_model.py
#	api/tests/test_containers_integration_tests/controllers/console/auth/test_oauth_server.py
#	api/tests/unit_tests/core/plugin/test_backwards_invocation_model.py
#	api/tests/unit_tests/tasks/test_batch_clean_document_task.py
#	packages/contracts/generated/api/service/orpc.gen.ts
#	web/app/components/datasets/rename-modal/index.tsx
#	web/app/components/header/account-setting/model-provider-page/model-selector/popup-layout.tsx
#	web/features/tag-management/components/tag-search-content.tsx
2026-08-27 10:06:48 +08:00
..
test_account_activation.py fix(api): handle suspended email domains (#41004) 2026-08-20 08:04:05 +00:00
test_authentication_security.py test: migrate controller identity ORM models to SQLite (#40626) 2026-08-14 08:54:48 +00:00
test_data_source_bearer_auth.py refactor(api): decouple data source API key auth flow (#40452) 2026-08-18 04:30:17 +00:00
test_data_source_oauth.py refactor(api): thin OAuth controllers and extract application services (#40692) 2026-08-26 07:33:37 +00:00
test_email_register_language.py fix(auth): normalize Gmail registration emails (#41249) 2026-08-26 07:14:27 +00:00
test_email_register.py fix(auth): normalize Gmail registration emails (#41249) 2026-08-26 07:14:27 +00:00
test_email_verification.py fix(auth): normalize Gmail registration emails (#41249) 2026-08-26 07:14:27 +00:00
test_forgot_password.py test: migrate auth and access controller ORM models to SQLite (#40572) 2026-08-21 06:12:29 +00:00
test_login_logout.py fix(auth): normalize Gmail registration emails (#41249) 2026-08-26 07:14:27 +00:00
test_oauth_redirect.py test: migrate auth and access controller ORM models to SQLite (#40572) 2026-08-21 06:12:29 +00:00
test_oauth_server.py refactor(api): thin OAuth controllers and extract application services (#40692) 2026-08-26 07:33:37 +00:00
test_oauth_timezone.py test: migrate auth and access controller ORM models to SQLite (#40572) 2026-08-21 06:12:29 +00:00
test_oauth.py refactor(api): move account lifecycle into application services (#40438) 2026-08-21 08:05:43 +00:00
test_password_reset.py fix: reconcile main merge regressions 2026-08-12 10:51:20 +08:00
test_token_refresh.py refactor(api): Stop masking refresh-token service errors as 401 (#38463) 2026-07-06 18:14:54 +00:00