Original PR: https://github.com/open-webui/open-webui/pull/15088 Author: @leonardoveic Created: 6/17/2025 Status: ❌ Closed
Base: main ← Head: issue-12/upgrade-vitest-fix-rce-vulnerability
main
issue-12/upgrade-vitest-fix-rce-vulnerability
b16eadb
847ad23
0fd909c
2f5502d
61bacb2
89ec2d1
7c99624
7ca6a44
64428b0
decbfce
374 files changed (+27223 additions, -5519 deletions)
➖ .github/workflows/build-release.yml (+0 -72) ➖ .github/workflows/codespell.disabled (+0 -25) ➖ .github/workflows/deploy-to-hf-spaces.yml (+0 -63) ➕ .github/workflows/docker-build-push.yml (+240 -0) ➖ .github/workflows/docker-build.yaml (+0 -477) ➖ .github/workflows/format-backend.yaml (+0 -39) ➖ .github/workflows/format-build-frontend.yaml (+0 -57) ➖ .github/workflows/integration-test.disabled (+0 -255) ➖ .github/workflows/lint-backend.disabled (+0 -27) ➖ .github/workflows/lint-frontend.disabled (+0 -21) ➖ .github/workflows/release-pypi.yml (+0 -32) 📝 .gitignore (+1 -0) 📝 Dockerfile (+4 -1) ➕ backend/beyond_the_loop/dev.sh (+12 -0) 📝 backend/beyond_the_loop/models/auths.py (+51 -9) ➕ backend/beyond_the_loop/models/companies.py (+328 -0) ➕ backend/beyond_the_loop/models/completions.py (+90 -0) 📝 backend/beyond_the_loop/models/groups.py (+7 -11) ➕ backend/beyond_the_loop/models/model_costs.py (+87 -0) ➕ backend/beyond_the_loop/models/models.py (+401 -0)
.github/workflows/build-release.yml
.github/workflows/codespell.disabled
.github/workflows/deploy-to-hf-spaces.yml
.github/workflows/docker-build-push.yml
.github/workflows/docker-build.yaml
.github/workflows/format-backend.yaml
.github/workflows/format-build-frontend.yaml
.github/workflows/integration-test.disabled
.github/workflows/lint-backend.disabled
.github/workflows/lint-frontend.disabled
.github/workflows/release-pypi.yml
.gitignore
Dockerfile
backend/beyond_the_loop/dev.sh
backend/beyond_the_loop/models/auths.py
backend/beyond_the_loop/models/companies.py
backend/beyond_the_loop/models/completions.py
backend/beyond_the_loop/models/groups.py
backend/beyond_the_loop/models/model_costs.py
backend/beyond_the_loop/models/models.py
...and 80 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/15088
Author: @leonardoveic
Created: 6/17/2025
Status: ❌ Closed
Base:
main← Head:issue-12/upgrade-vitest-fix-rce-vulnerability📝 Commits (10+)
b16eadbMake groups owned by company847ad23Small permission bugfix, don't sort groups on retrieval0fd909cUser permissions new defaults2f5502dAdd permissions menu to gropups, remove from group61bacb2Replace chat logo with company logo based on company settings89ec2d1Add invite in a group functionality7c99624Backend refactoring (1)7ca6a44Backend refactoring (2)64428b0Allow to create groups and assign users to groups in invitedecbfceFix company settings model control📊 Changes
374 files changed (+27223 additions, -5519 deletions)
View changed files
➖
.github/workflows/build-release.yml(+0 -72)➖
.github/workflows/codespell.disabled(+0 -25)➖
.github/workflows/deploy-to-hf-spaces.yml(+0 -63)➕
.github/workflows/docker-build-push.yml(+240 -0)➖
.github/workflows/docker-build.yaml(+0 -477)➖
.github/workflows/format-backend.yaml(+0 -39)➖
.github/workflows/format-build-frontend.yaml(+0 -57)➖
.github/workflows/integration-test.disabled(+0 -255)➖
.github/workflows/lint-backend.disabled(+0 -27)➖
.github/workflows/lint-frontend.disabled(+0 -21)➖
.github/workflows/release-pypi.yml(+0 -32)📝
.gitignore(+1 -0)📝
Dockerfile(+4 -1)➕
backend/beyond_the_loop/dev.sh(+12 -0)📝
backend/beyond_the_loop/models/auths.py(+51 -9)➕
backend/beyond_the_loop/models/companies.py(+328 -0)➕
backend/beyond_the_loop/models/completions.py(+90 -0)📝
backend/beyond_the_loop/models/groups.py(+7 -11)➕
backend/beyond_the_loop/models/model_costs.py(+87 -0)➕
backend/beyond_the_loop/models/models.py(+401 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.