[PR #971] [MERGED] Fix event listeners for notifications #1088

Closed
opened 2026-02-04 19:16:34 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/971
Author: @Boy132
Created: 2/5/2025
Status: Merged
Merged: 2/8/2025
Merged by: @Boy132

Base: mainHead: boy132/fix-notification-listeners


📝 Commits (2)

  • aabd574 fix event listeners for notifications
  • 824cfa1 fix "visit panel" url

📊 Changes

9 files changed (+34 additions, -125 deletions)

View changed files

📝 app/Listeners/Server/ServerInstalledListener.php (+6 -0)
📝 app/Listeners/Server/SubUserAddedListener.php (+3 -0)
📝 app/Listeners/Server/SubUserRemovedListener.php (+3 -0)
📝 app/Notifications/AccountCreated.php (+7 -16)
📝 app/Notifications/AddedToServer.php (+3 -28)
📝 app/Notifications/RemovedFromServer.php (+4 -30)
📝 app/Notifications/SendPasswordReset.php (+2 -10)
📝 app/Notifications/ServerInstalled.php (+3 -40)
📝 app/Services/Users/UserCreationService.php (+3 -1)

📄 Description

Laravel only listens for events in the Listener folder. So notifications for server installation and subusers never got sent.


🔄 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/pelican-dev/panel/pull/971 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 2/5/2025 **Status:** ✅ Merged **Merged:** 2/8/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/fix-notification-listeners` --- ### 📝 Commits (2) - [`aabd574`](https://github.com/pelican-dev/panel/commit/aabd574c9e954546c437992f77d9fff1a9c50c37) fix event listeners for notifications - [`824cfa1`](https://github.com/pelican-dev/panel/commit/824cfa15fad87cac164b86aec205d806c4e58178) fix "visit panel" url ### 📊 Changes **9 files changed** (+34 additions, -125 deletions) <details> <summary>View changed files</summary> 📝 `app/Listeners/Server/ServerInstalledListener.php` (+6 -0) 📝 `app/Listeners/Server/SubUserAddedListener.php` (+3 -0) 📝 `app/Listeners/Server/SubUserRemovedListener.php` (+3 -0) 📝 `app/Notifications/AccountCreated.php` (+7 -16) 📝 `app/Notifications/AddedToServer.php` (+3 -28) 📝 `app/Notifications/RemovedFromServer.php` (+4 -30) 📝 `app/Notifications/SendPasswordReset.php` (+2 -10) 📝 `app/Notifications/ServerInstalled.php` (+3 -40) 📝 `app/Services/Users/UserCreationService.php` (+3 -1) </details> ### 📄 Description Laravel only listens for events in the Listener folder. So notifications for server installation and subusers never got sent. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:16:34 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1088