[PR #907] [MERGED] Fix translations for activity logs #1047

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

📋 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: mainHead: boy132/activity-log-properties


📝 Commits (7)

  • d1c4ecf fix translations for activity logs
  • f8c5afc add backwards compatibility for old logs
  • 24d2988 update lang file
  • 1fea0d4 small cleanup
  • 9a64db6 fix singular/ plural for "file"
  • 9eebaa3 fix for "rename" + disable bulk move (because it's not working)
  • ac5f0ab Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/907 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 1/13/2025 **Status:** ✅ Merged **Merged:** 1/23/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/activity-log-properties` --- ### 📝 Commits (7) - [`d1c4ecf`](https://github.com/pelican-dev/panel/commit/d1c4ecf014a98ac7288be6749e71dc0b22eeb4c2) fix translations for activity logs - [`f8c5afc`](https://github.com/pelican-dev/panel/commit/f8c5afc862792317abf0b8992d59d821b39e2123) add backwards compatibility for old logs - [`24d2988`](https://github.com/pelican-dev/panel/commit/24d29889afdcf9f7a3fbacd5f0193d12503f581f) update lang file - [`1fea0d4`](https://github.com/pelican-dev/panel/commit/1fea0d487046466c52d1e088eb4b6b44cb63f31c) small cleanup - [`9a64db6`](https://github.com/pelican-dev/panel/commit/9a64db6e0d739fe89ea8969fa278ae2b214d8dd0) fix singular/ plural for "file" - [`9eebaa3`](https://github.com/pelican-dev/panel/commit/9eebaa3e426731e638497c52622c92acf360c242) fix for "rename" + disable bulk move (because it's not working) - [`ac5f0ab`](https://github.com/pelican-dev/panel/commit/ac5f0ab03f014fc1953b7a7751712fafebea3291) Merge remote-tracking branch 'upstream/main' into boy132/activity-log-properties ### 📊 Changes **6 files changed** (+97 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Closes #897 Needs https://github.com/pelican-dev/wings/pull/59 in order for sftp file events to work. --- <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:13:10 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1047