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: main ← Head: dev
main
dev
0df561c
9af4062
5a0488b
4c6f100
14e51e0
86e6b2b
fa6f238
3bec320
443908b
c46ef3b
337 files changed (+29882 additions, -6369 deletions)
📝 .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)
.github/pull_request_template.md
CHANGELOG.md
Dockerfile
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/functions.py
backend/open_webui/internal/migrations/001_initial_schema.py
backend/open_webui/internal/migrations/002_add_local_sharing.py
backend/open_webui/internal/migrations/003_add_auth_api_key.py
backend/open_webui/internal/migrations/004_add_archived.py
backend/open_webui/internal/migrations/005_add_updated_at.py
backend/open_webui/internal/migrations/006_migrate_timestamps_and_charfields.py
backend/open_webui/internal/migrations/007_add_user_last_active_at.py
backend/open_webui/internal/migrations/008_add_memory.py
backend/open_webui/internal/migrations/009_add_models.py
backend/open_webui/internal/migrations/011_add_user_settings.py
backend/open_webui/internal/migrations/012_add_tools.py
backend/open_webui/internal/migrations/013_add_user_info.py
backend/open_webui/internal/migrations/014_add_files.py
backend/open_webui/internal/migrations/015_add_functions.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/21314
Author: @tjbck
Created: 2/12/2026
Status: ✅ Merged
Merged: 2/12/2026
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
0df561crefac9af4062refac5a0488binit (#20881)4c6f100refac14e51e0refac86e6b2brefac: auditfa6f238docs: update pr template with critical checks and improve guidelines (#20872)3bec320refac443908bfix: enforce Allow Chat Valves permission in integrations menu (#20691)c46ef3benh: builtin tools model editor📊 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.