yao/openapi/tests/setting
Max 13e16c7099 feat(smtp): add SMTP configuration and management endpoints
- Introduced new endpoints for managing SMTP settings, including GET, PUT, and POST methods for retrieving, updating, and testing SMTP configurations.
- Added data structures for SMTP presets and configuration, enhancing the OpenAPI settings to support email functionality.
- Organized routing under a new /smtp group for better endpoint management.
2026-04-29 12:21:19 +08:00
..
cloud_test.go feat(setting): implement cloud settings endpoints and owner verification 2026-04-28 21:20:43 +08:00
llm_test.go feat(llm): add Yao Agents preset and LLM management endpoints 2026-04-29 10:28:07 +08:00
search_test.go feat(search): add search provider endpoints and data structures 2026-04-29 11:29:03 +08:00
smtp_test.go feat(smtp): add SMTP configuration and management endpoints 2026-04-29 12:21:19 +08:00
system_test.go feat(openapi): add unified /setting/* endpoints for OpenAPI 2026-04-28 19:33:27 +08:00