[PR #3536] [MERGED] 0.3.7 #8063

Closed
opened 2025-11-11 17:44:03 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/3536
Author: @tjbck
Created: 6/30/2024
Status: Merged
Merged: 6/30/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

  • 9111970 Update translation.json
  • 3cc5da8 Update translation.json for minor change
  • 57c3305 Fix: admin role for OIDC signup for first user
  • 7d10dac Fix: set jwt_token to cookie (instead of token from OIDC)
  • 4d3e1ff chore(deps): bump authlib from 1.3.0 to 1.3.1
  • 269db07 fix: isInstance of streamingResponse but content-type is application/json
  • 8ab4b7a i18n: Update Chinese translation
  • 2ef8992 added indonesian language
  • 5b848dc added indonesian language
  • 45cb1c0 Updated Catalan Translation

📊 Changes

15 files changed (+969 additions, -253 deletions)

View changed files

📝 .github/dependabot.yml (+1 -0)
📝 CHANGELOG.md (+18 -0)
📝 backend/main.py (+9 -2)
📝 backend/requirements.txt (+1 -1)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 pyproject.toml (+1 -1)
📝 src/lib/components/workspace/Functions/FunctionEditor.svelte (+33 -21)
📝 src/lib/i18n/locales/ca-ES/translation.json (+71 -71)
src/lib/i18n/locales/id-ID/translation.json (+667 -0)
📝 src/lib/i18n/locales/languages.json (+4 -0)
📝 src/lib/i18n/locales/tr-TR/translation.json (+146 -146)
📝 src/lib/i18n/locales/zh-CN/translation.json (+3 -3)
📝 src/lib/utils/index.ts (+7 -0)
📝 src/routes/+layout.svelte (+5 -5)

📄 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/3536 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 6/30/2024 **Status:** ✅ Merged **Merged:** 6/30/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`9111970`](https://github.com/open-webui/open-webui/commit/91119705804f95dceefaa72bf0111335916b45ba) Update translation.json - [`3cc5da8`](https://github.com/open-webui/open-webui/commit/3cc5da835c8d10ea8717158a435790f55c257dbc) Update translation.json for minor change - [`57c3305`](https://github.com/open-webui/open-webui/commit/57c330576d35ead07e8c8086e4fd05f697037ddf) Fix: admin role for OIDC signup for first user - [`7d10dac`](https://github.com/open-webui/open-webui/commit/7d10dacad68b08c3164c10a8b0ccb80cf39a4bb7) Fix: set jwt_token to cookie (instead of token from OIDC) - [`4d3e1ff`](https://github.com/open-webui/open-webui/commit/4d3e1ffbe6759ecf15db33e84686d986b9163bbb) chore(deps): bump authlib from 1.3.0 to 1.3.1 - [`269db07`](https://github.com/open-webui/open-webui/commit/269db0748a30ffd984bada3d0266af8f8ff1fbc0) fix: isInstance of streamingResponse but content-type is application/json - [`8ab4b7a`](https://github.com/open-webui/open-webui/commit/8ab4b7ab47060d76e27a1bd5e65f930696b3355e) i18n: Update Chinese translation - [`2ef8992`](https://github.com/open-webui/open-webui/commit/2ef899220a38df91dd3b260a9c162b1b076e408e) added indonesian language - [`5b848dc`](https://github.com/open-webui/open-webui/commit/5b848dcf542c7f280885d9df86fb13549b8b73f1) added indonesian language - [`45cb1c0`](https://github.com/open-webui/open-webui/commit/45cb1c0fcb2079fff5bca4e1e1bef4ee7f4e9378) Updated Catalan Translation ### 📊 Changes **15 files changed** (+969 additions, -253 deletions) <details> <summary>View changed files</summary> 📝 `.github/dependabot.yml` (+1 -0) 📝 `CHANGELOG.md` (+18 -0) 📝 `backend/main.py` (+9 -2) 📝 `backend/requirements.txt` (+1 -1) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `pyproject.toml` (+1 -1) 📝 `src/lib/components/workspace/Functions/FunctionEditor.svelte` (+33 -21) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+71 -71) ➕ `src/lib/i18n/locales/id-ID/translation.json` (+667 -0) 📝 `src/lib/i18n/locales/languages.json` (+4 -0) 📝 `src/lib/i18n/locales/tr-TR/translation.json` (+146 -146) 📝 `src/lib/i18n/locales/zh-CN/translation.json` (+3 -3) 📝 `src/lib/utils/index.ts` (+7 -0) 📝 `src/routes/+layout.svelte` (+5 -5) </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 2025-11-11 17:44:03 -06: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#8063