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: main ← Head: dev
main
dev
67c4ea1
c38f878
7faf19d
639d262
96b98cd
4754108
c2c0284
e239e17
9b3ecb7
a32a3df
71 files changed (+1354 additions, -19 deletions)
📝 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)
CHANGELOG.md
backend/open_webui/config.py
backend/open_webui/retrieval/web/firecrawl.py
backend/open_webui/retrieval/web/utils.py
backend/open_webui/socket/main.py
backend/open_webui/utils/middleware.py
backend/open_webui/utils/oauth.py
backend/open_webui/utils/tools.py
docs/SECURITY.md
package-lock.json
package.json
src/lib/components/admin/Settings/Images.svelte
src/lib/components/chat/ShortcutsModal.svelte
src/lib/i18n/locales/ar-BH/translation.json
src/lib/i18n/locales/ar/translation.json
src/lib/i18n/locales/bg-BG/translation.json
src/lib/i18n/locales/bn-BD/translation.json
src/lib/i18n/locales/bo-TB/translation.json
src/lib/i18n/locales/bs-BA/translation.json
src/lib/i18n/locales/ca-ES/translation.json
...and 51 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/18978
Author: @tjbck
Created: 11/6/2025
Status: ✅ Merged
Merged: 11/6/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
67c4ea1fix: image edit workflow editorc38f878fix: firecrawl import7faf19drefac639d262fix: Socket.IO CORS warning96b98cdfeat: add OAUTH_GROUPS_SEPARATOR for configurable group parsing4754108Merge pull request #18987 from rndmcnlly/feat/oauth-groups-separator-v2c2c0284fix: tool callinge239e17fix: Shortcuts Modal i18n9b3ecb7chore: bumpa32a3dfchore: 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.