mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[PR #7796] [CLOSED] Dev #76982
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/7796
Author: @snehinsen
Created: 12/11/2024
Status: ❌ Closed
Base:
main← Head:dev📝 Commits (10+)
d42de65Add OAUTH_ALLOWED_DOMAINS for ability to restrict from which e-mail domains can users sign-up via OAuthd5ce85ffeat: implement OAuth logout functionality for keyclock to terminate sso session9918ec6feat: update signout functionality to use OpenID configuration for logout URL and remove the logout variable from config48d604afeat: enable OAuth signup configuration for signout functionality1439f68enh: ollama/v1/completionendpoint support8dcee6brefac: pdf899424bfeat: refactor signout functionality to use aiohttp for OpenID configuration retrievalb825947feat: add kagi9c554dbadd ollama ps endpoint1dadfa9Update Finnish translations in translation.json file📊 Changes
41 files changed (+1031 additions, -781 deletions)
View changed files
📝
backend/open_webui/apps/audio/main.py(+1 -1)📝
backend/open_webui/apps/images/main.py(+2 -2)📝
backend/open_webui/apps/ollama/main.py(+101 -2)📝
backend/open_webui/apps/openai/main.py(+1 -1)📝
backend/open_webui/apps/retrieval/main.py(+20 -3)➕
backend/open_webui/apps/retrieval/web/kagi.py(+50 -0)📝
backend/open_webui/apps/socket/main.py(+1 -1)📝
backend/open_webui/apps/webui/models/auths.py(+1 -1)📝
backend/open_webui/apps/webui/routers/auths.py(+31 -3)📝
backend/open_webui/apps/webui/routers/chats.py(+1 -2)📝
backend/open_webui/apps/webui/routers/configs.py(+1 -1)📝
backend/open_webui/apps/webui/routers/evaluations.py(+1 -1)📝
backend/open_webui/apps/webui/routers/files.py(+1 -1)📝
backend/open_webui/apps/webui/routers/folders.py(+1 -1)📝
backend/open_webui/apps/webui/routers/functions.py(+1 -1)📝
backend/open_webui/apps/webui/routers/groups.py(+1 -1)📝
backend/open_webui/apps/webui/routers/knowledge.py(+1 -1)📝
backend/open_webui/apps/webui/routers/memories.py(+1 -1)📝
backend/open_webui/apps/webui/routers/models.py(+1 -1)📝
backend/open_webui/apps/webui/routers/prompts.py(+1 -1)...and 21 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Replaced all instances of
with
Changed
A simple UI edit for the way dropdowns for STT and TTS work, and made API key for Elevenlabs a SensitiveInput for security
Note
This PR was closed previously, but for an unclear reason, if the same is to happen here please explain theroughly the reasoning as to why the simple UI change is an issue.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.