dify/api/tests/unit_tests/controllers/console/auth
Stephen Zhou fde800e337
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	.github/dependabot.yml
#	.github/workflows/deploy-dev.yml
#	api/app_factory.py
#	api/core/indexing_runner.py
#	api/services/feature_service.py
#	api/tests/test_containers_integration_tests/controllers/console/auth/test_password_reset.py
#	api/tests/test_containers_integration_tests/services/test_feature_service.py
#	api/tests/unit_tests/controllers/console/auth/test_account_activation.py
#	api/tests/unit_tests/controllers/service_api/app/test_conversation.py
#	api/tests/unit_tests/controllers/web/test_site.py
#	api/tests/unit_tests/core/rag/indexing/test_indexing_runner.py
#	api/tests/unit_tests/core/tools/test_base_tool.py
#	api/tests/unit_tests/extensions/otel/test_retrieval_tracing.py
#	api/tests/unit_tests/extensions/test_ext_login.py
#	api/tests/unit_tests/services/test_feature_service_deployment_edition.py
#	api/tests/unit_tests/services/test_feature_service_knowledge_fs.py
#	api/tests/unit_tests/services/test_feature_service_licensed_seats.py
2026-08-07 09:55:10 +08:00
..
test_account_activation.py test: use SQLite sessions in controllers console auth (#39060) 2026-08-06 05:12:35 +00:00
test_authentication_security.py chore: fix use select style api in orm (#35531) 2026-04-24 08:35:20 +00:00
test_data_source_bearer_auth.py chore: clean Db session from service (#38227) 2026-07-08 03:07:27 +00:00
test_email_register_language.py chore: make AccountService.load_user use passed session (#37764) 2026-06-24 07:29:12 +00:00
test_email_register.py refactor(api): decouple console queries through application services (#40031) 2026-08-07 00:42:55 +00:00
test_email_verification.py refactor: remove backend-only system feature fields (#39543) 2026-07-25 02:01:12 +00:00
test_forgot_password.py refactor(api): decouple console queries through application services (#40031) 2026-08-07 00:42:55 +00:00
test_login_logout.py refactor: remove backend-only system feature fields (#39543) 2026-07-25 02:01:12 +00:00
test_oauth_redirect.py fix(oauth): reauth after accepting invitation (#39366) 2026-07-22 05:59:04 +00:00
test_oauth_server.py feat(oauth): expose stable account id on provider account endpoint (#39470) 2026-07-24 02:09:48 +00:00
test_oauth_timezone.py feat(oauth): preserve redirect_url through OAuth state for post-login… (#38900) 2026-07-14 08:23:39 +00:00
test_oauth.py refactor: remove backend-only system feature fields (#39543) 2026-07-25 02:01:12 +00:00
test_token_refresh.py refactor(api): Stop masking refresh-token service errors as 401 (#38463) 2026-07-06 18:14:54 +00:00