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/Jobs
Anil Kulkarni 2f6c6830ea
Fix null dereference error when updating the sharedInbox for actor
updates.

The old code assumes that all update messages have an endpoints key.
However, both the endpoints key, as well as the sharedInbox may be
missing or null per spec. This commit fixes the bug by using isset to
check for the key to exist, otherwise coalescing it to null

server to server update messages are PUT operations, not PATCH,
so if the sharedInbox is missing in the update, it should always be
removed (if previously set)
11 months ago
..
AdminPipeline
…
AutospamPipeline
…
AvatarPipeline Fix typo 1 year ago
CommentPipeline
…
ContactPipeline
…
CuratedOnboarding Add Curated Onboarding 3 years ago
DeletePipeline Update ComposeController, prioritize followed users and follower_count first 1 year ago
DirectPipeline
…
FollowPipeline Update FollowPipeline 2 years ago
GroupPipeline Update Status caption logic, stop storing duplicate html caption in db and defer to cached StatusService rendering 2 years ago
GroupsPipeline Update Groups ImageResizePipeline with intervention/image v3 support 1 year ago
HomeFeedPipeline
…
ImageOptimizePipeline Update media storage pipeline, improve support for non-local filesystems 1 year ago
ImportPipeline
…
InboxPipeline
…
InstancePipeline Update AppRegisterController 2 years ago
InternalPipeline
…
LikePipeline Update LikePipeline 2 years ago
MediaPipeline Update cloud storage, use config_cache 3 years ago
MentionPipeline Add a push notification when a user is mentioned in a comment 2 years ago
ModPipeline
…
MovePipeline Update MovePipeline to handle mute and block migrations 2 years ago
NotificationPipeline Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints 1 year ago
ParentalControlsPipeline
…
ProfilePipeline Fix null dereference error when updating the sharedInbox for actor 11 months ago
PushNotificationPipeline Add MentionPushNotifyPipeline 2 years ago
RemoteFollowPipeline Update Status storage, add SanitizerService to fix spacing in html stripped content 1 year ago
ReportPipeline
…
SharePipeline Update activitpub setting, use config_cache() 3 years ago
StatusPipeline Update Status storage, add SanitizerService to fix spacing in html stripped content 1 year ago
StoryPipeline Update StoryRotateMedia job, handle StoryIndexService cache invalidation 1 year ago
VideoPipeline
…