Commit Graph

12030 Commits (d1a874f3bbda6ffb93f9e24c01aaa24ba7c8f3e4)
 

Author SHA1 Message Date
dansup d1a874f3bb
Merge branch 'staging' into guzzlehttp 11 months ago
dansup 9080760fd2
Merge pull request #6311 from pixelfed/carbon-upgrade
Larastan: Add nesbot/carbon to package.json explicitly - Safe/Mergable
11 months ago
dansup c0008d31d8
Merge branch 'staging' into carbon-upgrade 11 months ago
dansup f2757e5d7a
Merge pull request #6310 from pixelfed/shleeable-patch-22
Refactor: Remove dbal (dead code)
11 months ago
dansup 67eb0d125e
Merge pull request #6305 from pixelfed/vips
Refactor: Add VIPS image driver support - missing composer package - Low risk
11 months ago
dansup 7881b09c2f
Merge pull request #6304 from pixelfed/classV2
Larastan: Fix Missing classes 2 - Medium risk
11 months ago
dansup 14d5fe940e
Merge pull request #6302 from pixelfed/miscClosureUnusedUseV2
Larastan: fix Unused Use - Low risk
11 months ago
dansup bacc8bc134
Merge pull request #6300 from pixelfed/argumentsV1
Larastan: Fix too many arguments - Medium risk
11 months ago
dansup f9d430d6e6
Merge pull request #6299 from pixelfed/classNotFoundV1
Larastan: Fix Missing classes - Low risk
11 months ago
dansup 99e89814b4
Merge pull request #6295 from pixelfed/shleeable-patch-20
Dead Code - Delete app/Http/Controllers/Api/InstanceApiController.php - Low Risk
11 months ago
dansup 6df58e67f2
Merge pull request #6290 from pixelfed/emptyv1
Larastan: 'empty() always exists and is not falsy' errors - Low risk
11 months ago
dansup b7813cca7d
Merge pull request #6286 from pixelfed/shleeable-patch-17
Refactor: Update Crypto to phpseclib3 - Low risk
11 months ago
dansup 5d9ce4fd45
Merge pull request #6285 from pixelfed/shleeable-patch-16
Larastan: Update ConfirmEmail.php / PasswordChange.php - Low risk
11 months ago
dansup 93217c8c63
Merge pull request #6284 from pixelfed/shleeable-patch-15
Larastan: Remove unused arg from Function config_cache - Safe/Mergable
11 months ago
dansup d2acad9388
Merge pull request #6283 from pixelfed/shleeable-patch-14
Larastan: Update GroupsPostController.php - Safe/Mergable
11 months ago
dansup 4165a63014
Merge pull request #6282 from pixelfed/shleeable-patch-13
Larastan: Update NewStatusPipeline.php - REVIEW
11 months ago
Shlee 7b858f9894
Delete larastan.txt 11 months ago
dansup dea244a232
Merge pull request #6281 from pixelfed/shleeable-patch-12
Larastan: Update Installer.php - typo
11 months ago
dansup bc9a974037
Merge pull request #6280 from pixelfed/refactor-RemoveDuplicatedArrayKeyRector
Larastan: Removed duplicated Keys in arrays.
11 months ago
dansup 496a8878d0
Merge pull request #6279 from pixelfed/shleeable-patch-11
Drop php 8.2
11 months ago
dansup b66e9bcdfe
Merge pull request #6277 from pixelfed/shleeable-patch-10
Larastan: Update Classifier.php - UnnecessaryVarAnnotation
11 months ago
dansup e5c6ac0eca
Merge pull request #6274 from pixelfed/shleeable-patch-9
Larastan: Update BaseApiController.php
11 months ago
dansup 59e1e12625
Merge pull request #6273 from pixelfed/shleeable-patch-8
Larastan: Update ResetPasswordController.php / ForgotPasswordController.php
11 months ago
Your Name 9ecfc80619 11 months ago
Your Name 0ef1a598d5 fix 11 months ago
Your Name a648880662 11 months ago
Shlee 1d67f43d26
Update database.php 11 months ago
Shlee 35b4655fb7
Update composer.json 11 months ago
Shlee 88f7584428
Update composer.json 11 months ago
Shlee 5d8e5b64aa
Update CryptoTest.php 11 months ago
Your Name 37ecd06b13 Add VIPS image driver support 11 months ago
Your Name 15cc07e602 Fix all class.notFound PHPStan issues - 31 fixes 11 months ago
Shlee f07e420a72
Delete larastan_current.txt 11 months ago
Your Name 28ed625f12 Fix PHPStan closure.unusedUse issues - 7 fixes 11 months ago
Your Name b5c6984689 Fix PHPStan arguments.count issues 11 months ago
Your Name ca6c875bbb Fix PHPStan class.notFound issues 11 months ago
Shlee e297cd0e94
Dead Code - Delete app/Http/Controllers/Api/InstanceApiController.php 11 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
11 months ago
Shlee 0e0f3b9e95
Larastan: Update CryptoTest.php - REVIEW 11 months ago
Shlee 4a76f326d5
Update PasswordChange.php 11 months ago
Shlee 03d91880d9
Larastan: Update ConfirmEmail.php 11 months ago
Shlee 1e689461c0
Update LandingService.php 11 months ago
Shlee 4fa2942778
Update StoryFetch.php 11 months ago
Shlee 4c27f8ff58
Update StoreStatusEditRequest.php 11 months ago
Shlee 133e497879
Larastan: Update ComposeController.php 11 months ago
Shlee 304c3eab3f
Update GroupsPostController.php 11 months ago
Shlee f63346be32
Larastan: Update NewStatusPipeline.php - REVIEW 11 months ago
Shlee d5eb902a82
Larastan: Update Installer.php - typo 11 months ago
Your Name e43078961c Fix PHP deprecation warnings for implicit nullable parameters
- Add explicit nullable type declarations to GroupService::log() method parameters
- Add explicit nullable type declaration to ModLogService::metadata() method parameter
- Add explicit nullable type declaration to HitHighlighter::highlight() method parameter
- Resolves PHP 8.1+ deprecation warnings about implicitly marking parameters as nullable
11 months ago
Shlee ada1059592
Update composer.json - drop php 8.2 11 months ago