mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #14853] [CLOSED] Bugfix/payments for companies with no active subscription #39247
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/14853
Author: @philszalay
Created: 6/10/2025
Status: ❌ Closed
Base:
main← Head:bugfix/payments_for_companies_with_no_active_subscription📝 Commits (10+)
b01385dFix: Admins should not see private assistants of other usersa3dd0ffMerge pull request #49 from philszalay/fix-user-assistant-edita4e5482Remove max token param from models in litellm configb4ac39fMerge pull request #50 from philszalay/bugfix/model_token_limitse636177Allow to add profile image on registration60c8cd7Passwort reset endpoints + adjustmentscf28c53Add endpoints for user/company registration flow4017b38Connect backend to company registration182d484Allow to store company profile image on creation2bf3002Update steps on company registration📊 Changes
369 files changed (+26548 additions, -5251 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(+209 -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)📝
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(+116 -38)➕
backend/beyond_the_loop/models/prompts.py(+268 -0)...and 80 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.