[PR #310] [MERGED] dev #7047

Closed
opened 2025-11-11 17:15:23 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/310
Author: @tjbck
Created: 12/28/2023
Status: Merged
Merged: 12/28/2023
Merged by: @tjbck

Base: devHead: main


📝 Commits (10+)

  • fbdae0f Merge pull request #216 from ollama-webui/dev
  • cd9fc63 doc: user roles
  • ed327ed Merge pull request #293 from ollama-webui/doc-update
  • c31ff1f fix: save email as lowercase
  • f752ba6 Merge pull request #297 from ollama-webui/auth-fix
  • a5fbff7 feat: import modelfiles
  • 657318a Merge pull request #298 from ollama-webui/import-modelfiles
  • 339c912 fix: sidebar button click register issue
  • 87c856c Merge pull request #299 from ollama-webui/sidebar-button-fix
  • eb17155 doc: troubleshooting command update

📊 Changes

14 files changed (+461 additions, -84 deletions)

View changed files

📝 README.md (+5 -0)
📝 TROUBLESHOOTING.md (+1 -1)
📝 backend/apps/web/routers/auths.py (+3 -1)
📝 backend/dev.sh (+1 -1)
📝 backend/start.sh (+1 -1)
📝 src/lib/apis/auths/index.ts (+1 -1)
📝 src/lib/apis/users/index.ts (+1 -1)
📝 src/lib/components/chat/Messages.svelte (+2 -1)
📝 src/lib/components/chat/ModelSelector.svelte (+6 -1)
📝 src/lib/components/chat/SettingsModal.svelte (+19 -10)
src/lib/components/chat/ShortcutsModal.svelte (+216 -0)
📝 src/lib/components/layout/Sidebar.svelte (+12 -5)
📝 src/routes/(app)/+layout.svelte (+76 -0)
📝 src/routes/(app)/modelfiles/+page.svelte (+117 -61)

📄 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/310 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 12/28/2023 **Status:** ✅ Merged **Merged:** 12/28/2023 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `main` --- ### 📝 Commits (10+) - [`fbdae0f`](https://github.com/open-webui/open-webui/commit/fbdae0f76929068db11b333443f1c9f01f97fe9f) Merge pull request #216 from ollama-webui/dev - [`cd9fc63`](https://github.com/open-webui/open-webui/commit/cd9fc6312e23decf59ca5c01b70c9f23dae4a2fb) doc: user roles - [`ed327ed`](https://github.com/open-webui/open-webui/commit/ed327ed7965f11a1e8ce99dc52d2af2c785f8e8b) Merge pull request #293 from ollama-webui/doc-update - [`c31ff1f`](https://github.com/open-webui/open-webui/commit/c31ff1f679aba108a8d7219543f11304d1038849) fix: save email as lowercase - [`f752ba6`](https://github.com/open-webui/open-webui/commit/f752ba6474efa83e9777183a651af90224a9b325) Merge pull request #297 from ollama-webui/auth-fix - [`a5fbff7`](https://github.com/open-webui/open-webui/commit/a5fbff7313f7ff3a343bb452163198b5b7371855) feat: import modelfiles - [`657318a`](https://github.com/open-webui/open-webui/commit/657318ae9b8ee8b834961e355787ed3909e7c02b) Merge pull request #298 from ollama-webui/import-modelfiles - [`339c912`](https://github.com/open-webui/open-webui/commit/339c9125a713a2b9f51562cde8de72cb261345a0) fix: sidebar button click register issue - [`87c856c`](https://github.com/open-webui/open-webui/commit/87c856c306291c2324144ea67a423866458afd53) Merge pull request #299 from ollama-webui/sidebar-button-fix - [`eb17155`](https://github.com/open-webui/open-webui/commit/eb171553fdc18fbd7337fb53661688298648ee1c) doc: troubleshooting command update ### 📊 Changes **14 files changed** (+461 additions, -84 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+5 -0) 📝 `TROUBLESHOOTING.md` (+1 -1) 📝 `backend/apps/web/routers/auths.py` (+3 -1) 📝 `backend/dev.sh` (+1 -1) 📝 `backend/start.sh` (+1 -1) 📝 `src/lib/apis/auths/index.ts` (+1 -1) 📝 `src/lib/apis/users/index.ts` (+1 -1) 📝 `src/lib/components/chat/Messages.svelte` (+2 -1) 📝 `src/lib/components/chat/ModelSelector.svelte` (+6 -1) 📝 `src/lib/components/chat/SettingsModal.svelte` (+19 -10) ➕ `src/lib/components/chat/ShortcutsModal.svelte` (+216 -0) 📝 `src/lib/components/layout/Sidebar.svelte` (+12 -5) 📝 `src/routes/(app)/+layout.svelte` (+76 -0) 📝 `src/routes/(app)/modelfiles/+page.svelte` (+117 -61) </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:15:23 -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#7047