[PR #2376] [MERGED] 0.1.125 #20975

Closed
opened 2026-04-20 03:16:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/2376
Author: @tjbck
Created: 5/18/2024
Status: Merged
Merged: 5/19/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

151 files changed (+13114 additions, -6268 deletions)

View changed files

📝 .github/pull_request_template.md (+43 -22)
📝 .github/workflows/format-build-frontend.yaml (+18 -0)
📝 .gitignore (+4 -0)
📝 .prettierignore (+306 -6)
📝 CHANGELOG.md (+19 -0)
📝 Dockerfile (+52 -32)
📝 backend/apps/audio/main.py (+20 -19)
📝 backend/apps/images/main.py (+89 -68)
📝 backend/apps/litellm/main.py (+15 -12)
📝 backend/apps/ollama/main.py (+39 -32)
📝 backend/apps/openai/main.py (+59 -27)
📝 backend/apps/rag/main.py (+138 -107)
backend/apps/web/internal/migrations/008_add_memory.py (+53 -0)
📝 backend/apps/web/main.py (+18 -9)
backend/apps/web/models/memories.py (+118 -0)
📝 backend/apps/web/routers/auths.py (+16 -16)
📝 backend/apps/web/routers/chats.py (+2 -2)
📝 backend/apps/web/routers/configs.py (+4 -4)
backend/apps/web/routers/memories.py (+145 -0)
📝 backend/apps/web/routers/users.py (+40 -4)

...and 80 more files

📄 Description

Resolves #2255 #2237 #2209 #2134


🔄 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/2376 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 5/18/2024 **Status:** ✅ Merged **Merged:** 5/19/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`b3c5ebb`](https://github.com/open-webui/open-webui/commit/b3c5ebb323fc4efa134dea05189270b5fe66a404) Updated uk-UA/translation.json - [`685ee9b`](https://github.com/open-webui/open-webui/commit/685ee9b71471018af01fabb58e609747084da63f) chore: format - [`df3675a`](https://github.com/open-webui/open-webui/commit/df3675aaf7d12ec384b37bf6b7cc05d9063e4f3c) Merge pull request #2104 from Silentoplayz/translation-update - [`1d9c745`](https://github.com/open-webui/open-webui/commit/1d9c745b35048ff0a04b08da42c2c9d0e1021dcb) fix: replace deprecated on_event with lifespan - [`038b6af`](https://github.com/open-webui/open-webui/commit/038b6af8137f38c34f38937d13a6fbe507129ed9) refac: user menu - [`c1fc7bc`](https://github.com/open-webui/open-webui/commit/c1fc7bc764cdaaccfbb2cd8c68a1fcd38923b7e2) fix: citation styling - [`9a95767`](https://github.com/open-webui/open-webui/commit/9a95767062f0ec600fc9a001055789cc52dbb66c) Merge branch 'dev' of https://github.com/open-webui/open-webui into dev - [`93aea0a`](https://github.com/open-webui/open-webui/commit/93aea0a4d4d05ec841bacf446be971a397e66914) Removed version synatax as its no longer needed per Docker Docs - [`ef8070d`](https://github.com/open-webui/open-webui/commit/ef8070d35dd5980aa92e7d6d4a9d66b0b16f7cf5) added healthcheck - [`a374405`](https://github.com/open-webui/open-webui/commit/a37440591147a4b1e2e122fb339bc47cbd9ac94f) 🎖️Added translations for Citation and No source available ### 📊 Changes **151 files changed** (+13114 additions, -6268 deletions) <details> <summary>View changed files</summary> 📝 `.github/pull_request_template.md` (+43 -22) 📝 `.github/workflows/format-build-frontend.yaml` (+18 -0) 📝 `.gitignore` (+4 -0) 📝 `.prettierignore` (+306 -6) 📝 `CHANGELOG.md` (+19 -0) 📝 `Dockerfile` (+52 -32) 📝 `backend/apps/audio/main.py` (+20 -19) 📝 `backend/apps/images/main.py` (+89 -68) 📝 `backend/apps/litellm/main.py` (+15 -12) 📝 `backend/apps/ollama/main.py` (+39 -32) 📝 `backend/apps/openai/main.py` (+59 -27) 📝 `backend/apps/rag/main.py` (+138 -107) ➕ `backend/apps/web/internal/migrations/008_add_memory.py` (+53 -0) 📝 `backend/apps/web/main.py` (+18 -9) ➕ `backend/apps/web/models/memories.py` (+118 -0) 📝 `backend/apps/web/routers/auths.py` (+16 -16) 📝 `backend/apps/web/routers/chats.py` (+2 -2) 📝 `backend/apps/web/routers/configs.py` (+4 -4) ➕ `backend/apps/web/routers/memories.py` (+145 -0) 📝 `backend/apps/web/routers/users.py` (+40 -4) _...and 80 more files_ </details> ### 📄 Description Resolves #2255 #2237 #2209 #2134 --- <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-20 03:16:58 -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#20975