[PR #1239] [MERGED] feat: webhook #7405

Closed
opened 2025-11-11 17:25:33 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1239
Author: @tjbck
Created: 3/21/2024
Status: Merged
Merged: 3/21/2024
Merged by: @tjbck

Base: devHead: webhook


📝 Commits (3)

📊 Changes

8 files changed (+153 additions, -3 deletions)

View changed files

📝 backend/apps/web/main.py (+2 -0)
📝 backend/apps/web/routers/auths.py (+13 -1)
📝 backend/config.py (+1 -0)
📝 backend/constants.py (+7 -0)
📝 backend/main.py (+27 -1)
backend/utils/webhook.py (+20 -0)
📝 src/lib/apis/index.ts (+57 -0)
📝 src/lib/components/admin/Settings/General.svelte (+26 -1)

📄 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/1239 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 3/21/2024 **Status:** ✅ Merged **Merged:** 3/21/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `webhook` --- ### 📝 Commits (3) - [`2c6e2d5`](https://github.com/open-webui/open-webui/commit/2c6e2d5e8a4218bbee1c0959837dd71b604201b5) feat: webhook backend - [`2481e48`](https://github.com/open-webui/open-webui/commit/2481e48a3a8bbdc4d1d68c7f2c446f99457c23ac) feat: webhook settings frontend - [`fa65be2`](https://github.com/open-webui/open-webui/commit/fa65be2ad2f62935ce7933f2fbf486ee322c4d19) refac: post webhook ### 📊 Changes **8 files changed** (+153 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/web/main.py` (+2 -0) 📝 `backend/apps/web/routers/auths.py` (+13 -1) 📝 `backend/config.py` (+1 -0) 📝 `backend/constants.py` (+7 -0) 📝 `backend/main.py` (+27 -1) ➕ `backend/utils/webhook.py` (+20 -0) 📝 `src/lib/apis/index.ts` (+57 -0) 📝 `src/lib/components/admin/Settings/General.svelte` (+26 -1) </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:25:33 -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#7405