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: main ← Head: dev
main
dev
9111970
3cc5da8
57c3305
7d10dac
4d3e1ff
269db07
8ab4b7a
2ef8992
5b848dc
45cb1c0
15 files changed (+969 additions, -253 deletions)
📝 .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)
.github/dependabot.yml
CHANGELOG.md
backend/main.py
backend/requirements.txt
package-lock.json
package.json
pyproject.toml
src/lib/components/workspace/Functions/FunctionEditor.svelte
src/lib/i18n/locales/ca-ES/translation.json
src/lib/i18n/locales/id-ID/translation.json
src/lib/i18n/locales/languages.json
src/lib/i18n/locales/tr-TR/translation.json
src/lib/i18n/locales/zh-CN/translation.json
src/lib/utils/index.ts
src/routes/+layout.svelte
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/3536
Author: @tjbck
Created: 6/30/2024
Status: ✅ Merged
Merged: 6/30/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
9111970Update translation.json3cc5da8Update translation.json for minor change57c3305Fix: admin role for OIDC signup for first user7d10dacFix: set jwt_token to cookie (instead of token from OIDC)4d3e1ffchore(deps): bump authlib from 1.3.0 to 1.3.1269db07fix: isInstance of streamingResponse but content-type is application/json8ab4b7ai18n: Update Chinese translation2ef8992added indonesian language5b848dcadded indonesian language45cb1c0Updated 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.