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
main
dev
4adcd2b
7dace30
7d55f9b
29efee8
b9499b4
b57f725
9faa585
9b939e9
4342411
1542cb4
251 files changed (+98337 additions, -8815 deletions)
📝 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)
CHANGELOG.md
backend/open_webui/apps/audio/main.py
backend/open_webui/apps/retrieval/main.py
backend/open_webui/apps/retrieval/vector/connector.py
backend/open_webui/apps/webui/main.py
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/functions.py
backend/open_webui/internal/db.py
backend/open_webui/internal/migrations/001_initial_schema.py
backend/open_webui/internal/migrations/002_add_local_sharing.py
backend/open_webui/internal/migrations/003_add_auth_api_key.py
backend/open_webui/internal/migrations/004_add_archived.py
backend/open_webui/internal/migrations/005_add_updated_at.py
backend/open_webui/internal/migrations/006_migrate_timestamps_and_charfields.py
backend/open_webui/internal/migrations/007_add_user_last_active_at.py
backend/open_webui/internal/migrations/008_add_memory.py
backend/open_webui/internal/migrations/009_add_models.py
backend/open_webui/internal/migrations/010_migrate_modelfiles_to_models.py
backend/open_webui/internal/migrations/011_add_user_settings.py
...and 80 more files
#2647 #7683 #7810 #7929
🔄 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/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.