[PR #11641] [CLOSED] Etx #22772

Closed
opened 2026-04-20 04:23:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/11641
Author: @aderbalbotelho
Created: 3/13/2025
Status: Closed

Base: mainHead: etx


📝 Commits (10+)

📊 Changes

12051 files changed (+388383 additions, -24987 deletions)

View changed files

📝 CHANGELOG.md (+193 -0)
📝 CODE_OF_CONDUCT.md (+1 -1)
📝 LICENSE (+23 -17)
📝 README.md (+12 -2)
📝 backend/open_webui/__init__.py (+19 -0)
backend/open_webui/apps/audio/main.py (+0 -703)
backend/open_webui/apps/images/main.py (+0 -609)
backend/open_webui/apps/ollama/main.py (+0 -1351)
backend/open_webui/apps/openai/main.py (+0 -719)
backend/open_webui/apps/retrieval/loaders/main.py (+0 -190)
backend/open_webui/apps/retrieval/main.py (+0 -1494)
backend/open_webui/apps/retrieval/utils.py (+0 -532)
backend/open_webui/apps/retrieval/vector/connector.py (+0 -22)
backend/open_webui/apps/retrieval/web/main.py (+0 -22)
backend/open_webui/apps/retrieval/web/utils.py (+0 -97)
backend/open_webui/apps/socket/main.py (+0 -221)
backend/open_webui/apps/socket/utils.py (+0 -59)
backend/open_webui/apps/webui/main.py (+0 -506)
backend/open_webui/apps/webui/models/auths.py (+0 -206)
backend/open_webui/apps/webui/models/chats.py (+0 -812)

...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 for validating 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 cleary 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]

🔄 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/11641 **Author:** [@aderbalbotelho](https://github.com/aderbalbotelho) **Created:** 3/13/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `etx` --- ### 📝 Commits (10+) - [`a219410`](https://github.com/open-webui/open-webui/commit/a219410614868d7f96c162373a1def328352b5c5) 19 - [`d8f86ec`](https://github.com/open-webui/open-webui/commit/d8f86ecee16d27cd8f2342a7b0c613e26245139a) 19 - [`68e7c56`](https://github.com/open-webui/open-webui/commit/68e7c56c46f7067743bdc692360806fef34d1c82) 17 - [`a20d097`](https://github.com/open-webui/open-webui/commit/a20d09729cd476a595e36dc96a450fba7b757aa6) 16 - [`12b443f`](https://github.com/open-webui/open-webui/commit/12b443f4aae699220704be55c1b97c4a0e1fe4b2) 15 - [`f2aff12`](https://github.com/open-webui/open-webui/commit/f2aff12cb984ea9ff8336b9eb7c1e94e93b8574c) 9 - [`a654bc7`](https://github.com/open-webui/open-webui/commit/a654bc79148d356d5188fe0e7b2749219b2e987e) 9.1 - [`c82dae4`](https://github.com/open-webui/open-webui/commit/c82dae41e2a5c5f10def3bd1979f5d8d00f618ef) 1.1 - [`cb6dc6d`](https://github.com/open-webui/open-webui/commit/cb6dc6d492de4ef13dcaa84806808227c2151805) 1.2 - [`db5b034`](https://github.com/open-webui/open-webui/commit/db5b0343e33800ed75024b9a4a65feaf1d9089d7) 1.2 ### 📊 Changes **12051 files changed** (+388383 additions, -24987 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+193 -0) 📝 `CODE_OF_CONDUCT.md` (+1 -1) 📝 `LICENSE` (+23 -17) 📝 `README.md` (+12 -2) 📝 `backend/open_webui/__init__.py` (+19 -0) ➖ `backend/open_webui/apps/audio/main.py` (+0 -703) ➖ `backend/open_webui/apps/images/main.py` (+0 -609) ➖ `backend/open_webui/apps/ollama/main.py` (+0 -1351) ➖ `backend/open_webui/apps/openai/main.py` (+0 -719) ➖ `backend/open_webui/apps/retrieval/loaders/main.py` (+0 -190) ➖ `backend/open_webui/apps/retrieval/main.py` (+0 -1494) ➖ `backend/open_webui/apps/retrieval/utils.py` (+0 -532) ➖ `backend/open_webui/apps/retrieval/vector/connector.py` (+0 -22) ➖ `backend/open_webui/apps/retrieval/web/main.py` (+0 -22) ➖ `backend/open_webui/apps/retrieval/web/utils.py` (+0 -97) ➖ `backend/open_webui/apps/socket/main.py` (+0 -221) ➖ `backend/open_webui/apps/socket/utils.py` (+0 -59) ➖ `backend/open_webui/apps/webui/main.py` (+0 -506) ➖ `backend/open_webui/apps/webui/models/auths.py` (+0 -206) ➖ `backend/open_webui/apps/webui/models/chats.py` (+0 -812) _...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 for validating 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 cleary 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] --- <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-20 04:23:23 -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#22772