mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #7180] [MERGED] 0.4.3 #8818
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/7180
Author: @tjbck
Created: 11/21/2024
Status: ✅ Merged
Merged: 11/22/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
b7d730eadd mojeek as websearch optione30c5e6refac: rich text inputaca06f9enh: rich text inputc5cd1e4refac: rich text input6088acfrefac: stylingc03cae8Updated Irish translations3dfea83Merge branch 'dev' of https://github.com/open-webui/open-webui into devb1237cfFixed security vulnerability: now LDAP password hashes are not stored, same as trusted header auth.b9e637eNow ENABLE_LOGIN_FORM=False disabling only email form.d16b09bMerge branch 'open-webui:main' into main📊 Changes
82 files changed (+2052 additions, -1230 deletions)
View changed files
📝
CHANGELOG.md(+17 -0)📝
backend/open_webui/apps/ollama/main.py(+4 -2)📝
backend/open_webui/apps/openai/main.py(+6 -0)📝
backend/open_webui/apps/retrieval/main.py(+45 -11)📝
backend/open_webui/apps/retrieval/utils.py(+7 -27)➕
backend/open_webui/apps/retrieval/web/mojeek.py(+40 -0)📝
backend/open_webui/apps/webui/routers/auths.py(+14 -4)➖
backend/open_webui/apps/webui/routers/documents.py(+0 -155)📝
backend/open_webui/apps/webui/routers/files.py(+1 -1)📝
backend/open_webui/apps/webui/routers/tools.py(+25 -29)📝
backend/open_webui/config.py(+27 -10)📝
backend/open_webui/main.py(+67 -36)➖
backend/open_webui/utils/schemas.py(+0 -112)📝
backend/open_webui/utils/tools.py(+79 -88)📝
package-lock.json(+943 -16)📝
package.json(+8 -0)📝
src/app.css(+72 -5)📝
src/lib/apis/streaming/index.ts(+4 -4)📝
src/lib/components/admin/Settings/Connections/OpenAIConnection.svelte(+1 -1)📝
src/lib/components/admin/Settings/Models.svelte(+1 -1)...and 62 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.