mirror of https://github.com/pixelfed/pixelfed
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.
Two query patterns were copy-pasted across several call sites:
- The 'users who blocked me, plus myself' list used to filter profile
search (UserFilter::whereFilterableId($pid)->pluck('user_id')->push($pid))
appeared in ComposeController (x2) and DirectMessageController. Extracted
to UserFilterService::searchExcludedProfileIds(). Note this is the
inverse of blocks() (who I blocked), so it is a distinct method.
- CustomEmoji duplicate detection (groupBy('shortcode')->havingRaw(
'count(*) > 1')) appeared three times in AdminController. Extracted to a
CustomEmoji::duplicateShortcodes() query scope.
Adds tests for both. No behaviour change.
|
3 weeks ago | |
|---|---|---|
| .. | ||
| AccountInterstitial.php | 4 weeks ago | |
| AccountLog.php | 4 weeks ago | |
| Activity.php | 4 weeks ago | |
| AdminInvite.php | 4 weeks ago | |
| AdminShadowFilter.php | 3 weeks ago | |
| AppRegister.php | 2 years ago | |
| AutospamCustomTokens.php | 3 years ago | |
| Avatar.php | 4 weeks ago | |
| Bookmark.php | 4 weeks ago | |
| Circle.php | 4 weeks ago | |
| CircleProfile.php | 4 weeks ago | |
| Collection.php | 4 weeks ago | |
| CollectionItem.php | 4 weeks ago | |
| ConfigCache.php | 9 months ago | |
| Contact.php | 4 weeks ago | |
| Conversation.php | 4 weeks ago | |
| CuratedRegister.php | 4 weeks ago | |
| CuratedRegisterActivity.php | 7 months ago | |
| CuratedRegisterTemplate.php | 4 weeks ago | |
| CustomEmoji.php | 3 weeks ago | |
| CustomFilter.php | 4 weeks ago | |
| CustomFilterKeyword.php | 4 weeks ago | |
| CustomFilterStatus.php | 4 weeks ago | |
| DefaultDomainBlock.php | 3 years ago | |
| DirectMessage.php | 4 weeks ago | |
| DiscoverCategory.php | 4 weeks ago | |
| DiscoverCategoryHashtag.php | 4 weeks ago | |
| EmailVerification.php | 4 weeks ago | |
| FailedJob.php | 4 weeks ago | |
| FollowRequest.php | 4 weeks ago | |
| Follower.php | 4 weeks ago | |
| Group.php | 4 weeks ago | |
| GroupActivityGraph.php | 2 years ago | |
| GroupBlock.php | 2 years ago | |
| GroupCategory.php | 2 years ago | |
| GroupComment.php | 4 weeks ago | |
| GroupEvent.php | 2 years ago | |
| GroupHashtag.php | 2 years ago | |
| GroupInteraction.php | 7 months ago | |
| GroupInvitation.php | 2 years ago | |
| GroupLike.php | 2 years ago | |
| GroupLimit.php | 4 weeks ago | |
| GroupMedia.php | 4 weeks ago | |
| GroupMember.php | 9 months ago | |
| GroupPost.php | 4 weeks ago | |
| GroupPostHashtag.php | 9 months ago | |
| GroupReport.php | 2 years ago | |
| GroupRole.php | 2 years ago | |
| GroupStore.php | 2 years ago | |
| Hashtag.php | 4 weeks ago | |
| HashtagFollow.php | 4 weeks ago | |
| HashtagRelated.php | 7 months ago | |
| ImportData.php | 4 weeks ago | |
| ImportJob.php | 4 weeks ago | |
| ImportPost.php | 4 weeks ago | |
| Instance.php | 4 weeks ago | |
| InstanceActor.php | 9 months ago | |
| Like.php | 4 weeks ago | |
| LiveStream.php | 4 weeks ago | |
| Media.php | 4 weeks ago | |
| MediaBlocklist.php | 4 weeks ago | |
| MediaTag.php | 4 weeks ago | |
| Mention.php | 4 weeks ago | |
| ModLog.php | 4 weeks ago | |
| ModeratedProfile.php | 2 years ago | |
| Newsroom.php | 4 weeks ago | |
| Notification.php | 4 weeks ago | |
| OAuthToken.php | 6 months ago | |
| OauthClient.php | 4 weeks ago | |
| Page.php | 4 weeks ago | |
| ParentalControls.php | 4 weeks ago | |
| Place.php | 4 weeks ago | |
| Poll.php | 7 months ago | |
| PollVote.php | 5 years ago | |
| Portfolio.php | 7 months ago | |
| Profile.php | 4 weeks ago | |
| ProfileAlias.php | 4 weeks ago | |
| ProfileMigration.php | 4 weeks ago | |
| ProfileSponsor.php | 4 weeks ago | |
| RemoteAuth.php | 7 months ago | |
| RemoteAuthInstance.php | 3 years ago | |
| RemoteReport.php | 7 months ago | |
| Report.php | 4 weeks ago | |
| ReportComment.php | 4 weeks ago | |
| ReportLog.php | 4 weeks ago | |
| Status.php | 4 weeks ago | |
| StatusArchived.php | 4 weeks ago | |
| StatusEdit.php | 7 months ago | |
| StatusHashtag.php | 4 weeks ago | |
| StatusView.php | 4 weeks ago | |
| Story.php | 4 weeks ago | |
| StoryItem.php | 4 weeks ago | |
| StoryReaction.php | 4 weeks ago | |
| StoryView.php | 4 weeks ago | |
| UIKit.php | 4 weeks ago | |
| User.php | 4 weeks ago | |
| UserAppSettings.php | 4 weeks ago | |
| UserDevice.php | 4 weeks ago | |
| UserDomainBlock.php | 4 weeks ago | |
| UserEmailForgot.php | 7 months ago | |
| UserFilter.php | 4 weeks ago | |
| UserInvite.php | 4 weeks ago | |
| UserOidcMapping.php | 4 weeks ago | |
| UserPronoun.php | 4 years ago | |
| UserRoles.php | 4 weeks ago | |
| UserSetting.php | 4 weeks ago | |