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
main
dev
b7d730e
e30c5e6
aca06f9
c5cd1e4
6088acf
c03cae8
3dfea83
b1237cf
b9e637e
d16b09b
82 files changed (+2052 additions, -1230 deletions)
📝 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)
CHANGELOG.md
backend/open_webui/apps/ollama/main.py
backend/open_webui/apps/openai/main.py
backend/open_webui/apps/retrieval/main.py
backend/open_webui/apps/retrieval/utils.py
backend/open_webui/apps/retrieval/web/mojeek.py
backend/open_webui/apps/webui/routers/auths.py
backend/open_webui/apps/webui/routers/documents.py
backend/open_webui/apps/webui/routers/files.py
backend/open_webui/apps/webui/routers/tools.py
backend/open_webui/config.py
backend/open_webui/main.py
backend/open_webui/utils/schemas.py
backend/open_webui/utils/tools.py
package-lock.json
package.json
src/app.css
src/lib/apis/streaming/index.ts
src/lib/components/admin/Settings/Connections/OpenAIConnection.svelte
src/lib/components/admin/Settings/Models.svelte
...and 62 more files
No description provided
🔄 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/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.