[PR #1060] [MERGED] Add missing activity loggers on client area #1146

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

📋 Pull Request Information

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

Base: mainHead: charles/update-activity


📝 Commits (10+)

📊 Changes

12 files changed (+99 additions, -9 deletions)

View changed files

📝 app/Filament/Components/Forms/Actions/RotateDatabasePasswordAction.php (+6 -0)
📝 app/Filament/Server/Resources/DatabaseResource/Pages/ListDatabases.php (+8 -1)
📝 app/Filament/Server/Resources/FileResource/Pages/EditFiles.php (+4 -0)
📝 app/Filament/Server/Resources/FileResource/Pages/ListFiles.php (+2 -2)
📝 app/Filament/Server/Resources/ScheduleResource/Pages/CreateSchedule.php (+12 -0)
📝 app/Filament/Server/Resources/ScheduleResource/Pages/EditSchedule.php (+18 -1)
📝 app/Filament/Server/Resources/ScheduleResource/Pages/ListSchedules.php (+9 -2)
📝 app/Filament/Server/Resources/ScheduleResource/RelationManagers/TasksRelationManager.php (+21 -1)
📝 app/Filament/Server/Resources/UserResource.php (+4 -0)
📝 app/Filament/Server/Resources/UserResource/Pages/ListUsers.php (+7 -0)
📝 app/Services/Databases/DatabaseManagementService.php (+6 -0)
📝 lang/en/activity.php (+2 -2)

📄 Description

Closes #1055, Backup Download will come in another pr when downloading is reworked for backups.


🔄 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/1060 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 3/6/2025 **Status:** ✅ Merged **Merged:** 3/6/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `charles/update-activity` --- ### 📝 Commits (10+) - [`ed979cd`](https://github.com/pelican-dev/panel/commit/ed979cd37b223d0343aad4470c589f1957fd5352) Update Subuser - [`0c58884`](https://github.com/pelican-dev/panel/commit/0c5888418b18f795df0ecb457f50922366db9fab) Update Tasks - [`719af1c`](https://github.com/pelican-dev/panel/commit/719af1c2c70f90e292138c93d72aa8e845e5fd5d) ... - [`3d9517a`](https://github.com/pelican-dev/panel/commit/3d9517ac7c446e97925f5732475ab3ee2f952ec4) Update Schedule - [`8f29141`](https://github.com/pelican-dev/panel/commit/8f29141b28a8ca3ec3fa4ab6b6398a2e7a9337ec) Update Files - [`5cbb3fb`](https://github.com/pelican-dev/panel/commit/5cbb3fbb730418e769fbbc6bd44cd16476333b95) Update Database - [`b51d223`](https://github.com/pelican-dev/panel/commit/b51d223a099d26af1335a2a2385514868d70cea5) Move `reinstall` to proper array - [`a0425d4`](https://github.com/pelican-dev/panel/commit/a0425d4fa7b042e03691b661297f5b19d433fde4) Add `:action` to deleted task log - [`38d36a4`](https://github.com/pelican-dev/panel/commit/38d36a42f5511dbee083f058b55b2ff9495260d2) Updates - [`8a557d7`](https://github.com/pelican-dev/panel/commit/8a557d7aca430f3c6ac246662a4e1a5ddaa5d2cf) Fix CreateSchedule ### 📊 Changes **12 files changed** (+99 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Components/Forms/Actions/RotateDatabasePasswordAction.php` (+6 -0) 📝 `app/Filament/Server/Resources/DatabaseResource/Pages/ListDatabases.php` (+8 -1) 📝 `app/Filament/Server/Resources/FileResource/Pages/EditFiles.php` (+4 -0) 📝 `app/Filament/Server/Resources/FileResource/Pages/ListFiles.php` (+2 -2) 📝 `app/Filament/Server/Resources/ScheduleResource/Pages/CreateSchedule.php` (+12 -0) 📝 `app/Filament/Server/Resources/ScheduleResource/Pages/EditSchedule.php` (+18 -1) 📝 `app/Filament/Server/Resources/ScheduleResource/Pages/ListSchedules.php` (+9 -2) 📝 `app/Filament/Server/Resources/ScheduleResource/RelationManagers/TasksRelationManager.php` (+21 -1) 📝 `app/Filament/Server/Resources/UserResource.php` (+4 -0) 📝 `app/Filament/Server/Resources/UserResource/Pages/ListUsers.php` (+7 -0) 📝 `app/Services/Databases/DatabaseManagementService.php` (+6 -0) 📝 `lang/en/activity.php` (+2 -2) </details> ### 📄 Description Closes #1055, Backup Download will come in another pr when downloading is reworked for backups. --- <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:21:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1146