[PR #948] [MERGED] feat: external notification #4242

Closed
opened 2026-02-28 11:59:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/948
Author: @0xJacky
Created: 4/9/2025
Status: Merged
Merged: 4/9/2025
Merged by: @0xJacky

Base: devHead: feat/external-notify


📝 Commits (1)

  • 04de136 feat: external notification

📊 Changes

42 files changed (+3292 additions, -1393 deletions)

View changed files

api/external_notify/external_notify.go (+13 -0)
app/src/api/external_notify.ts (+17 -0)
📝 app/src/components/Notification/notifications.ts (+18 -18)
app/src/constants/errors/notification.ts (+4 -0)
📝 app/src/language/ar/app.po (+165 -102)
📝 app/src/language/de_DE/app.po (+165 -102)
📝 app/src/language/en/app.po (+164 -102)
📝 app/src/language/es/app.po (+165 -105)
📝 app/src/language/fr_FR/app.po (+165 -106)
📝 app/src/language/ko_KR/app.po (+165 -102)
📝 app/src/language/messages.pot (+158 -102)
📝 app/src/language/ru_RU/app.po (+165 -102)
📝 app/src/language/tr_TR/app.po (+165 -102)
📝 app/src/language/vi_VN/app.po (+164 -102)
📝 app/src/language/zh_CN/app.po (+161 -106)
📝 app/src/language/zh_TW/app.po (+165 -105)
app/src/views/preference/ExternalNotify.vue (+25 -0)
📝 app/src/views/preference/Preference.vue (+9 -2)
app/src/views/preference/components/ExternalNotify/ExternalNotifyEditor.vue (+46 -0)
app/src/views/preference/components/ExternalNotify/bark.ts (+18 -0)

...and 22 more files

📄 Description

Close #400


🔄 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/0xJacky/nginx-ui/pull/948 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 4/9/2025 **Status:** ✅ Merged **Merged:** 4/9/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `feat/external-notify` --- ### 📝 Commits (1) - [`04de136`](https://github.com/0xJacky/nginx-ui/commit/04de1360c2953e705bc18f1e04c1af14efafe615) feat: external notification ### 📊 Changes **42 files changed** (+3292 additions, -1393 deletions) <details> <summary>View changed files</summary> ➕ `api/external_notify/external_notify.go` (+13 -0) ➕ `app/src/api/external_notify.ts` (+17 -0) 📝 `app/src/components/Notification/notifications.ts` (+18 -18) ➕ `app/src/constants/errors/notification.ts` (+4 -0) 📝 `app/src/language/ar/app.po` (+165 -102) 📝 `app/src/language/de_DE/app.po` (+165 -102) 📝 `app/src/language/en/app.po` (+164 -102) 📝 `app/src/language/es/app.po` (+165 -105) 📝 `app/src/language/fr_FR/app.po` (+165 -106) 📝 `app/src/language/ko_KR/app.po` (+165 -102) 📝 `app/src/language/messages.pot` (+158 -102) 📝 `app/src/language/ru_RU/app.po` (+165 -102) 📝 `app/src/language/tr_TR/app.po` (+165 -102) 📝 `app/src/language/vi_VN/app.po` (+164 -102) 📝 `app/src/language/zh_CN/app.po` (+161 -106) 📝 `app/src/language/zh_TW/app.po` (+165 -105) ➕ `app/src/views/preference/ExternalNotify.vue` (+25 -0) 📝 `app/src/views/preference/Preference.vue` (+9 -2) ➕ `app/src/views/preference/components/ExternalNotify/ExternalNotifyEditor.vue` (+46 -0) ➕ `app/src/views/preference/components/ExternalNotify/bark.ts` (+18 -0) _...and 22 more files_ </details> ### 📄 Description Close #400 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 11:59:40 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#4242
No description provided.