Tim O'Farrell
|
9e3aed7f53
|
refactor: move settings and secrets stores to app_server (#14165)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-27 13:54:33 -06:00 |
|
Tim O'Farrell
|
02b999c166
|
Remove dead feedback routes (V0 code) (#14158)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-27 11:40:07 -06:00 |
|
Tim O'Farrell
|
28d26f8178
|
Remove dead MonitoringListener code (#14157)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-27 11:10:57 -06:00 |
|
Tim O'Farrell
|
fc4c62a73d
|
Removed V0 conversation stats (#14152)
|
2026-04-27 09:51:35 -06:00 |
|
Hiep Le
|
b41dd2ba8b
|
fix: enforce onboarding completion on every navigation (#14142)
Co-authored-by: allhands-bot <allhands-bot@users.noreply.github.com>
|
2026-04-27 22:35:18 +07:00 |
|
Tim O'Farrell
|
731183e069
|
Remove enterprise/integrations/solvability package and related dead code (#14150)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-27 09:20:29 -06:00 |
|
Tim O'Farrell
|
c22c03eeb6
|
Remove ConversationStore interface and implementations (V1 migration cleanup) (#14147)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-27 08:05:53 -06:00 |
|
Tim O'Farrell
|
237948978b
|
V0 Code Removals: Conversation Validator, MCP Updates, and Cleanup (#14135)
Co-authored-by: OpenHands Bot <contact@all-hands.dev>
Co-authored-by: allhands-bot <allhands-bot@users.noreply.github.com>
|
2026-04-27 06:51:15 -06:00 |
|
Rohit Malhotra
|
cd0175d83e
|
fix: correct return types and remove unreachable code (SQLAlchemy typing PR6) (#14079)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-22 20:17:11 +00:00 |
|
Rohit Malhotra
|
fb0108f946
|
fix: handle nullable arguments in enterprise code (#14078)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-22 16:10:08 -04:00 |
|
Rohit Malhotra
|
033c6202b7
|
fix: handle nullable datetime in _fix_timezone methods (#14073)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-22 19:16:26 +00:00 |
|
Rohit Malhotra
|
16374dc9c0
|
fix: add ColumnElement type annotation for SQLAlchemy filter conditions (#14072)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-22 19:06:08 +00:00 |
|
Graham Neubig
|
a8926068ff
|
fix: restore org settings payload contract (#14051)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: hieptl <hieptl.developer@gmail.com>
|
2026-04-22 15:03:40 -04:00 |
|
Rohit Malhotra
|
51f9266abb
|
fix(enterprise): migrate StoredVerifiedModel to SQLAlchemy 2.0 mapped_column (#14064)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-22 17:53:48 +00:00 |
|
Tim O'Farrell
|
13e9d7584a
|
Remove openhands.server.conversation_manager package (V0 to V1 migration) (#14034)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-21 20:17:11 -06:00 |
|
Rohit Malhotra
|
393a6bb8f8
|
feat: add automation event forwarding for GitHub webhooks (#13793)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: chuckbutkus <chuck@openhands.dev>
Co-authored-by: chuckbutkus <chuck@all-hands.dev>
Co-authored-by: hieptl <hieptl.developer@gmail.com>
|
2026-04-21 13:41:53 -04:00 |
|
Hiep Le
|
d8c67a4d3d
|
fix(backend): repair org-defaults LLM save flow and sync managed keys to members (#14044)
|
2026-04-22 00:38:52 +07:00 |
|
Hiep Le
|
b2df428eff
|
fix(backend): restore git-organizations endpoint for git conversation routing (#14032)
|
2026-04-20 22:48:24 +07:00 |
|
Tim O'Farrell
|
3b264dd419
|
Remove deprecated V0 FastAPI endpoints (#13952)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-19 08:41:16 -06:00 |
|
Xingyao Wang
|
2068694ea0
|
fix(enterprise): Apply deployment LLM proxy URL override in /api/v1/users/me (#13980)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: hieptl <hieptl.developer@gmail.com>
|
2026-04-17 12:23:42 +07:00 |
|
Joe Laverty
|
926f25a74b
|
bugfix(enterprise): Remove shared conversation enumerator endpoints (#13976)
|
2026-04-16 18:11:44 +00:00 |
|
Hiep Le
|
f1ff98b2fc
|
fix: add flat SDK compat fields to /api/v1/users/me response (#13957)
|
2026-04-16 23:11:51 +07:00 |
|
HeyItsChloe
|
c78b923468
|
feat(frontend): Remove onboarding feature flags (#13947)
Co-authored-by: Hiep Le <69354317+hieptl@users.noreply.github.com>
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: hieptl <hieptl.developer@gmail.com>
|
2026-04-16 12:28:27 +07:00 |
|
Graham Neubig
|
b4da0e1c69
|
settings: expose SDK settings schema to OpenHands (#13306)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: hieptl <hieptl.developer@gmail.com>
Co-authored-by: tofarr <tofarr@gmail.com>
|
2026-04-15 17:00:35 -06:00 |
|
Engel Nyst
|
eb940ea5e7
|
Use SDK package public exports where available (#13402)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-15 22:05:08 +02:00 |
|
HeyItsChloe
|
b4b77fbc31
|
feat: Add DEPLOYMENT_MODE detection for conditional onboarding (#13675)
Co-authored-by: Hiep Le <69354317+hieptl@users.noreply.github.com>
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: hieptl <hieptl.developer@gmail.com>
|
2026-04-16 00:57:57 +07:00 |
|
Tim O'Farrell
|
0eafa9fd15
|
APP-1170: Jira : add V1 conversation support and multiple bug fixes (#13909)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-14 14:39:00 -06:00 |
|
Xingyao Wang
|
eab9d9e3c7
|
fix: paginate through backend pages when filtering shared events (#13910)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-14 14:20:33 +01:00 |
|
Hiep Le
|
58df84e16c
|
feat: add manage automations permission and broadcast org selection (#13908)
|
2026-04-14 18:05:02 +07:00 |
|
Graham Neubig
|
4f81d2ae7a
|
Filter out ConversationStateUpdateEvent from shared-events endpoints (#13888)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-11 16:03:02 -05:00 |
|
chuckbutkus
|
60ece6d7c2
|
feat: Add organization/authorization info to /api/v1/users/me endpoint (#13822)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: OpenHands Bot <contact@all-hands.dev>
|
2026-04-09 14:37:13 -04:00 |
|
Rohit Malhotra
|
384c324652
|
fix(slack): immediately display 'No Repository' option (#13791)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-06 14:21:59 -04:00 |
|
Tim O'Farrell
|
4e68f57807
|
Add V1 git routes with pagination for installations and repositories (#13790)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-06 12:01:22 -06:00 |
|
Tim O'Farrell
|
e3246c27d4
|
Added new v1 endpoint for user git info and deprecated old endpoint (#13787)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-06 09:54:24 -06:00 |
|
Hiep Le
|
6ad27b77bb
|
feat(backend): route resolver conversations to claimed org workspaces (#13713)
|
2026-04-04 01:32:43 +07:00 |
|
Tim O'Farrell
|
e38eda4ac9
|
APP-1197 Migrate settings endpoints to V1 API (/api/v1/settings) (#13759)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-03 09:38:24 -06:00 |
|
Hiep Le
|
5d593ca6e4
|
feat(backend): add API endpoints to claim and disconnect git organizations (#13683)
|
2026-04-02 12:35:30 +07:00 |
|
Graham Neubig
|
3e1e8f00f7
|
refactor: single source of truth for verified models (#13421)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Juan Michelini <juan@juan.com.uy>
|
2026-04-01 18:00:29 -03:00 |
|
Hiep Le
|
ec66250e74
|
feat(backend): develop api to retrieve git organizations for the current organization (#13676)
|
2026-04-01 01:31:14 +07:00 |
|
Joe Laverty
|
e3c9fa9d05
|
Remove unused KEYCLOAK_PROVIDER_NAME constant (#13663)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-31 09:46:25 -04:00 |
|
aivong-openhands
|
5f064fa88b
|
PLTF-330: log module funcName and lineno in enterprise (#13612)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-27 09:18:02 -05:00 |
|
Hiep Le
|
a75038bee0
|
fix: user does not immediately appear in org after accepting invite in openhands cloud (#13562)
|
2026-03-27 14:37:38 +07:00 |
|
Hiep Le
|
fbe6eb30cb
|
feat(backend): add organization members financial data endpoint (#13595)
|
2026-03-27 12:18:46 +07:00 |
|
Hiep Le
|
9be60bc286
|
fix: make MCP settings user-specific within organization (#13591)
|
2026-03-26 11:42:08 +07:00 |
|
Hiep Le
|
0b935669f3
|
fix(backend): clean up orphaned Keycloak users on duplicate email rejection (#13495)
|
2026-03-25 16:46:20 +07:00 |
|
Hiep Le
|
889754abfd
|
fix: use API key's org_id when creating conversations via API key auth (#13568)
|
2026-03-25 16:46:06 +07:00 |
|
aivong-openhands
|
9f47727da5
|
PLTF-330: add timestamp to enterprise JSON logger formatter (#13555)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-24 14:53:14 -05:00 |
|
Rohit Malhotra
|
f1b65d9534
|
Rename env name (#13570)
|
2026-03-24 16:38:49 +00:00 |
|
Tim O'Farrell
|
0fc4b0fb55
|
Add infinite scroll pagination and filesystem storage support to public share page (#13545)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-23 12:18:07 -06:00 |
|
Rohit Malhotra
|
63956c3292
|
Fix FastAPI Query parameter validation: lte -> le (#13502)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-19 20:27:10 -04:00 |
|