mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-26 11:27:54 -05:00
[PR #1416] [MERGED] 0.1.117 #7461
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/1416
Author: @tjbck
Created: 4/4/2024
Status: ✅ Merged
Merged: 4/4/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
81e9280backend support api keyb4b56f9frontend support api key29f13f3feat: add WEBUI_AUTH_TRUSTED_EMAIL_HEADER for authenticating users by a trusted header50f6addfeat: auto signup/login with WEBUI_AUTH_TRUSTED_EMAIL_HEADER047c9fefix: styling12287f8chore: code formatting150152dfix: accidental indent during format changed logica0935deMerge branch 'dev' into feature/support_auth_by_api_keybfbfdaefeat: add backend functions for sharing chats196f91dfeat: add frontend support for locally sharing chats📊 Changes
45 files changed (+2065 additions, -483 deletions)
View changed files
📝
CHANGELOG.md(+17 -0)📝
Dockerfile(+1 -0)📝
backend/apps/ollama/main.py(+6 -0)📝
backend/apps/rag/main.py(+2 -2)📝
backend/apps/web/internal/db.py(+4 -1)➕
backend/apps/web/internal/migrations/001_initial_schema.py(+149 -0)➕
backend/apps/web/internal/migrations/002_add_local_sharing.py(+48 -0)➕
backend/apps/web/internal/migrations/003_add_auth_api_key.py(+48 -0)➕
backend/apps/web/internal/migrations/README.md(+21 -0)📝
backend/apps/web/main.py(+2 -1)📝
backend/apps/web/models/auths.py(+26 -0)📝
backend/apps/web/models/chats.py(+93 -1)📝
backend/apps/web/models/users.py(+25 -0)📝
backend/apps/web/routers/auths.py(+62 -8)📝
backend/apps/web/routers/chats.py(+72 -0)📝
backend/apps/web/routers/utils.py(+13 -0)📝
backend/config.py(+9 -2)📝
backend/constants.py(+4 -1)📝
backend/main.py(+30 -1)📝
backend/requirements.txt(+3 -0)...and 25 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.