[PR #21314] [MERGED] 0.8.0 #49070

Closed
opened 2026-04-30 01:23:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/21314
Author: @tjbck
Created: 2/12/2026
Status: Merged
Merged: 2/12/2026
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

337 files changed (+29882 additions, -6369 deletions)

View changed files

📝 .github/pull_request_template.md (+18 -4)
📝 CHANGELOG.md (+150 -0)
📝 Dockerfile (+3 -1)
📝 backend/open_webui/config.py (+84 -3)
📝 backend/open_webui/env.py (+62 -7)
📝 backend/open_webui/functions.py (+0 -2)
📝 backend/open_webui/internal/migrations/001_initial_schema.py (+0 -1)
📝 backend/open_webui/internal/migrations/002_add_local_sharing.py (+0 -1)
📝 backend/open_webui/internal/migrations/003_add_auth_api_key.py (+0 -1)
📝 backend/open_webui/internal/migrations/004_add_archived.py (+0 -1)
📝 backend/open_webui/internal/migrations/005_add_updated_at.py (+0 -1)
📝 backend/open_webui/internal/migrations/006_migrate_timestamps_and_charfields.py (+0 -1)
📝 backend/open_webui/internal/migrations/007_add_user_last_active_at.py (+0 -1)
📝 backend/open_webui/internal/migrations/008_add_memory.py (+0 -1)
📝 backend/open_webui/internal/migrations/009_add_models.py (+0 -1)
📝 backend/open_webui/internal/migrations/011_add_user_settings.py (+0 -1)
📝 backend/open_webui/internal/migrations/012_add_tools.py (+0 -1)
📝 backend/open_webui/internal/migrations/013_add_user_info.py (+0 -1)
📝 backend/open_webui/internal/migrations/014_add_files.py (+0 -1)
📝 backend/open_webui/internal/migrations/015_add_functions.py (+0 -1)

...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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/21314 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 2/12/2026 **Status:** ✅ Merged **Merged:** 2/12/2026 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`0df561c`](https://github.com/open-webui/open-webui/commit/0df561c33c105640e7f3f3d7e98033a7b1ebd657) refac - [`9af4062`](https://github.com/open-webui/open-webui/commit/9af40624c5f0f8f7f640a11356e167543b07b2bb) refac - [`5a0488b`](https://github.com/open-webui/open-webui/commit/5a0488bb183c2e5337762053b0b6d4567497e4ed) init (#20881) - [`4c6f100`](https://github.com/open-webui/open-webui/commit/4c6f100b5fe2145a3d676b70b5f7c0e7f07cee20) refac - [`14e51e0`](https://github.com/open-webui/open-webui/commit/14e51e0977d7d94ae2fb301dd24967290ec7ebf0) refac - [`86e6b2b`](https://github.com/open-webui/open-webui/commit/86e6b2b68b85e958188881785495030de1a30402) refac: audit - [`fa6f238`](https://github.com/open-webui/open-webui/commit/fa6f2387779d5d279f9bae836f6c54fa41abd22f) docs: update pr template with critical checks and improve guidelines (#20872) - [`3bec320`](https://github.com/open-webui/open-webui/commit/3bec320bb9b093e7aa81ccb67feda433db2d99f9) refac - [`443908b`](https://github.com/open-webui/open-webui/commit/443908b14c64dc716906dcb17735a63d793d35d3) fix: enforce Allow Chat Valves permission in integrations menu (#20691) - [`c46ef3b`](https://github.com/open-webui/open-webui/commit/c46ef3b63bcc1e2e9adbdd18fab82c4bbe33ff6c) enh: builtin tools model editor ### 📊 Changes **337 files changed** (+29882 additions, -6369 deletions) <details> <summary>View changed files</summary> 📝 `.github/pull_request_template.md` (+18 -4) 📝 `CHANGELOG.md` (+150 -0) 📝 `Dockerfile` (+3 -1) 📝 `backend/open_webui/config.py` (+84 -3) 📝 `backend/open_webui/env.py` (+62 -7) 📝 `backend/open_webui/functions.py` (+0 -2) 📝 `backend/open_webui/internal/migrations/001_initial_schema.py` (+0 -1) 📝 `backend/open_webui/internal/migrations/002_add_local_sharing.py` (+0 -1) 📝 `backend/open_webui/internal/migrations/003_add_auth_api_key.py` (+0 -1) 📝 `backend/open_webui/internal/migrations/004_add_archived.py` (+0 -1) 📝 `backend/open_webui/internal/migrations/005_add_updated_at.py` (+0 -1) 📝 `backend/open_webui/internal/migrations/006_migrate_timestamps_and_charfields.py` (+0 -1) 📝 `backend/open_webui/internal/migrations/007_add_user_last_active_at.py` (+0 -1) 📝 `backend/open_webui/internal/migrations/008_add_memory.py` (+0 -1) 📝 `backend/open_webui/internal/migrations/009_add_models.py` (+0 -1) 📝 `backend/open_webui/internal/migrations/011_add_user_settings.py` (+0 -1) 📝 `backend/open_webui/internal/migrations/012_add_tools.py` (+0 -1) 📝 `backend/open_webui/internal/migrations/013_add_user_info.py` (+0 -1) 📝 `backend/open_webui/internal/migrations/014_add_files.py` (+0 -1) 📝 `backend/open_webui/internal/migrations/015_add_functions.py` (+0 -1) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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-30 01:23:32 -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#49070