Commit Graph

578 Commits (dev)

Author SHA1 Message Date
dansup 4b923ed0c6
Merge pull request #6456 from pixelfed/a7
Refactor: InboxWorker and InboxValidator moved lock after the signature validation.
1 week ago
dansup bff9aae06d
Merge pull request #6455 from pixelfed/a6
Refactor: Update ImportMediaToCloudPipeline to handle multiple files being uploaded.
1 week ago
dansup db0c8befea
Merge pull request #6452 from pixelfed/a3
bugfix: Remove a unnecessary join from Hashtag fanout
1 week ago
dansup 9969a394c3
Merge pull request #6451 from pixelfed/a1
bugfix: Video/ImageThumbnail marks media as processed even when thumbnail generation fails
1 week ago
Your Name 09aba28d88 fix 3 weeks ago
Your Name 492e78b95f fix 3 weeks ago
Your Name daea5da055 fix 3 weeks ago
Your Name 13d877b832 bug 3 weeks ago
Your Name 89c54bbd84 bad logic 3 weeks ago
Shlee 8d7b090e4c
Update DeleteRemoteProfilePipeline.php 3 weeks ago
dansup 712c279b0a
Merge pull request #6414 from pixelfed/shleeable-patch-13
Bugfix: Remote home fanout ignores mutes/blocks due to user_id vs profile_id mismatch
3 weeks ago
Shlee ec3e723a63
Update HashtagInsertFanoutPipeline.php 2 months ago
Shlee ce8836fa3b
Update FeedInsertPipeline.php 2 months ago
Shlee e3de5c8596
Update FeedInsertRemotePipeline.php 2 months ago
Shlee 5f831b48f7
Update ProfileMigrationDeliverMoveActivityPipeline.php 2 months ago
Shlee 16d374aa08
Update StatusLocalUpdateActivityPubDeliverPipeline.php 2 months ago
Shlee 6ff0c899f0
Update StatusActivityPubDeliver.php 2 months ago
Daniel Supernault 53742fa699
Lint 2 months ago
Daniel Supernault 374344754e
Lint 2 months ago
Daniel Supernault 4bc1e22121
Refactor LikePipeline and improve Undo Announce handling 3 months ago
Daniel Supernault efd351900d
Fix InboxWorker 3 months ago
Daniel Supernault 04bf75fb68
Revert inbox changes 3 months ago
Shlee 130dca355b
Regression - Fix federation - Update ActivityHandler.php (#6345)
* Update ActivityHandler.php

* Update ActivityHandler.php
3 months ago
dansup eae2dafcac
Merge branch 'staging' into intervention-laravel-clean 3 months ago
Shlee f839a1a67d
Update AvatarOptimize.php 4 months ago
Shlee 8ee07248d9
Update AvatarOptimize.php 4 months ago
Shlee b87b7c82b5
Update ImageResizePipeline.php 4 months ago
Your Name 45a9a3b472 RemoveUnreachableStatementRector 4 months ago
dansup 7881b09c2f
Merge pull request #6304 from pixelfed/classV2
Larastan: Fix Missing classes 2 - Medium risk
4 months ago
dansup 14d5fe940e
Merge pull request #6302 from pixelfed/miscClosureUnusedUseV2
Larastan: fix Unused Use - Low risk
4 months ago
dansup bacc8bc134
Merge pull request #6300 from pixelfed/argumentsV1
Larastan: Fix too many arguments - Medium risk
4 months ago
dansup f9d430d6e6
Merge pull request #6299 from pixelfed/classNotFoundV1
Larastan: Fix Missing classes - Low risk
4 months ago
dansup 6df58e67f2
Merge pull request #6290 from pixelfed/emptyv1
Larastan: 'empty() always exists and is not falsy' errors - Low risk
4 months ago
dansup 93217c8c63
Merge pull request #6284 from pixelfed/shleeable-patch-15
Larastan: Remove unused arg from Function config_cache - Safe/Mergable
4 months ago
Your Name 15cc07e602 Fix all class.notFound PHPStan issues - 31 fixes 4 months ago
Your Name 28ed625f12 Fix PHPStan closure.unusedUse issues - 7 fixes 4 months ago
Your Name b5c6984689 Fix PHPStan arguments.count issues 4 months ago
Your Name ca6c875bbb Fix PHPStan class.notFound issues 4 months ago
Your Name 72e840345e Fix PHPStan 'empty() always exists and is not falsy' errors
- Remove redundant empty() checks where variables are guaranteed to exist and be non-falsy
- Replace empty() with simple null/false checks where appropriate
- Maintain original logic while fixing static analysis issues
- Affected files:
  - app/Http/Controllers/GroupController.php
  - app/Http/Controllers/ProfileAliasController.php
  - app/Jobs/ImageOptimizePipeline/ImageUpdate.php
  - app/Jobs/InboxPipeline/DeleteWorker.php
  - app/Jobs/InboxPipeline/InboxValidator.php
  - app/Jobs/InboxPipeline/InboxWorker.php
  - app/Jobs/ProfilePipeline/HandleUpdateActivity.php
  - app/Rules/ExpoPushTokenRule.php
  - app/Services/AutospamService.php
  - app/Services/CollectionService.php
  - app/Services/NotificationAppGatewayService.php
  - app/Services/WebfingerService.php
  - app/Util/ActivityPub/Helpers.php
4 months ago
Shlee 4fa2942778
Update StoryFetch.php 4 months ago
Shlee f63346be32
Larastan: Update NewStatusPipeline.php - REVIEW 4 months ago
dansup 224053ecfa
Merge pull request #6244 from pixelfed/shleeable-patch-7
Larastan: Update ImageS3UploadPipeline.php (Variable $file might not be defined. )
4 months ago
dansup 3ea137dfd6
Merge pull request #6242 from pixelfed/shleeable-patch-5
Larastan: Update UndoSharePipeline.php (Undefined variable: $status)
4 months ago
dansup 0714d299a0
Merge pull request #6238 from shleeable/JobBatchv1-PushNotificationPipeline
JobBatch v1- PushNotification pipelines defensive checks
4 months ago
dansup 96c4da440d
Merge pull request #6237 from shleeable/JobBatchv1-HomeFeedPipeline
JobBatch v1- HomeFeed pipelines defensive checks
4 months ago
dansup 45453fd17b
Merge pull request #6236 from shleeable/JobBatchv1-ImageOptimizePipeline
JobBatch v1- ImageOptimizePipeline pipelines defensive checks
4 months ago
dansup 87e2953b19
Merge pull request #6235 from shleeable/JobBatchv1-FollowPipeline
JobBatch v1- Follow pipelines defensive checks
4 months ago
dansup 27daf6ec2b
Merge pull request #6234 from shleeable/JobBatchv1-MediaPipeline
JobBatch v1- Media pipelines defensive checks
4 months ago
dansup 6cc56548ca
Merge pull request #6233 from shleeable/JobBatchv1-LikePipeline
JobBatch v1- Like pipelines defensive checks
4 months ago
dansup 8e56d0cf83
Merge pull request #6232 from shleeable/JobBatchv1-DeletePipeline
JobBatch v1- Delete pipelines defensive checks
4 months ago