Commit Graph

32 Commits (b87b7c82b5b480af33ff94d52d65d690afe97db9)

Author SHA1 Message Date
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
Daniel Supernault 141fc77be9
Update User model, add notify_enabled 1 year ago
Daniel Supernault 8b4ea6ff48
Update user model 1 year ago
Daniel Supernault 8f7becc58b
Add push notification api endpoints 1 year ago
Daniel Supernault 83ce8fd78e
Add Push Notifications 1 year ago
Daniel Supernault 0b90d629d5
Update User, fix last_active_at guard 2 years ago
Daniel Supernault 45b9404ec1
Add Sign-in with Mastodon 2 years ago
Daniel Supernault 4b611be2d9
Update user model 2 years ago
Daniel Supernault dac0d08319
Update admin dashboard, fix search and dropdown menu 3 years ago
Daniel Supernault d4c967de98
Update RegisterController, store client ip during registration 3 years ago
Daniel Supernault b1f95a7213
Bump laravel, v9 => v10 3 years ago
Daniel Supernault bd321a72f0
Update User model, add interstitial relation 5 years ago
Daniel Supernault 9a0c5bc8ae
Update admin dashboard 6 years ago
Daniel Supernault 5a0c295ed1
Update User model, fix filter relationship 6 years ago
Daniel Supernault 86b41dbb32
Update User model 6 years ago
Daniel Supernault 72bffd16d4
Retire Classic Compose UI 7 years ago
Daniel Supernault ad7f44e362
Add UserDevice model 7 years ago
Daniel Supernault 492410a287
Update User model 7 years ago
Daniel Supernault c7a4adb8ad
Update User model 7 years ago
Daniel Supernault 2202fc416a
Update User model, prepare for websockets 7 years ago
Daniel Supernault 6d890aaf7f
Prepare 2FA 7 years ago
Daniel Supernault 599844b2fb
Update AccountController, fix #456 7 years ago
Daniel Supernault c1f66b968e
Add oauth to User model 7 years ago
daniel b8abbdd90f Apply fixes from StyleCI 7 years ago
Daniel Supernault 8af22a1fd1 Update User model 7 years ago
Daniel Supernault 4e51fbd5eb Add soft-deletes 8 years ago
Daniel Supernault c8cb48a835 Update user model 8 years ago
Daniel Supernault ff3925dd1d Update User model 8 years ago
Daniel Supernault 7e78261081 Add new method to User model 8 years ago
Daniel Supernault 9dd58c5abd Add profile model, migration and controller
Also added User model observer to create a profile when a new user is
created.
8 years ago
Daniel Supernault d1b44529df Add username to register form 8 years ago
Daniel Supernault a034358c98 Add Laravel Framework 8 years ago