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.
Caching an Eloquent model in a Cache::remember closure could deserialize into a __PHP_Incomplete_Class on read, throwing 'attempt to access a property on an incomplete object' and returning a 500. This surfaced on guest profile pages (ProfileController::buildProfile reading $user->user->settings) and affected several other latent call sites. Changes: - ProfileController: cache a plain settings array instead of the UserSetting model; fall back to defaults when the settings row is missing - StoryService::getById: fetch a live model instead of caching it - InstanceService::getByDomain, CustomEmoji::scan: cache arrays - Site/MobileController: cache Page data as an array via a shared ManagesCachedPages trait; update blade views to array access - Add public-route smoke/regression tests covering the cache-read path |
4 weeks ago | |
|---|---|---|
| .. | ||
| AccountInterstitial.php | 4 weeks ago | |
| AccountLog.php | 4 weeks ago | |
| Activity.php | 4 weeks ago | |
| AdminInvite.php | 4 weeks ago | |
| AdminShadowFilter.php | 4 weeks ago | |
| AppRegister.php | ||
| AutospamCustomTokens.php | ||
| 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 | 4 weeks ago | |
| CustomFilter.php | 4 weeks ago | |
| CustomFilterKeyword.php | 4 weeks ago | |
| CustomFilterStatus.php | 4 weeks ago | |
| DefaultDomainBlock.php | ||
| 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 | ||
| GroupBlock.php | ||
| GroupCategory.php | ||
| GroupComment.php | 4 weeks ago | |
| GroupEvent.php | ||
| GroupHashtag.php | ||
| GroupInteraction.php | 7 months ago | |
| GroupInvitation.php | ||
| GroupLike.php | ||
| 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 | ||
| GroupRole.php | ||
| GroupStore.php | ||
| 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 | ||
| 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 | ||
| 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 | ||
| 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 | ||
| UserRoles.php | 4 weeks ago | |
| UserSetting.php | 4 weeks ago | |