mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #907] [MERGED] Fix translations for activity logs #1047
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/907
Author: @Boy132
Created: 1/13/2025
Status: ✅ Merged
Merged: 1/23/2025
Merged by: @Boy132
Base:
main← Head:boy132/activity-log-properties📝 Commits (7)
d1c4ecffix translations for activity logsf8c5afcadd backwards compatibility for old logs24d2988update lang file1fea0d4small cleanup9a64db6fix singular/ plural for "file"9eebaa3fix for "rename" + disable bulk move (because it's not working)ac5f0abMerge remote-tracking branch 'upstream/main' into boy132/activity-log-properties📊 Changes
6 files changed (+97 additions, -89 deletions)
View changed files
📝
app/Filament/Server/Resources/ActivityResource/Pages/ListActivities.php(+8 -3)📝
app/Filament/Server/Resources/FileResource/Pages/ListFiles.php(+15 -6)📝
app/Http/Controllers/Api/Client/Servers/FileController.php(+7 -3)📝
app/Models/ActivityLog.php(+37 -2)📝
app/Transformers/Api/Client/ActivityLogTransformer.php(+1 -38)📝
lang/en/activity.php(+29 -37)📄 Description
Closes #897
Needs https://github.com/pelican-dev/wings/pull/59 in order for sftp file events to work.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.