Original PR: https://github.com/open-webui/open-webui/pull/18035 Author: @tjbck Created: 10/3/2025 Status: ❌ Closed
Base: main ← Head: async-db
main
async-db
44e9ae2
e1da745
f4cd24d
93d27b8
30bd4a2
446699e
c512bf3
652dcab
eb86ac7
3b9e454
52 files changed (+1710 additions, -1518 deletions)
📝 backend/open_webui/config.py (+32 -26) 📝 backend/open_webui/functions.py (+11 -10) 📝 backend/open_webui/internal/db.py (+26 -20) 📝 backend/open_webui/main.py (+19 -16) 📝 backend/open_webui/models/auths.py (+30 -28) 📝 backend/open_webui/models/channels.py (+21 -21) 📝 backend/open_webui/models/chats.py (+192 -175) 📝 backend/open_webui/models/feedbacks.py (+54 -48) 📝 backend/open_webui/models/files.py (+51 -43) 📝 backend/open_webui/models/folders.py (+73 -56) 📝 backend/open_webui/models/functions.py (+61 -57) 📝 backend/open_webui/models/groups.py (+61 -57) 📝 backend/open_webui/models/knowledge.py (+35 -35) 📝 backend/open_webui/models/memories.py (+32 -32) 📝 backend/open_webui/models/messages.py (+55 -53) 📝 backend/open_webui/models/models.py (+61 -49) 📝 backend/open_webui/models/notes.py (+21 -21) 📝 backend/open_webui/models/prompts.py (+25 -23) 📝 backend/open_webui/models/tags.py (+20 -18) 📝 backend/open_webui/models/tools.py (+40 -38)
backend/open_webui/config.py
backend/open_webui/functions.py
backend/open_webui/internal/db.py
backend/open_webui/main.py
backend/open_webui/models/auths.py
backend/open_webui/models/channels.py
backend/open_webui/models/chats.py
backend/open_webui/models/feedbacks.py
backend/open_webui/models/files.py
backend/open_webui/models/folders.py
backend/open_webui/models/functions.py
backend/open_webui/models/groups.py
backend/open_webui/models/knowledge.py
backend/open_webui/models/memories.py
backend/open_webui/models/messages.py
backend/open_webui/models/models.py
backend/open_webui/models/notes.py
backend/open_webui/models/prompts.py
backend/open_webui/models/tags.py
backend/open_webui/models/tools.py
...and 32 more files
tetest
🔄 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/18035
Author: @tjbck
Created: 10/3/2025
Status: ❌ Closed
Base:
main← Head:async-db📝 Commits (10+)
44e9ae2inite1da745wip: users, toolsf4cd24dwip: tags93d27b8wip: prompts30bd4a2wip: notes446699ewip: modelsc512bf3wip: messages652dcabwip: memorieseb86ac7wip: knowledge3b9e454wip: groups📊 Changes
52 files changed (+1710 additions, -1518 deletions)
View changed files
📝
backend/open_webui/config.py(+32 -26)📝
backend/open_webui/functions.py(+11 -10)📝
backend/open_webui/internal/db.py(+26 -20)📝
backend/open_webui/main.py(+19 -16)📝
backend/open_webui/models/auths.py(+30 -28)📝
backend/open_webui/models/channels.py(+21 -21)📝
backend/open_webui/models/chats.py(+192 -175)📝
backend/open_webui/models/feedbacks.py(+54 -48)📝
backend/open_webui/models/files.py(+51 -43)📝
backend/open_webui/models/folders.py(+73 -56)📝
backend/open_webui/models/functions.py(+61 -57)📝
backend/open_webui/models/groups.py(+61 -57)📝
backend/open_webui/models/knowledge.py(+35 -35)📝
backend/open_webui/models/memories.py(+32 -32)📝
backend/open_webui/models/messages.py(+55 -53)📝
backend/open_webui/models/models.py(+61 -49)📝
backend/open_webui/models/notes.py(+21 -21)📝
backend/open_webui/models/prompts.py(+25 -23)📝
backend/open_webui/models/tags.py(+20 -18)📝
backend/open_webui/models/tools.py(+40 -38)...and 32 more files
📄 Description
tetest
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.