mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[PR #3159] [MERGED] 0.3.5 #60053
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/3159
Author: @tjbck
Created: 6/14/2024
Status: ✅ Merged
Merged: 6/17/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
e130ad7Added timeout setting for ollama streaming response493e306enh: ability to edit memoriesd6fd2a8refac5300d2crefacb813695refac4727e5cMerge pull request #3128 from open-webui/voice-enh7ea572fMerge pull request #3138 from open-webui/main5844d05Added the ability to sort users in the admin panelc07e722Added the ability to sort users in the admin panel91d5353Added the ability to sort chats in the admin panel chats modal📊 Changes
92 files changed (+3197 additions, -1257 deletions)
View changed files
📝
.github/workflows/docker-build.yaml(+54 -2)📝
CHANGELOG.md(+24 -0)📝
README.md(+2 -2)📝
TROUBLESHOOTING.md(+4 -0)📝
backend/apps/images/main.py(+20 -0)📝
backend/apps/images/utils/comfyui.py(+16 -0)📝
backend/apps/ollama/main.py(+13 -3)📝
backend/apps/openai/main.py(+1 -3)📝
backend/apps/rag/main.py(+17 -1)➕
backend/apps/rag/search/tavily.py(+39 -0)➕
backend/apps/webui/internal/migrations/013_add_user_info.py(+48 -0)📝
backend/apps/webui/main.py(+2 -0)📝
backend/apps/webui/models/memories.py(+14 -0)📝
backend/apps/webui/models/users.py(+2 -0)📝
backend/apps/webui/routers/auths.py(+11 -2)📝
backend/apps/webui/routers/memories.py(+32 -0)📝
backend/apps/webui/routers/users.py(+46 -0)📝
backend/config.py(+38 -0)📝
backend/main.py(+81 -3)📝
backend/utils/task.py(+11 -7)...and 72 more files
📄 Description
TODO
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.