[PR #10927] [MERGED] 0.5.18 #61476

Closed
opened 2026-05-06 05:01:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/10927
Author: @tjbck
Created: 2/27/2025
Status: Merged
Merged: 2/27/2025
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

  • 1260453 Merge branch 'open-webui:main' into main
  • 38fb9d5 chore: jspdf depedency
  • f643182 Updated french translation
  • 24a2e84 Merge branch 'open-webui:main' into main
  • b687315 resolve a bug in /api/models/base not returning openai models when ENABLE_FORWARD_USER_INFO_HEADERS is true
  • 660a44c fix: insecure connection over LAN
  • f7c5cd4 Merge pull request #10908 from barnabehvrd/main
  • 866d02b refac
  • ed0b9be fix
  • 94c19f7 add config update when deleting openai model

📊 Changes

10 files changed (+267 additions, -49 deletions)

View changed files

📝 CHANGELOG.md (+8 -0)
📝 backend/open_webui/config.py (+3 -2)
📝 backend/open_webui/main.py (+1 -1)
📝 backend/open_webui/routers/openai.py (+1 -1)
📝 package-lock.json (+211 -4)
📝 package.json (+1 -0)
📝 src/lib/components/admin/Settings/Connections.svelte (+1 -0)
📝 src/lib/components/chat/Artifacts.svelte (+0 -2)
📝 src/lib/i18n/locales/fr-FR/translation.json (+38 -38)
📝 src/lib/utils/onedrive-file-picker.ts (+3 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/10927 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 2/27/2025 **Status:** ✅ Merged **Merged:** 2/27/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`1260453`](https://github.com/open-webui/open-webui/commit/126045318f4f8556051077abe94af95f118c8ea1) Merge branch 'open-webui:main' into main - [`38fb9d5`](https://github.com/open-webui/open-webui/commit/38fb9d5fd8b6b39c33f027b63758c210bdd16de0) chore: jspdf depedency - [`f643182`](https://github.com/open-webui/open-webui/commit/f643182eb0b9e2a7ea18a08ee04b34b575329760) Updated french translation - [`24a2e84`](https://github.com/open-webui/open-webui/commit/24a2e846921fec95c6955e70e99f75b36a0b759f) Merge branch 'open-webui:main' into main - [`b687315`](https://github.com/open-webui/open-webui/commit/b6873153c1c763a61e4b6926ab6d5d09dc60c38b) resolve a bug in /api/models/base not returning openai models when ENABLE_FORWARD_USER_INFO_HEADERS is true - [`660a44c`](https://github.com/open-webui/open-webui/commit/660a44c918a0ff959e616d1ee3bd231d7b57c10e) fix: insecure connection over LAN - [`f7c5cd4`](https://github.com/open-webui/open-webui/commit/f7c5cd486bbd48178d2654a74f799ee48afcc8fc) Merge pull request #10908 from barnabehvrd/main - [`866d02b`](https://github.com/open-webui/open-webui/commit/866d02bbaef827c2c5a7e84710273700d16ea22d) refac - [`ed0b9be`](https://github.com/open-webui/open-webui/commit/ed0b9be4e3133e4eb4896edcf3eed4e1a68a6293) fix - [`94c19f7`](https://github.com/open-webui/open-webui/commit/94c19f73b09b7d37c9684f314822cee980f4f2cb) add config update when deleting openai model ### 📊 Changes **10 files changed** (+267 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+8 -0) 📝 `backend/open_webui/config.py` (+3 -2) 📝 `backend/open_webui/main.py` (+1 -1) 📝 `backend/open_webui/routers/openai.py` (+1 -1) 📝 `package-lock.json` (+211 -4) 📝 `package.json` (+1 -0) 📝 `src/lib/components/admin/Settings/Connections.svelte` (+1 -0) 📝 `src/lib/components/chat/Artifacts.svelte` (+0 -2) 📝 `src/lib/i18n/locales/fr-FR/translation.json` (+38 -38) 📝 `src/lib/utils/onedrive-file-picker.ts` (+3 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-06 05:01:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#61476