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
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
..
Auth Update oauth/token, fix scope to be space separated string instead of array 2 years ago
Console Update IG Import 12 months ago
Events
…
Exceptions
…
Http Update IG Import 12 months ago
Jobs Fix null dereference error when updating the sharedInbox for actor 11 months ago
Listeners
…
Mail Refactor based on @jippi review 2 years ago
Models Generic OIDC Support 1 year ago
Observers
…
Policies Update CustomFilterPolicy 1 year ago
Providers Generic OIDC Support 1 year ago
Rules Update Webfinger.php 1 year ago
Services Update media storage pipeline, improve support for non-local filesystems 1 year ago
Transformer Update MediaTransformer, return proper image type 1 year ago
Util Update media storage pipeline, improve support for non-local filesystems 1 year ago
AccountInterstitial.php
…
AccountLog.php
…
Activity.php
…
Avatar.php
…
Bookmark.php
…
Circle.php
…
CircleProfile.php
…
Collection.php
…
CollectionItem.php
…
Comment.php
…
Contact.php Update Contact model 2 years ago
DirectMessage.php
…
DiscoverCategory.php
…
DiscoverCategoryHashtag.php
…
EmailVerification.php
…
FailedJob.php
…
FollowRequest.php
…
Follower.php
…
HasSnowflakePrimary.php
…
Hashtag.php
…
HashtagFollow.php Update AppRegisterController 2 years ago
ImportData.php
…
ImportJob.php
…
Instance.php
…
Like.php
…
Media.php Update MediaTransformer, return proper image type 1 year ago
MediaBlocklist.php
…
MediaTag.php
…
Mention.php
…
ModLog.php
…
Newsroom.php
…
Notification.php
…
OauthClient.php
…
Page.php
…
Place.php
…
Profile.php
…
ProfileSponsor.php
…
Report.php
…
ReportComment.php
…
ReportLog.php
…
Status.php Update Status model 1 year ago
StatusArchived.php
…
StatusHashtag.php
…
StatusView.php
…
Story.php Update Story model 1 year ago
StoryItem.php
…
StoryReaction.php
…
StoryView.php
…
UIKit.php
…
User.php Update User model, add notify_enabled 2 years ago
UserDevice.php
…
UserFilter.php
…
UserInvite.php
…
UserSetting.php
…
helpers.php
…