feat(docker): multi-user team WebUI with accounts, shares, and compose host - #3960
Open
nicolaeser wants to merge 6 commits into
Open
feat(docker): multi-user team WebUI with accounts, shares, and compose host#3960nicolaeser wants to merge 6 commits into
nicolaeser wants to merge 6 commits into
Conversation
nicolaeser
requested review from
IceyLiu,
jiahe0510,
kaizhou-lab,
piorpua and
tcp404
as code owners
August 10, 2026 22:09
Open
5 tasks
added 4 commits
August 11, 2026 08:54
Ship docker-compose.yml (pull ghcr.io/iofficeai/aionui) and docker-compose.dev.yml (local build), harden the web host public surface, and start packaged webui with webui identity mode so team deployments require login instead of open --local APIs.
Add browser account management, forced password change, admin user and audit panels, and collaboration sharing for conversations, connections, and projects with account-scoped client state.
Resolve TypeScript errors in the multi-resource share selectors so typecheck and push gates pass.
v0.1.64 is not released yet, so prepareAioncore fails desktop build CI. Multi-user Core remains a documented dependency until that release ships.
nicolaeser
force-pushed
the
feat/docker-multi-user
branch
from
August 11, 2026 06:57
823a3b5 to
ce40a2a
Compare
jsdom and Node expose setItem on different objects; mock both so the quota path is exercised reliably without production code changes.
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
Add focused unit/DOM tests for the account admin UI, collaboration share dialogs, login/change-password pages, and account helper mapping so Codecov patch coverage reflects the multi-user feature work.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
Adds Docker-first multi-user team hosting for AionUi WebUI: compose stack for solo-or-team deploy, account admin + resource sharing UI, hardened web-host public API surface, and login/settings UX for team use.
What ships
Docker / compose
docker-compose.yml— pullghcr.io/iofficeai/aionuifor production-style team hostdocker-compose.dev.yml— local image builddocs/guides/docker.mdscripts/verify-team-docker.shsmoke path for team hostWebUI multi-user
webuifor multi-user (vs--localsingle-user)view|edit)Security
/api/webui/*and/api/auth/internal/*on the web hosti18n for all new account / login / share copy across existing locales
Dependency / merge order
This PR expects AionCore multi-user foundation (admin users, resource shares, WebUI identity bootstrap).
Core PR: iOfficeAI/AionCore#815
aioncoreVersionstays on publishedv0.1.63so desktop/build CI can download the binary. Team multi-user APIs need Core #815 / a future release — usedocker/prebuilt/aioncorefor local multi-user Core until then.Please merge Core multi-user first (or coordinate a joint release), then land this PR.
Type of Change
feat— New featuredocs— Documentation updateAtomic PR Checklist (Rule 1)
Local Checks (Rule 3)
bunx vitest run— 4107 passedbunx tsc --noEmitRuntime Verification
Commits
feat(docker): multi-user WebUI image, compose, and host securityfeat(webui): multi-user accounts, login, and resource sharingfix(webui): tighten collaboration share picker typesfix(docker): pin aioncore to published v0.1.63 for CItest(preview): spy both Storage paths in quota-exceeded testThank you for contributing to AionUi! 🎉