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
copilot-swe-agent[bot]
9319ea47e6
Initial plan
2025-12-31 14:57:01 +00:00
samanhappy
8ae542bdab
Add server renaming functionality ( #533 )
2025-12-30 18:45:33 +08:00
samanhappy
88ce94b988
docs: update and expand MCPHub development guide and agent instructions ( #532 )
2025-12-28 14:25:28 +08:00
samanhappy
7cc330e721
fix: ensure database is initialized before saving tool embeddings ( #531 )
v0.11.10
2025-12-28 12:19:21 +08:00
Copilot
ab338e80a7
Add custom access type for bearer keys to support combined group and server scoping ( #530 )
...
Co-authored-by: samanhappy <samanhappy@gmail.com >
2025-12-27 16:16:50 +08:00
cheezmil
b00e1c81fc
fix: Found 1 error in src/services/keepAliveService.ts:51 #521 ( #522 )
...
Co-authored-by: cheestard <134115886+cheestard@users.noreply.github.com >
2025-12-25 09:15:07 +08:00
samanhappy
33eae50bd3
Refactor smart routing configuration and async database handling ( #519 )
v0.11.9
2025-12-20 12:16:09 +08:00
samanhappy
eb1a965e45
feat: add authentication status listener to refresh settings on user login ( #518 )
2025-12-17 18:34:07 +08:00
samanhappy
97114dcabb
feat: implement batch saving for smart routing configuration ( #517 )
2025-12-17 15:26:53 +08:00
samanhappy
350a022ea3
feat: enhance login error handling and add server unavailable message ( #516 )
2025-12-17 13:24:07 +08:00
samanhappy
292876a991
feat: update PostgreSQL images to pgvector/pgvector:pg17 across configurations ( #513 )
v0.11.8
2025-12-16 15:40:06 +08:00
samanhappy
d6a9146e27
feat: enhance OAuth token logging and add authentication error handling in tool calls ( #512 )
2025-12-16 15:16:43 +08:00
samanhappy
1f3a6794ea
feat: enhance BearerKeyDaoImpl to handle migration and caching behavior for bearer keys ( #507 )
v0.11.7
2025-12-14 20:40:57 +08:00
samanhappy
c673afb97e
Add HTTP/HTTPS proxy configuration and environment variable support ( #506 )
2025-12-14 15:44:44 +08:00
samanhappy
01855ca2ca
feat: add bearer authentication key management with migration support ( #503 )
v0.11.6
2025-12-13 16:46:58 +08:00
dependabot[bot]
88efad9d60
chore(deps-dev): bump next from 15.5.7 to 15.5.9 ( #501 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 14:50:18 +08:00
samanhappy
2028233b53
Add OpenAPI support and enhance settings aggregation ( #500 )
v0.11.5
2025-12-11 17:42:50 +08:00
samanhappy
1dfa0a990b
Add batch server and group creation functionality ( #499 )
2025-12-11 14:21:58 +08:00
Alptekin Gülcan
ab7c210281
Optimizing API Operations: Simplified operationId Values and Large String Parameter Management ( #488 )
2025-12-07 13:11:35 +08:00
Copilot
6bd28ec89b
Upgrade react and react-dom to 19.2.1 ( #489 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
v0.11.4
2025-12-06 15:58:14 +08:00
Copilot
41a42f82d0
Upgrade js-yaml to 4.1.1 ( #486 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-12-05 18:11:26 +08:00
Copilot
7aa3ff3bb1
Upgrade glob to version 10.5.0 ( #485 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
v0.11.3
2025-12-05 17:52:46 +08:00
Copilot
71667dab2c
Fix validator security vulnerability CVE in isLength() ( #484 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-12-05 17:40:29 +08:00
Copilot
1921a0363b
[WIP] Update auth0/node-jws to version 3.2.3 or 4.0.1 ( #482 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-12-05 17:38:03 +08:00
Copilot
f9fe2e444b
Add build-essential to Dockerfile for Python native extension compilation ( #478 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-12-04 22:48:07 +08:00
samanhappy
8d420a927b
fix: streamline tool filtering logic and add group-based filtering ( #476 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
v0.11.2
2025-12-04 15:10:49 +08:00
dependabot[bot]
cb77593fd7
chore(deps-dev): bump next from 15.5.2 to 15.5.7 ( #475 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-04 08:41:39 +08:00
dependabot[bot]
dbcebecf40
chore(deps): bump @modelcontextprotocol/sdk from 1.20.2 to 1.24.0 ( #473 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 19:10:51 +08:00
cheestard
54e877cbd8
feat: add reload button. ( #471 )
2025-12-03 18:55:48 +08:00
samanhappy
61b748151f
chore(deps): bump react-dom to 19.2.0 ( #474 )
2025-12-03 11:37:50 +08:00
dependabot[bot]
4f05815210
chore(deps-dev): bump @swc/core from 1.13.5 to 1.15.3 ( #468 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 11:27:33 +08:00
dependabot[bot]
691d91f207
chore(deps-dev): bump @tailwindcss/vite from 4.1.12 to 4.1.17 ( #469 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 11:27:14 +08:00
dependabot[bot]
3d58042ce5
chore(deps): bump bcryptjs from 3.0.2 to 3.0.3 ( #470 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 11:26:35 +08:00
dependabot[bot]
81486b09df
chore(deps): bump express from 4.21.2 to 4.22.0 ( #472 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 11:26:08 +08:00
dependabot[bot]
a41707c228
chore(deps-dev): bump react and @types/react ( #467 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 11:18:26 +08:00
dependabot[bot]
7391e57f35
chore(deps-dev): bump @tailwindcss/postcss from 4.1.14 to 4.1.17 ( #466 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 11:18:01 +08:00
samanhappy
9d8f5ba370
Enhance MCP settings export with error handling and null value removal ( #465 )
v0.11.1
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 )
v0.11.0
2025-11-30 17:33:15 +08:00
samanhappy
19f11a0927
Remove outdated documentation files ( #458 )
2025-11-30 17:29:37 +08:00
samanhappy
884870c9de
refactor: Simplify database configuration instructions and update API endpoint references ( #457 )
2025-11-30 17:20:01 +08:00
samanhappy
7b8d9a7e5a
Refactor documentation for clarity and dual data source support ( #456 )
2025-11-30 16:43:50 +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
73ae33e777
refactor: Remove deprecated systemConfig section from mcp_settings.json ( #452 )
v0.10.6
2025-11-27 21:34:07 +08:00
Copilot
dac0d376e8
Fix inverted validation for enableSessionRebuild system config ( #451 )
...
Co-authored-by: samanhappy <samanhappy@gmail.com >
2025-11-27 21:01:13 +08:00
samanhappy
803e35b14c
refactor: Simplify DataService implementation and remove unused DataServicex ( #448 )
2025-11-23 22:57:44 +08:00
samanhappy
a736398cd5
feat: Update permissions and settings structure for improved configuration management ( #447 )
2025-11-23 20:43:24 +08:00