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
dansup 225e835015
Staging (#6264)
* StatusPipeline defensive checks

* HomeFeedPipeline defensive checks

* DeletePipeline defensive checks

* InboxPipeline defensive checks

* MediaPipeline defensive checks

* PushNotificationPipeline defensive checks

* LikePipeline defensive checks

* FollowPipeline defensive checks

* ImageOptimizePipeline defensive checks

* Misc pipelines defensive checks

* Update CommentPipeline.php

* Update FollowPushNotifyPipeline.php

* Update LikePushNotifyPipeline.php

* Update FollowPushNotifyPipeline.php

* Update MentionPushNotifyPipeline.php

* Update MoveSendUndoFollowPipeline.php

* Update RemoteFollowPipeline.php

* Update FollowPushNotifyPipeline.php

* Update LikePushNotifyPipeline.php

* Update MentionPushNotifyPipeline.php

* Update Site/Config.php - config_cache only has 1 arg. No fallback.

* Update Bouncer.php - Called 'count' on Laravel collection, but could have been retrieved as a query.            🪪  larastan.noUnnecessaryCollectionCall

* Update Status.php - Missing use App\Models\Conversation;

* Larastan: Update UndoSharePipeline.php (Undefined variable: $status)

* Update ResilientMediaStorageService.php

* Update ImageS3UploadPipeline.php

* Larastan: Update Profile.php missing "use App\Avatar;"

* Larastan: Update MediaStorageService.php

* Larastan: Update MediaPathService.php

* Update MediaPathService.php

* Update MediaStorageService.php

* Update ImageS3UploadPipeline.php

* Larastan: Update AddUserDomainBlock.php

```
 ------ ------------------------------------------------------------- 
  Line   Console/Commands/AddUserDomainBlock.php                      
 ------ ------------------------------------------------------------- 
  37     Variable $domain in empty() always exists and is not falsy.  
         🪪  empty.variable                                           
 ------ ------------------------------------------------------------- 
```

* Larastan: Update CatchUnoptimizedMedia.php

```
 ------ ------------------------------------------------------------------------------------------------- 
  Line   Console/Commands/CatchUnoptimizedMedia.php                                                       
 ------ ------------------------------------------------------------------------------------------------- 
  31     Constructor of class App\Console\Commands\CatchUnoptimizedMedia has an unused parameter $media.  
         🪪  constructor.unusedParameter                                                                  
 ------ ------------------------------------------------------------------------------------------------- 
```

* Update DeleteUserDomainBlock.php

* Update StatusHashtag.php

* Update FixLikes.php

* Update User.php

* Update Installer.php

* Update SeedFollows.php

* Update DiscoverCategory.php

* Update FollowRequest.php

* Update Follower.php

* Update AccountController.php

* Update CustomFilterKeyword.php

* Update FederationController.php

* Update Inbox.php

* Update HttpSignature.php

---------

Co-authored-by: Your Name <you@example.com>
Co-authored-by: Shlee <github@shl.ee>
2 weeks ago
..
AdminInvite.php Add admin invite interface and email support 2 months ago
AdminShadowFilter.php
AppRegister.php Add AppRegister 10 months ago
AutospamCustomTokens.php
ConfigCache.php
Conversation.php
CuratedRegister.php Update Curated Onboarding dashboard, improve application filtering and make it easier to distinguish response state 2 years ago
CuratedRegisterActivity.php Add Curated Onboarding 2 years ago
CuratedRegisterTemplate.php Add Curated Onboarding Templates 2 years ago
CustomEmoji.php Update custom emoji, add config_cache support 2 years ago
CustomFilter.php Update CustomFilter model, add custom limits for max_content_scan_limit, max_filters_per_user, max_keywords_per_filter, max_keyword_length, max_pattern_length, max_reported_matches, max_create_per_hour, max_updates_per_hour so admins have more control over this feature 7 months ago
CustomFilterKeyword.php Staging (#6264) 2 weeks ago
CustomFilterStatus.php Add custom filters 7 months ago
DefaultDomainBlock.php
Group.php Add groups models, controllers and services 1 year ago
GroupActivityGraph.php Add groups models, controllers and services 1 year ago
GroupBlock.php Add groups models, controllers and services 1 year ago
GroupCategory.php Add groups models, controllers and services 1 year ago
GroupComment.php Add groups models, controllers and services 1 year ago
GroupEvent.php Add groups models, controllers and services 1 year ago
GroupHashtag.php Add groups models, controllers and services 1 year ago
GroupInteraction.php Add groups models, controllers and services 1 year ago
GroupInvitation.php Add groups models, controllers and services 1 year ago
GroupLike.php Add groups models, controllers and services 1 year ago
GroupLimit.php Add groups models, controllers and services 1 year ago
GroupMedia.php Add groups models, controllers and services 1 year ago
GroupMember.php Add groups models, controllers and services 1 year ago
GroupPost.php Add groups models, controllers and services 1 year ago
GroupPostHashtag.php Add groups models, controllers and services 1 year ago
GroupReport.php Add groups models, controllers and services 1 year ago
GroupRole.php Add groups models, controllers and services 1 year ago
GroupStore.php Add groups models, controllers and services 1 year ago
HashtagRelated.php
ImportPost.php
InstanceActor.php
LiveStream.php
ModeratedProfile.php Add ModeratedProfile model 1 year ago
ParentalControls.php
Poll.php
PollVote.php
Portfolio.php
ProfileAlias.php Add Profile Migrations 2 years ago
ProfileMigration.php Update ProfileMigration model, add target relation 2 years ago
RemoteAuth.php
RemoteAuthInstance.php
RemoteReport.php
StatusEdit.php
UserAppSettings.php
UserDomainBlock.php
UserEmailForgot.php Add forgot email feature 2 years ago
UserOidcMapping.php Generic OIDC Support 7 months ago
UserPronoun.php
UserRoles.php