mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
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/466
Author: @ItzExotical
Created: 7/8/2024
Status: ✅ Merged
Merged: 7/10/2024
Merged by: @lancepioch
Base:
main← Head:main📝 Commits (10+)
2757370Remove deploy.locations from validatorab7f6fbChange location data to optional for backwards compatb58df32Better styling1806224Add back comma to follow coding styleebe39d8Merge branch 'pelican-dev:main' into main7e7f237Remove EventServiceProvider from providers file9276404Add null check on $model->actoreb3ca6fProper type checking on $model->actorf276195Revert removal of EventServiceProvider6dc0070Remove subscription of AuthenticationListener📊 Changes
4 files changed (+1 additions, -14 deletions)
View changed files
📝
app/Listeners/Auth/AuthenticationListener.php(+0 -7)📝
app/Providers/EventServiceProvider.php(+0 -5)📝
app/Transformers/Api/Client/ActivityLogTransformer.php(+1 -1)📝
bootstrap/providers.php(+0 -1)📄 Description
This fixes both issues with the Activity tab, both duplicate entries as well as the page breaking after a failed auth attempt.
Tested and confirmed working on 2 different panel instances.
The second issue mentioned above was originally fixed by this commit by @lancepioch but was later overwritten (presumably by accident) on @DjordyKoert's commit here.
Huge thanks to @RMartinOscar for discovering why the log function was being called several times (because of entries in the providers file).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.