[PR #1778] [MERGED] Add Laravel/Filament Log Viewer #1564

Closed
opened 2026-02-05 18:17:44 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1778
Author: @notAreYouScared
Created: 10/6/2025
Status: Merged
Merged: 10/8/2025
Merged by: @notAreYouScared

Base: mainHead: charles/log-viewer


📝 Commits (8)

  • b9740a6 add filament log viewer
  • 9502e93 Whoops, don't need these.
  • 2e428e5 Add view permission for panel log
  • 7794af0 Merge branch 'main' into charles/log-viewer
  • 12d3577 update auth()->user() calls
  • 640b299 Requested Changes
  • 2bfc87d Update app/Providers/Filament/AdminPanelProvider.php
  • f1258a9 Merge branch 'main' into charles/log-viewer

📊 Changes

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

View changed files

📝 app/Models/Role.php (+3 -0)
📝 app/Providers/Filament/AdminPanelProvider.php (+8 -1)
📝 app/Providers/Filament/AppPanelProvider.php (+6 -1)
📝 composer.json (+1 -0)
📝 composer.lock (+79 -1)

📄 Description

We had this a long time ago, but it had some security concerns.

New and improved!

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/1778 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 10/6/2025 **Status:** ✅ Merged **Merged:** 10/8/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `charles/log-viewer` --- ### 📝 Commits (8) - [`b9740a6`](https://github.com/pelican-dev/panel/commit/b9740a635a1daf9fd23992d27bc0043d2ca633dc) add filament log viewer - [`9502e93`](https://github.com/pelican-dev/panel/commit/9502e93eccfd2c42254f50062c9afe02b1cd5eee) Whoops, don't need these. - [`2e428e5`](https://github.com/pelican-dev/panel/commit/2e428e5fe81f41855a0ac6efe6584dc1f8b37b21) Add view permission for panel log - [`7794af0`](https://github.com/pelican-dev/panel/commit/7794af04db1da0a729147c7e0b65806dc8fb9416) Merge branch 'main' into charles/log-viewer - [`12d3577`](https://github.com/pelican-dev/panel/commit/12d35773391c32f54cef1833c001fabaaf019e76) update auth()->user() calls - [`640b299`](https://github.com/pelican-dev/panel/commit/640b2992fd49d10568ad67054e1844479c404d76) Requested Changes - [`2bfc87d`](https://github.com/pelican-dev/panel/commit/2bfc87d694f883802903d8e213dc24d498547570) Update app/Providers/Filament/AdminPanelProvider.php - [`f1258a9`](https://github.com/pelican-dev/panel/commit/f1258a97c4d16c8512279cd04eff8cdf8f1b775a) Merge branch 'main' into charles/log-viewer ### 📊 Changes **5 files changed** (+97 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `app/Models/Role.php` (+3 -0) 📝 `app/Providers/Filament/AdminPanelProvider.php` (+8 -1) 📝 `app/Providers/Filament/AppPanelProvider.php` (+6 -1) 📝 `composer.json` (+1 -0) 📝 `composer.lock` (+79 -1) </details> ### 📄 Description We had this a long time ago, but it had some security concerns. New and improved! <img width="2558" height="1304" alt="image" src="https://github.com/user-attachments/assets/c1f777b3-a06f-4052-aa9d-5519f816ff29" /> --- <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-05 18:17:44 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1564