[PR #18978] [MERGED] 0.6.36 #40673

Closed
opened 2026-04-25 13:07:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/18978
Author: @tjbck
Created: 11/6/2025
Status: Merged
Merged: 11/6/2025
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

  • 67c4ea1 fix: image edit workflow editor
  • c38f878 fix: firecrawl import
  • 7faf19d refac
  • 639d262 fix: Socket.IO CORS warning
  • 96b98cd feat: add OAUTH_GROUPS_SEPARATOR for configurable group parsing
  • 4754108 Merge pull request #18987 from rndmcnlly/feat/oauth-groups-separator-v2
  • c2c0284 fix: tool calling
  • e239e17 fix: Shortcuts Modal i18n
  • 9b3ecb7 chore: bump
  • a32a3df chore: CHANGELOG 0.6.36

📊 Changes

71 files changed (+1354 additions, -19 deletions)

View changed files

📝 CHANGELOG.md (+13 -0)
📝 backend/open_webui/config.py (+2 -0)
📝 backend/open_webui/retrieval/web/firecrawl.py (+3 -2)
📝 backend/open_webui/retrieval/web/utils.py (+6 -3)
📝 backend/open_webui/socket/main.py (+5 -2)
📝 backend/open_webui/utils/middleware.py (+1 -1)
📝 backend/open_webui/utils/oauth.py (+6 -1)
📝 backend/open_webui/utils/tools.py (+2 -2)
📝 docs/SECURITY.md (+4 -3)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/lib/components/admin/Settings/Images.svelte (+3 -2)
📝 src/lib/components/chat/ShortcutsModal.svelte (+30 -0)
📝 src/lib/i18n/locales/ar-BH/translation.json (+22 -0)
📝 src/lib/i18n/locales/ar/translation.json (+22 -0)
📝 src/lib/i18n/locales/bg-BG/translation.json (+22 -0)
📝 src/lib/i18n/locales/bn-BD/translation.json (+22 -0)
📝 src/lib/i18n/locales/bo-TB/translation.json (+22 -0)
📝 src/lib/i18n/locales/bs-BA/translation.json (+22 -0)
📝 src/lib/i18n/locales/ca-ES/translation.json (+22 -0)

...and 51 more files

📄 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/18978 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 11/6/2025 **Status:** ✅ Merged **Merged:** 11/6/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`67c4ea1`](https://github.com/open-webui/open-webui/commit/67c4ea1e57a9fae3b77a16256b0fa20518aac59b) fix: image edit workflow editor - [`c38f878`](https://github.com/open-webui/open-webui/commit/c38f878e1e5257de1a12c00db14cead8d523e7c1) fix: firecrawl import - [`7faf19d`](https://github.com/open-webui/open-webui/commit/7faf19dad9511305e8a0c3ea15f0a3dfe0fa1ca0) refac - [`639d262`](https://github.com/open-webui/open-webui/commit/639d26252e528c9c37a5f553b11eb94376d8792d) fix: Socket.IO CORS warning - [`96b98cd`](https://github.com/open-webui/open-webui/commit/96b98cd13cbd2826e0524c92d61173221ce3cbe2) feat: add OAUTH_GROUPS_SEPARATOR for configurable group parsing - [`4754108`](https://github.com/open-webui/open-webui/commit/4754108253ee88548bc217f2e40d64a8c01ba016) Merge pull request #18987 from rndmcnlly/feat/oauth-groups-separator-v2 - [`c2c0284`](https://github.com/open-webui/open-webui/commit/c2c02846a8745859ea48ac8b8b8a9f746f6e659b) fix: tool calling - [`e239e17`](https://github.com/open-webui/open-webui/commit/e239e170508d7243d23e2d51d0d5e80aa495a2b2) fix: Shortcuts Modal i18n - [`9b3ecb7`](https://github.com/open-webui/open-webui/commit/9b3ecb703a65a5f93f2cc629e4f167d358b6ae0c) chore: bump - [`a32a3df`](https://github.com/open-webui/open-webui/commit/a32a3dfee46a0b36e374fe5218aa5b0f6c2d6d84) chore: CHANGELOG 0.6.36 ### 📊 Changes **71 files changed** (+1354 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+13 -0) 📝 `backend/open_webui/config.py` (+2 -0) 📝 `backend/open_webui/retrieval/web/firecrawl.py` (+3 -2) 📝 `backend/open_webui/retrieval/web/utils.py` (+6 -3) 📝 `backend/open_webui/socket/main.py` (+5 -2) 📝 `backend/open_webui/utils/middleware.py` (+1 -1) 📝 `backend/open_webui/utils/oauth.py` (+6 -1) 📝 `backend/open_webui/utils/tools.py` (+2 -2) 📝 `docs/SECURITY.md` (+4 -3) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/lib/components/admin/Settings/Images.svelte` (+3 -2) 📝 `src/lib/components/chat/ShortcutsModal.svelte` (+30 -0) 📝 `src/lib/i18n/locales/ar-BH/translation.json` (+22 -0) 📝 `src/lib/i18n/locales/ar/translation.json` (+22 -0) 📝 `src/lib/i18n/locales/bg-BG/translation.json` (+22 -0) 📝 `src/lib/i18n/locales/bn-BD/translation.json` (+22 -0) 📝 `src/lib/i18n/locales/bo-TB/translation.json` (+22 -0) 📝 `src/lib/i18n/locales/bs-BA/translation.json` (+22 -0) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+22 -0) _...and 51 more files_ </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-04-25 13:07:31 -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#40673