mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 08:15:00 -05:00
[PR #16888] [CLOSED] feat: hide tags generation in chat control #11069
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/16888
Author: @italic-jinxin
Created: 8/25/2025
Status: ❌ Closed
Base:
main← Head:feat/hide-share📝 Commits (9)
d809d4bfeat: model and message verification (#14)5550267feat: welcome page (#12)4852846feat: disable some features (#16)bdce54ffeat: disable more user ui features (#21)efdb7fffeat: disable admin and user features (#22)80c6e3estyle: format frontend code (#23)e3ea51dfeat: encrypt chat history (#13)babe99dchore: prettier version (#24)571da0dfeat: hide tags in chat control📊 Changes
116 files changed (+3435 additions, -524 deletions)
View changed files
📝
.eslintrc.cjs(+4 -1)📝
Dockerfile(+3 -2)📝
backend/dev.sh(+7 -1)📝
backend/open_webui/config.py(+7 -9)📝
backend/open_webui/env.py(+13 -4)➕
backend/open_webui/internal/migrations/019_add_user_data_key.py(+54 -0)📝
backend/open_webui/main.py(+450 -292)📝
backend/open_webui/models/chats.py(+13 -1)➕
backend/open_webui/models/user_data_keys.py(+95 -0)📝
backend/open_webui/models/users.py(+18 -4)📝
backend/open_webui/routers/chats.py(+10 -6)📝
backend/open_webui/routers/utils.py(+5 -0)📝
backend/open_webui/static/apple-touch-icon.png(+0 -0)➕
backend/open_webui/static/custom.css(+0 -0)📝
backend/open_webui/static/favicon.ico(+0 -0)📝
backend/open_webui/static/favicon.png(+0 -0)📝
backend/open_webui/static/favicon.svg(+4 -3)📝
backend/open_webui/static/logo.png(+0 -0)📝
backend/open_webui/static/splash.png(+0 -0)➕
backend/open_webui/utils/chat_encryption_proxy.py(+577 -0)...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.