[PR #1372] [MERGED] Add missing auth activity logs #1359

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1372
Author: @Boy132
Created: 5/13/2025
Status: Merged
Merged: 5/19/2025
Merged by: @Boy132

Base: mainHead: boy132/add-missing-auth-activity-logs


📝 Commits (5)

  • 81bcf2f fix actor & subject for user:api-key.create activity log
  • c1b150c fix auth:password-reset activity log
  • 06a2337 use laravels Login event instead our custom event
  • e0ebb35 dispatch ProvidedAuthenticationToken event
  • 34b5443 add auth:checkpoint activity log

📊 Changes

6 files changed (+20 additions, -38 deletions)

View changed files

app/Events/Auth/DirectLogin.php (+0 -11)
app/Events/Auth/FailedPasswordReset.php (+0 -16)
📝 app/Filament/Pages/Auth/EditProfile.php (+2 -0)
📝 app/Filament/Pages/Auth/Login.php (+14 -0)
📝 app/Listeners/Auth/AuthenticationListener.php (+3 -2)
📝 app/Listeners/Auth/PasswordResetListener.php (+1 -9)

📄 Description

Closes #1370

Supersedes #1371


🔄 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/1372 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 5/13/2025 **Status:** ✅ Merged **Merged:** 5/19/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/add-missing-auth-activity-logs` --- ### 📝 Commits (5) - [`81bcf2f`](https://github.com/pelican-dev/panel/commit/81bcf2fe552517697f271c15f7492fd258044e57) fix actor & subject for `user:api-key.create` activity log - [`c1b150c`](https://github.com/pelican-dev/panel/commit/c1b150c6c336574348d5a66bbecb9b45053698f9) fix `auth:password-reset` activity log - [`06a2337`](https://github.com/pelican-dev/panel/commit/06a2337312ab275492e00d08b601c1620f3aa483) use laravels Login event instead our custom event - [`e0ebb35`](https://github.com/pelican-dev/panel/commit/e0ebb35e50c50cabbafdf956ad8c9f01199a037f) dispatch `ProvidedAuthenticationToken` event - [`34b5443`](https://github.com/pelican-dev/panel/commit/34b54435e59c94aca82e31813c9934fddca60a9a) add `auth:checkpoint` activity log ### 📊 Changes **6 files changed** (+20 additions, -38 deletions) <details> <summary>View changed files</summary> ➖ `app/Events/Auth/DirectLogin.php` (+0 -11) ➖ `app/Events/Auth/FailedPasswordReset.php` (+0 -16) 📝 `app/Filament/Pages/Auth/EditProfile.php` (+2 -0) 📝 `app/Filament/Pages/Auth/Login.php` (+14 -0) 📝 `app/Listeners/Auth/AuthenticationListener.php` (+3 -2) 📝 `app/Listeners/Auth/PasswordResetListener.php` (+1 -9) </details> ### 📄 Description Closes #1370 Supersedes #1371 --- <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:39:32 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1359