Commit Graph

11952 Commits (4cdd0b77f05f1d0b367ab1c952ff908b1a0f83b9)
 

Author SHA1 Message Date
dansup 4cdd0b77f0
Merge pull request #6252 from pixelfed/shleeable-patch-15
Larastan: Update FixLikes.php
2 weeks ago
dansup 9eada82499
Merge pull request #6251 from pixelfed/shleeable-patch-14-1
Larastan: Update StatusHashtag.php
2 weeks ago
dansup ca79f570ce
Merge pull request #6250 from pixelfed/shleeable-patch-13
Larastan: Update DeleteUserDomainBlock.php
2 weeks ago
dansup 54ef2fb165
Merge pull request #6249 from pixelfed/shleeable-patch-12
Larastan: Update CatchUnoptimizedMedia.php
2 weeks ago
dansup f51460e4fc
Merge pull request #6248 from pixelfed/shleeable-patch-11
Larastan: Update AddUserDomainBlock.php
2 weeks ago
dansup cc5fbb860b
Merge pull request #6247 from pixelfed/shleeable-patch-10
Larastan: Update MediaPathService.php
2 weeks ago
dansup 8bc11914ad
Merge pull request #6246 from pixelfed/shleeable-patch-9
Larastan: Update MediaStorageService.php
2 weeks ago
dansup cb9746435a
Merge pull request #6245 from pixelfed/shleeable-patch-8
Larastan: Update Profile.php missing "use App\Avatar;"
2 weeks ago
dansup 224053ecfa
Merge pull request #6244 from pixelfed/shleeable-patch-7
Larastan: Update ImageS3UploadPipeline.php (Variable $file might not be defined. )
2 weeks ago
dansup e9c742a5e2
Merge pull request #6243 from pixelfed/shleeable-patch-6
Larastan: Update ResilientMediaStorageService.php (Variable $file might not be defined. )
2 weeks ago
dansup 3ea137dfd6
Merge pull request #6242 from pixelfed/shleeable-patch-5
Larastan: Update UndoSharePipeline.php (Undefined variable: $status)
2 weeks ago
dansup eb56062fd0
Merge pull request #6241 from pixelfed/shleeable-patch-4
Larastan: Update Status.php - Missing use App\Models\Conversation;
2 weeks ago
dansup 3fbeb53eeb
Merge pull request #6240 from pixelfed/shleeable-patch-2
larastan: Update Bouncer.php - Called 'count' on Laravel collection, but could have been retrieved as a query. (noUnnecessaryCollectionCall)
2 weeks ago
dansup d558472e1f
Merge pull request #6239 from pixelfed/shleeable-patch-1
Larastan: Update Site/Config.php - config_cache only has 1 arg. No fallback.
2 weeks ago
dansup 0714d299a0
Merge pull request #6238 from shleeable/JobBatchv1-PushNotificationPipeline
JobBatch v1- PushNotification pipelines defensive checks
2 weeks ago
dansup 96c4da440d
Merge pull request #6237 from shleeable/JobBatchv1-HomeFeedPipeline
JobBatch v1- HomeFeed pipelines defensive checks
2 weeks ago
dansup 45453fd17b
Merge pull request #6236 from shleeable/JobBatchv1-ImageOptimizePipeline
JobBatch v1- ImageOptimizePipeline pipelines defensive checks
2 weeks ago
dansup 87e2953b19
Merge pull request #6235 from shleeable/JobBatchv1-FollowPipeline
JobBatch v1- Follow pipelines defensive checks
2 weeks ago
dansup 27daf6ec2b
Merge pull request #6234 from shleeable/JobBatchv1-MediaPipeline
JobBatch v1- Media pipelines defensive checks
2 weeks ago
dansup 6cc56548ca
Merge pull request #6233 from shleeable/JobBatchv1-LikePipeline
JobBatch v1- Like pipelines defensive checks
2 weeks ago
dansup 8e56d0cf83
Merge pull request #6232 from shleeable/JobBatchv1-DeletePipeline
JobBatch v1- Delete pipelines defensive checks
2 weeks ago
dansup 03e64efd68
Merge pull request #6231 from shleeable/JobBatchv1-StatusPipeline
JobBatch v1- Status pipelines defensive checks
2 weeks ago
dansup b4dacca924
Merge pull request #6230 from shleeable/JobBatchv1-InboxPipeline
JobBatch v1- Inbox pipelines defensive checks
2 weeks ago
dansup 17b9501e1e
Merge pull request #6229 from shleeable/JobBatchv1-MiscPipelines
JobBatch v1- Misc pipelines defensive checks
2 weeks ago
Shlee 70ffdebdea
Update FixLikes.php 2 weeks ago
Shlee b18b33c998
Update StatusHashtag.php 2 weeks ago
Shlee e898d29ce9
Update DeleteUserDomainBlock.php 2 weeks ago
Shlee 2efe97c465
Larastan: Update CatchUnoptimizedMedia.php
```
 ------ ------------------------------------------------------------------------------------------------- 
  Line   Console/Commands/CatchUnoptimizedMedia.php                                                       
 ------ ------------------------------------------------------------------------------------------------- 
  31     Constructor of class App\Console\Commands\CatchUnoptimizedMedia has an unused parameter $media.  
         🪪  constructor.unusedParameter                                                                  
 ------ ------------------------------------------------------------------------------------------------- 
```
2 weeks ago
Shlee c26f8666c3
Larastan: Update AddUserDomainBlock.php
```
 ------ ------------------------------------------------------------- 
  Line   Console/Commands/AddUserDomainBlock.php                      
 ------ ------------------------------------------------------------- 
  37     Variable $domain in empty() always exists and is not falsy.  
         🪪  empty.variable                                           
 ------ ------------------------------------------------------------- 
```
2 weeks ago
Shlee 57307aaff1
Update ImageS3UploadPipeline.php 2 weeks ago
Shlee ea39e52d49
Update MediaStorageService.php 2 weeks ago
Shlee b8660e46fc
Update MediaPathService.php 2 weeks ago
Shlee 81509c95de
Larastan: Update MediaPathService.php 2 weeks ago
Shlee 3d92562764
Larastan: Update MediaStorageService.php 2 weeks ago
Shlee 6475b22e2e
Larastan: Update Profile.php missing "use App\Avatar;" 2 weeks ago
Shlee d1defe35e5
Update ImageS3UploadPipeline.php 2 weeks ago
Shlee b59443d5f5
Update ResilientMediaStorageService.php 2 weeks ago
Shlee a647ad435c
Larastan: Update UndoSharePipeline.php (Undefined variable: $status) 2 weeks ago
Shlee 67cc88eb90
Update Status.php - Missing use App\Models\Conversation; 2 weeks ago
Shlee 3b8f13784b
Update Bouncer.php - Called 'count' on Laravel collection, but could have been retrieved as a query. 🪪 larastan.noUnnecessaryCollectionCall 2 weeks ago
Shlee 4f0f2f5d65
Update Site/Config.php - config_cache only has 1 arg. No fallback. 2 weeks ago
Shlee 535a8990b0
Update MentionPushNotifyPipeline.php 2 weeks ago
Shlee bffab96eaf
Update LikePushNotifyPipeline.php 2 weeks ago
Shlee e89d15cb90
Update FollowPushNotifyPipeline.php 2 weeks ago
Shlee fead07e092
Update RemoteFollowPipeline.php 2 weeks ago
Shlee 451967527b
Update MoveSendUndoFollowPipeline.php 2 weeks ago
Shlee a8c29ffd8a
Update MentionPushNotifyPipeline.php 2 weeks ago
Shlee 82737236e1
Update FollowPushNotifyPipeline.php 2 weeks ago
Shlee 557e8fa1cb
Update LikePushNotifyPipeline.php 2 weeks ago
Shlee 11596618b8
Update FollowPushNotifyPipeline.php 2 weeks ago