copilot-swe-agent[bot]
f63c61db65
fix: Address code review feedback for OAuth SSO
...
- Add proper lifecycle management for state cleanup interval
- Fix host header injection vulnerability by validating forwarded headers
- Add type safety for GitHub API responses
- Add stopStateCleanup function for test cleanup
- Document scaling limitations of in-memory state store
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-12-31 15:23:14 +00:00
copilot-swe-agent[bot]
7f1e4d5de1
feat: Add OAuth 2.0 / OIDC SSO login support
...
- Add OAuth SSO provider configuration types (OAuthSsoProviderConfig, OAuthSsoConfig)
- Create OAuth SSO service with support for Google, Microsoft, GitHub, and custom OIDC providers
- Implement OAuth SSO controller with endpoints for SSO configuration, login initiation, and callback handling
- Add routes for /api/auth/sso/* endpoints
- Update User entity and DAOs to support OAuth-linked accounts (oauthProvider, oauthSubject, email, displayName, avatarUrl)
- Update SystemConfig entity to include oauthSso field
- Update migration utility to handle OAuth SSO configuration and user fields
- Add OAuth callback page for frontend token handling
- Update LoginPage with SSO provider buttons and hybrid auth support
- Add i18n translations for OAuth SSO (English and Chinese)
- Add comprehensive tests for OAuth SSO service (13 new tests)
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-12-31 15:17:07 +00:00
samanhappy
1f3a6794ea
feat: enhance BearerKeyDaoImpl to handle migration and caching behavior for bearer keys ( #507 )
2025-12-14 20:40:57 +08:00
samanhappy
01855ca2ca
feat: add bearer authentication key management with migration support ( #503 )
2025-12-13 16:46:58 +08:00
samanhappy
2028233b53
Add OpenAPI support and enhance settings aggregation ( #500 )
2025-12-11 17:42:50 +08:00
samanhappy
9d8f5ba370
Enhance MCP settings export with error handling and null value removal ( #465 )
2025-12-01 16:28:45 +08:00
samanhappy
764959eaca
Implement OAuth client and token management with settings updates ( #464 )
2025-12-01 16:02:55 +08:00
samanhappy
b5dff990e5
refactor: Remove outdated OpenAPI test scripts and add comprehensive integration tests ( #459 )
2025-11-30 17:33:15 +08:00
samanhappy
8770b9ccfe
feat: Enhance Keep-Alive configuration handling ( #455 )
2025-11-30 09:59:48 +08:00
Copilot
063b081297
Add PostgreSQL-backed data storage support ( #444 )
...
Co-authored-by: samanhappy <samanhappy@gmail.com >
2025-11-29 17:45:25 +08:00
samanhappy
ac0b60ed4b
feat: Implement keepalive functionality for SSE and StreamableHTTP connections ( #442 )
2025-11-22 12:07:21 +08:00
Copilot
449e6ea4fd
Add OAuth 2.0 authorization server to enable ChatGPT Web integration ( #413 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
Co-authored-by: samanhappy <samanhappy@gmail.com >
2025-11-21 13:25:02 +08:00
cheestard
1869f283ba
fix: Bad Request: No valid session ID provided ( #405 ) ( #427 )
2025-11-19 18:17:37 +08:00
Copilot
7e570a900a
Fix: Convert form parameters to schema-defined types before MCP tool calls ( #397 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-10-29 18:41:23 +08:00
Copilot
6268a02c0e
Fix URL routing for MCP servers with slashes in names ( #396 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-10-29 18:37:24 +08:00
samanhappy
d595e5d874
Fix support for nested smart group segments in MCP routing ( #394 )
2025-10-28 17:51:58 +08:00
Copilot
ff797b4ab9
Add group-scoped smart routing via $smart/{group} pattern ( #388 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-10-26 20:51:55 +08:00
Copilot
f79028ed64
Expand environment variables throughout mcp_settings.json configuration ( #384 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-10-26 19:25:53 +08:00
Copilot
26b26a5fb1
Add OAuth support for upstream MCP servers ( #381 )
...
Co-authored-by: samanhappy <samanhappy@gmail.com >
2025-10-26 16:09:34 +08:00
Copilot
7dbd6c386e
Fix: Environment variable expansion in headers for HTTP-based MCP transports ( #380 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-10-23 19:18:50 +08:00
samanhappy
16a92096b3
feat: Enhance package root detection and version retrieval using ESM-compatible methods ( #371 )
2025-10-13 22:36:29 +08:00
Copilot
4d736c543d
feat: Add MCP settings export and copy functionality ( #367 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
Co-authored-by: samanhappy <samanhappy@gmail.com >
2025-10-13 19:39:01 +08:00
Copilot
6a59becd8d
Fix Windows startup error: Convert paths to file:// URLs for ESM dynamic imports ( #363 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
Co-authored-by: samanhappy <samanhappy@gmail.com >
2025-10-12 11:31:44 +08:00
samanhappy
66b6053f7f
feat: add passthrough headers support for OpenAPI client and MCP protocol ( #345 )
2025-09-20 17:12:20 +08:00
Copilot
62de87b1a4
Add granular OpenAPI endpoints for server-level and group-level tool access ( #309 )
...
Co-authored-by: samanhappy <samanhappy@gmail.com >
2025-08-27 17:25:32 +08:00
samanhappy
bbd6c891c9
feat(dao): Implement comprehensive DAO layer ( #308 )
...
Co-authored-by: samanhappy@qq.com <my6051199>
2025-08-27 15:21:30 +08:00
Copilot
f9019545c3
Fix integer parameter conversion in OpenAPI endpoints ( #306 )
...
Co-authored-by: samanhappy <samanhappy@gmail.com >
2025-08-27 11:04:25 +08:00
Copilot
976e90679d
Add OpenAPI specification generation for OpenWebUI integration ( #295 )
...
Co-authored-by: samanhappy <samanhappy@gmail.com >
2025-08-26 14:54:19 +08:00
samanhappy
20fd355b87
feat: enhance JSON serialization safety & add dxt upload limit ( #230 )
2025-07-20 19:18:10 +08:00
samanhappy
1e308ec4c5
feat: add Jest testing framework and CI/CD configuration ( #187 )
...
Co-authored-by: samanhappy@qq.com <my6051199>
2025-06-18 14:02:52 +08:00