[PR #14853] [CLOSED] Bugfix/payments for companies with no active subscription #39247

Closed
opened 2026-04-25 11:55:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/14853
Author: @philszalay
Created: 6/10/2025
Status: Closed

Base: mainHead: bugfix/payments_for_companies_with_no_active_subscription


📝 Commits (10+)

  • b01385d Fix: Admins should not see private assistants of other users
  • a3dd0ff Merge pull request #49 from philszalay/fix-user-assistant-edit
  • a4e5482 Remove max token param from models in litellm config
  • b4ac39f Merge pull request #50 from philszalay/bugfix/model_token_limits
  • e636177 Allow to add profile image on registration
  • 60c8cd7 Passwort reset endpoints + adjustments
  • cf28c53 Add endpoints for user/company registration flow
  • 4017b38 Connect backend to company registration
  • 182d484 Allow to store company profile image on creation
  • 2bf3002 Update 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:

  • Target branch: Please verify that the pull request targets the dev branch.
  • Description: Provide a concise description of the changes made in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation Open WebUI Docs, or other documentation sources?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
  • Testing: Have you written and run sufficient tests to validate the changes?
  • Code review: Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?
  • Prefix: To clearly categorize this pull request, prefix the pull request title using one of the following:
    • BREAKING CHANGE: Significant changes that may affect compatibility
    • build: Changes that affect the build system or external dependencies
    • ci: Changes to our continuous integration processes or workflows
    • chore: Refactor, cleanup, or other non-functional code changes
    • docs: Documentation update or addition
    • feat: Introduces a new feature or enhancement to the codebase
    • fix: Bug fix or error correction
    • i18n: Internationalization or localization changes
    • perf: Performance improvement
    • refactor: Code restructuring for better maintainability, readability, or scalability
    • style: Changes that do not affect the meaning of the code (white space, formatting, missing semi-colons, etc.)
    • test: Adding missing tests or correcting existing tests
    • WIP: Work in progress, a temporary label for incomplete or ongoing work

Changelog Entry

Description

  • [Concisely describe the changes made in this pull request, including any relevant motivation and impact (e.g., fixing a bug, adding a feature, or improving performance)]

Added

  • [List any new features, functionalities, or additions]

Changed

  • [List any changes, updates, refactorings, or optimizations]

Deprecated

  • [List any deprecated functionality or features that have been removed]

Removed

  • [List any removed features, files, or functionalities]

Fixed

  • [List any fixes, corrections, or bug fixes]

Security

  • [List any new or updated security-related changes, including vulnerability fixes]

Breaking Changes

  • BREAKING CHANGE: [List any breaking changes affecting compatibility or functionality]

Additional Information

  • [Insert any additional context, notes, or explanations for the changes]
    • [Reference any related issues, commits, or other relevant information]

Screenshots or Videos

  • [Attach any relevant screenshots or videos demonstrating the changes]

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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/14853 **Author:** [@philszalay](https://github.com/philszalay) **Created:** 6/10/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `bugfix/payments_for_companies_with_no_active_subscription` --- ### 📝 Commits (10+) - [`b01385d`](https://github.com/open-webui/open-webui/commit/b01385de7218169420006988e309f1f569246ffa) Fix: Admins should not see private assistants of other users - [`a3dd0ff`](https://github.com/open-webui/open-webui/commit/a3dd0ffd7126747206cfd9337e0152f28cdf9ccc) Merge pull request #49 from philszalay/fix-user-assistant-edit - [`a4e5482`](https://github.com/open-webui/open-webui/commit/a4e5482e378321357633c73d5c6765e39eda0440) Remove max token param from models in litellm config - [`b4ac39f`](https://github.com/open-webui/open-webui/commit/b4ac39fd884c5d250994dbac0760852df7948c68) Merge pull request #50 from philszalay/bugfix/model_token_limits - [`e636177`](https://github.com/open-webui/open-webui/commit/e636177e50a96d8f8e14cc4a36caa65087c61198) Allow to add profile image on registration - [`60c8cd7`](https://github.com/open-webui/open-webui/commit/60c8cd737d1147718455c00be8281d8dc36f973a) Passwort reset endpoints + adjustments - [`cf28c53`](https://github.com/open-webui/open-webui/commit/cf28c53f40c7d4cdb61806bb3acf08db983fc5be) Add endpoints for user/company registration flow - [`4017b38`](https://github.com/open-webui/open-webui/commit/4017b387b0de83356537485465191f886096cf75) Connect backend to company registration - [`182d484`](https://github.com/open-webui/open-webui/commit/182d4845659473f2b0ddb2b8513f445007407f40) Allow to store company profile image on creation - [`2bf3002`](https://github.com/open-webui/open-webui/commit/2bf300235304488e83dd4f68ecdb4f0cf29d12b0) Update steps on company registration ### 📊 Changes **369 files changed** (+26548 additions, -5251 deletions) <details> <summary>View changed files</summary> ➖ `.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_ </details> ### 📄 Description # Pull Request Checklist ### Note to first-time contributors: Please open a discussion post in [Discussions](https://github.com/open-webui/open-webui/discussions) and describe your changes before submitting a pull request. **Before submitting, make sure you've checked the following:** - [ ] **Target branch:** Please verify that the pull request targets the `dev` branch. - [ ] **Description:** Provide a concise description of the changes made in this pull request. - [ ] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [ ] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources? - [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? - [ ] **Testing:** Have you written and run sufficient tests to validate the changes? - [ ] **Code review:** Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards? - [ ] **Prefix:** To clearly categorize this pull request, prefix the pull request title using one of the following: - **BREAKING CHANGE**: Significant changes that may affect compatibility - **build**: Changes that affect the build system or external dependencies - **ci**: Changes to our continuous integration processes or workflows - **chore**: Refactor, cleanup, or other non-functional code changes - **docs**: Documentation update or addition - **feat**: Introduces a new feature or enhancement to the codebase - **fix**: Bug fix or error correction - **i18n**: Internationalization or localization changes - **perf**: Performance improvement - **refactor**: Code restructuring for better maintainability, readability, or scalability - **style**: Changes that do not affect the meaning of the code (white space, formatting, missing semi-colons, etc.) - **test**: Adding missing tests or correcting existing tests - **WIP**: Work in progress, a temporary label for incomplete or ongoing work # Changelog Entry ### Description - [Concisely describe the changes made in this pull request, including any relevant motivation and impact (e.g., fixing a bug, adding a feature, or improving performance)] ### Added - [List any new features, functionalities, or additions] ### Changed - [List any changes, updates, refactorings, or optimizations] ### Deprecated - [List any deprecated functionality or features that have been removed] ### Removed - [List any removed features, files, or functionalities] ### Fixed - [List any fixes, corrections, or bug fixes] ### Security - [List any new or updated security-related changes, including vulnerability fixes] ### Breaking Changes - **BREAKING CHANGE**: [List any breaking changes affecting compatibility or functionality] --- ### Additional Information - [Insert any additional context, notes, or explanations for the changes] - [Reference any related issues, commits, or other relevant information] ### Screenshots or Videos - [Attach any relevant screenshots or videos demonstrating the changes] ### Contributor License Agreement By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. --- <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 2026-04-25 11:55:46 -05: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#39247