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
main
feat/hide-share
d809d4b
5550267
4852846
bdce54f
efdb7ff
80c6e3e
e3ea51d
babe99d
571da0d
116 files changed (+3435 additions, -524 deletions)
📝 .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)
.eslintrc.cjs
Dockerfile
backend/dev.sh
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/internal/migrations/019_add_user_data_key.py
backend/open_webui/main.py
backend/open_webui/models/chats.py
backend/open_webui/models/user_data_keys.py
backend/open_webui/models/users.py
backend/open_webui/routers/chats.py
backend/open_webui/routers/utils.py
backend/open_webui/static/apple-touch-icon.png
backend/open_webui/static/custom.css
backend/open_webui/static/favicon.ico
backend/open_webui/static/favicon.png
backend/open_webui/static/favicon.svg
backend/open_webui/static/logo.png
backend/open_webui/static/splash.png
backend/open_webui/utils/chat_encryption_proxy.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/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.