mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
[PR #1372] [MERGED] Add missing auth activity logs #1359
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/1372
Author: @Boy132
Created: 5/13/2025
Status: ✅ Merged
Merged: 5/19/2025
Merged by: @Boy132
Base:
main← Head:boy132/add-missing-auth-activity-logs📝 Commits (5)
81bcf2ffix actor & subject foruser:api-key.createactivity logc1b150cfixauth:password-resetactivity log06a2337use laravels Login event instead our custom evente0ebb35dispatchProvidedAuthenticationTokenevent34b5443addauth:checkpointactivity 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.