[PR #682] [MERGED] Add prune & event blacklist #892

Closed
opened 2026-02-04 18:59:37 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/682
Author: @rmartinoscar
Created: 10/28/2024
Status: Merged
Merged: 10/29/2024
Merged by: @notAreYouScared

Base: mainHead: martin/PruneWebhook


📝 Commits (5)

📊 Changes

5 files changed (+61 additions, -3 deletions)

View changed files

📝 app/Console/Kernel.php (+5 -0)
📝 app/Filament/Pages/Settings.php (+15 -1)
📝 app/Models/Webhook.php (+9 -1)
📝 app/Models/WebhookConfiguration.php (+12 -1)
📝 config/panel.php (+20 -0)

📄 Description

  • Add MassPrune
  • Add config for webhook prune days
  • Add created: Webhook to Event blacklist to avoid fork bomb

image


🔄 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/682 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 10/28/2024 **Status:** ✅ Merged **Merged:** 10/29/2024 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `martin/PruneWebhook` --- ### 📝 Commits (5) - [`293d7c4`](https://github.com/pelican-dev/panel/commit/293d7c4c882f838c10be6b07b6c7bb2af337d592) Add prune & event blacklist - [`c96168a`](https://github.com/pelican-dev/panel/commit/c96168a3ce9f918059c0a85a62bcb413499c2653) Pinted 3times with --dirty bruh - [`501ca95`](https://github.com/pelican-dev/panel/commit/501ca95b4b971c519b6e074ad24d5ac6efffafd6) Add to Settings - [`40f6cf9`](https://github.com/pelican-dev/panel/commit/40f6cf9bebfc3863ee07ffbaad08a06c5eba4154) Fix prune & description - [`f022908`](https://github.com/pelican-dev/panel/commit/f022908a2e6850a9509f9f8a9eb158d4f03b06de) Prune Logs not Configuration ### 📊 Changes **5 files changed** (+61 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Kernel.php` (+5 -0) 📝 `app/Filament/Pages/Settings.php` (+15 -1) 📝 `app/Models/Webhook.php` (+9 -1) 📝 `app/Models/WebhookConfiguration.php` (+12 -1) 📝 `config/panel.php` (+20 -0) </details> ### 📄 Description - [x] Add MassPrune - [x] Add config for webhook prune days - [x] Add `created: Webhook` to Event blacklist to avoid fork bomb ![image](https://github.com/user-attachments/assets/5ff717f5-42c5-4a7d-9ec0-7ae9f95b455b) --- <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 18:59:37 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#892