mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #1060] [MERGED] Add missing activity loggers on client area #1146
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:charles/update-activity📝 Commits (10+)
ed979cdUpdate Subuser0c58884Update Tasks719af1c...3d9517aUpdate Schedule8f29141Update Files5cbb3fbUpdate Databaseb51d223Movereinstallto proper arraya0425d4Add:actionto deleted task log38d36a4Updates8a557d7Fix CreateSchedule📊 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.