You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/app/Models
Your Name 11d547415e Add HasMany return type to CustomFilter::statuses() for Larastan
Larastan v3.12.0 added the larastan.relationExistence rule, which
detects Eloquent relations by their declared return type. statuses()
defined the hasMany relation but lacked the ': HasMany' return type, so
the rule could not recognize it and flagged $filter->load([...,
'statuses']) in CustomFilterController.php as referencing a missing
relation. Add the return type to match the sibling keywords() method.
Verified with larastan/larastan v3.12.0 (No errors).
2 weeks ago
..
AccountInterstitial.php refactor: extract duplicate patterns into shared methods 4 weeks ago
AccountLog.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
Activity.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
AdminInvite.php chore: resolve psalm issues in admin commands and auth 4 weeks ago
AdminShadowFilter.php Convert string class references to ::class 3 weeks ago
AppRegister.php
…
AutospamCustomTokens.php
…
Avatar.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
Bookmark.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
Circle.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
CircleProfile.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
Collection.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
CollectionItem.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
ConfigCache.php
…
Contact.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
Conversation.php refactor: replace $fillable with $guarded = [] across all models 1 month ago
CuratedRegister.php polish 1 month ago
CuratedRegisterActivity.php fix 7 months ago
CuratedRegisterTemplate.php refactor: replace $fillable with $guarded = [] across all models 1 month ago
CustomEmoji.php Fix MariaDB driver detection and reblog caption null inserts 2 weeks ago
CustomFilter.php Add HasMany return type to CustomFilter::statuses() for Larastan 2 weeks ago
CustomFilterKeyword.php refactor: replace $fillable with $guarded = [] across all models 1 month ago
CustomFilterStatus.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
DefaultDomainBlock.php
…
DirectMessage.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
DiscoverCategory.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
DiscoverCategoryHashtag.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
EmailVerification.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
FailedJob.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
FollowRequest.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
Follower.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
Group.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
GroupActivityGraph.php
…
GroupBlock.php
…
GroupCategory.php
…
GroupComment.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
GroupEvent.php
…
GroupHashtag.php
…
GroupInteraction.php fix 7 months ago
GroupInvitation.php
…
GroupLike.php
…
GroupLimit.php refactor: replace $fillable with $guarded = [] across all models 1 month ago
GroupMedia.php refactor: replace short facade aliases with fully-qualified imports 1 month ago
GroupMember.php
…
GroupPost.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
GroupPostHashtag.php
…
GroupReport.php
…
GroupRole.php
…
GroupStore.php
…
Hashtag.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
HashtagFollow.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
HashtagRelated.php fix 7 months ago
ImportData.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
ImportJob.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
ImportPost.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
Instance.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
InstanceActor.php
…
Like.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
LiveStream.php refactor: replace short facade aliases with fully-qualified imports 1 month ago
Media.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
MediaBlocklist.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
MediaTag.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
Mention.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
ModLog.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
ModeratedProfile.php
…
Newsroom.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
Notification.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
OAuthToken.php Fix oauth/token 7 months ago
OauthClient.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
Page.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
ParentalControls.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
Place.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
Poll.php fix 7 months ago
PollVote.php
…
Portfolio.php fix 7 months ago
Profile.php Require --scope (local/remote/both) for admin:fixProfileCounts --all 4 weeks ago
ProfileAlias.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
ProfileMigration.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
ProfileSponsor.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
RemoteAuth.php fix 7 months ago
RemoteAuthInstance.php
…
RemoteReport.php fix 7 months ago
Report.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
ReportComment.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
ReportLog.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
Status.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
StatusArchived.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
StatusEdit.php fix 7 months ago
StatusHashtag.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
StatusView.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
Story.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
StoryItem.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
StoryReaction.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
StoryView.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
UIKit.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
User.php Self-heal stale storage_used on upload/delete hot path 2 weeks ago
UserAppSettings.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
UserDevice.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
UserDomainBlock.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
UserEmailForgot.php fix 7 months ago
UserFilter.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
UserInvite.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
UserOidcMapping.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
UserPronoun.php
…
UserRoles.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago
UserSetting.php refactor: move 52 legacy models from App\ to App\Models\ 1 month ago