mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #4536] [CLOSED] Feature/teams #8298
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/4536
Author: @Eugene-Song
Created: 8/12/2024
Status: ❌ Closed
Base:
main← Head:feature/teams📝 Commits (10+)
c0e8fbbAdd list5a4d4b0Update projects.mdec9b9baRename link156fedfUpdate projects.md2d19feaUpdate projects.md6e728f9Update projects.md86398bbtypofd5832dUpdate projects.md4a0402eUpdate projects.md485e4e7Redirect for links📊 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.