mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
[PR #7896] [MERGED] 0.5.0 #8923
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/7896
Author: @tjbck
Created: 12/16/2024
Status: ✅ Merged
Merged: 12/25/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
4adcd2bfeat: Add comprehensive logging to Google Drive picker integration7dace30fix: Update Google Drive file upload to use authorization headers7d55f9bfix: Adjust Google Drive file upload headers in processWeb call29efee8feat: Improve Google Drive file upload with correct headersb9499b4fix: Resolve Google Drive Picker 404 error and improve configurationb57f725feat: Improve Google Drive file upload handling with better logging and error management9faa585fix: Update Google Drive Picker to show files and improve file upload process9b939e9refactor: Update Google Drive file upload to match local file upload flow4342411feat: Add comprehensive logging for Google Drive file upload process1542cb4fix: Improve Google Drive file upload handling and error logging📊 Changes
251 files changed (+98337 additions, -8815 deletions)
View changed files
📝
CHANGELOG.md(+29 -0)➖
backend/open_webui/apps/audio/main.py(+0 -703)➖
backend/open_webui/apps/retrieval/main.py(+0 -1494)➖
backend/open_webui/apps/retrieval/vector/connector.py(+0 -22)➖
backend/open_webui/apps/webui/main.py(+0 -506)📝
backend/open_webui/config.py(+121 -4)📝
backend/open_webui/env.py(+1 -3)➕
backend/open_webui/functions.py(+316 -0)📝
backend/open_webui/internal/db.py(+2 -2)📝
backend/open_webui/internal/migrations/001_initial_schema.py(+0 -0)📝
backend/open_webui/internal/migrations/002_add_local_sharing.py(+0 -0)📝
backend/open_webui/internal/migrations/003_add_auth_api_key.py(+0 -0)📝
backend/open_webui/internal/migrations/004_add_archived.py(+0 -0)📝
backend/open_webui/internal/migrations/005_add_updated_at.py(+0 -0)📝
backend/open_webui/internal/migrations/006_migrate_timestamps_and_charfields.py(+0 -0)📝
backend/open_webui/internal/migrations/007_add_user_last_active_at.py(+0 -0)📝
backend/open_webui/internal/migrations/008_add_memory.py(+0 -0)📝
backend/open_webui/internal/migrations/009_add_models.py(+0 -0)📝
backend/open_webui/internal/migrations/010_migrate_modelfiles_to_models.py(+0 -0)📝
backend/open_webui/internal/migrations/011_add_user_settings.py(+0 -0)...and 80 more files
📄 Description
#2647 #7683 #7810 #7929
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.