[PR #4536] [CLOSED] Feature/teams #8298

Closed
opened 2025-11-11 17:50:19 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/4536
Author: @Eugene-Song
Created: 8/12/2024
Status: Closed

Base: mainHead: feature/teams


📝 Commits (10+)

📊 Changes

32 files changed (+1532 additions, -3 deletions)

View changed files

📝 Dockerfile (+2 -2)
README-better-layout.md (+180 -0)
active.md (+128 -0)
📝 backend/apps/webui/main.py (+3 -0)
📝 backend/apps/webui/models/users.py (+3 -0)
backend/apps/webui/routers/team_utils.py (+49 -0)
index.html (+152 -0)
list/README.md (+25 -0)
list/index.html (+36 -0)
location/README.md (+37 -0)
location/index.html (+24 -0)
location/setup/README.md (+139 -0)
location/setup/docker/README.md (+274 -0)
location/setup/docker/index.html (+24 -0)
location/setup/guides/google-cloud.md (+103 -0)
location/setup/guides/local.md (+48 -0)
location/setup/guides/pics/artifact-roles.png (+0 -0)
location/setup/guides/pics/gce-wOllama-cost.png (+0 -0)
location/setup/guides/pics/gce-wPipelines-cost.png (+0 -0)
location/setup/guides/pics/gcr-add-volume.png (+0 -0)

...and 12 more files

📄 Description

move the new team export button code into 3 new custom "team" admin pages.

backend/apps/webui/routers/team-utils.py
src/lib/components/admin/Settings/team.svelt
And new team api files


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/4536 **Author:** [@Eugene-Song](https://github.com/Eugene-Song) **Created:** 8/12/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/teams` --- ### 📝 Commits (10+) - [`c0e8fbb`](https://github.com/open-webui/open-webui/commit/c0e8fbb8abc0fbbf51fea78e01ec8d82ff59c808) Add list - [`5a4d4b0`](https://github.com/open-webui/open-webui/commit/5a4d4b0553abee02bc398c85e1327ec8439f742b) Update projects.md - [`ec9b9ba`](https://github.com/open-webui/open-webui/commit/ec9b9ba4c806dac9f893afcf0ea7cecc07747eea) Rename link - [`156fedf`](https://github.com/open-webui/open-webui/commit/156fedf09dc61811870b86517bf0cb572c7a7acc) Update projects.md - [`2d19fea`](https://github.com/open-webui/open-webui/commit/2d19fea43d2f3a5d1cf259eb8a82725c45e88ef6) Update projects.md - [`6e728f9`](https://github.com/open-webui/open-webui/commit/6e728f92fa7b7fec583754e779615f8ae2b60708) Update projects.md - [`86398bb`](https://github.com/open-webui/open-webui/commit/86398bb84549ec8df84ee6323a5370e7175d0755) typo - [`fd5832d`](https://github.com/open-webui/open-webui/commit/fd5832d517de1ec2ce139ac55e39bcc483fe4460) Update projects.md - [`4a0402e`](https://github.com/open-webui/open-webui/commit/4a0402eba5b129ddd6ad84c630b472ab6f6ad119) Update projects.md - [`485e4e7`](https://github.com/open-webui/open-webui/commit/485e4e71b8c438bc8736f07d779bc0e9f7cb3003) Redirect for links ### 📊 Changes **32 files changed** (+1532 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+2 -2) ➕ `README-better-layout.md` (+180 -0) ➕ `active.md` (+128 -0) 📝 `backend/apps/webui/main.py` (+3 -0) 📝 `backend/apps/webui/models/users.py` (+3 -0) ➕ `backend/apps/webui/routers/team_utils.py` (+49 -0) ➕ `index.html` (+152 -0) ➕ `list/README.md` (+25 -0) ➕ `list/index.html` (+36 -0) ➕ `location/README.md` (+37 -0) ➕ `location/index.html` (+24 -0) ➕ `location/setup/README.md` (+139 -0) ➕ `location/setup/docker/README.md` (+274 -0) ➕ `location/setup/docker/index.html` (+24 -0) ➕ `location/setup/guides/google-cloud.md` (+103 -0) ➕ `location/setup/guides/local.md` (+48 -0) ➕ `location/setup/guides/pics/artifact-roles.png` (+0 -0) ➕ `location/setup/guides/pics/gce-wOllama-cost.png` (+0 -0) ➕ `location/setup/guides/pics/gce-wPipelines-cost.png` (+0 -0) ➕ `location/setup/guides/pics/gcr-add-volume.png` (+0 -0) _...and 12 more files_ </details> ### 📄 Description move the new team export button code into 3 new custom "team" admin pages. backend/apps/webui/routers/team-utils.py src/lib/components/admin/Settings/team.svelt And new team api files --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:50:19 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#8298