[PR #643] [MERGED] feat: export all chats from db #107714

Closed
opened 2026-05-18 06:37:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/643
Author: @tjbck
Created: 2/4/2024
Status: Merged
Merged: 2/4/2024
Merged by: @tjbck

Base: mainHead: export-all-user-chats


📝 Commits (1)

  • 7c2f297 feat: export all chats from db

📊 Changes

4 files changed (+102 additions, -8 deletions)

View changed files

📝 backend/apps/web/models/chats.py (+9 -3)
📝 backend/apps/web/routers/chats.py (+19 -0)
📝 src/lib/apis/chats/index.ts (+31 -0)
📝 src/lib/components/chat/SettingsModal.svelte (+43 -5)

📄 Description

Resolves #630


🔄 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/643 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 2/4/2024 **Status:** ✅ Merged **Merged:** 2/4/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `export-all-user-chats` --- ### 📝 Commits (1) - [`7c2f297`](https://github.com/open-webui/open-webui/commit/7c2f297c849d7a2b84ed9e9e10bb2639fffe248a) feat: export all chats from db ### 📊 Changes **4 files changed** (+102 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/web/models/chats.py` (+9 -3) 📝 `backend/apps/web/routers/chats.py` (+19 -0) 📝 `src/lib/apis/chats/index.ts` (+31 -0) 📝 `src/lib/components/chat/SettingsModal.svelte` (+43 -5) </details> ### 📄 Description Resolves #630 --- <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-05-18 06:37:52 -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#107714