dansup
|
6df58e67f2
|
Merge pull request #6290 from pixelfed/emptyv1
Larastan: 'empty() always exists and is not falsy' errors - Low risk
|
2 months ago |
dansup
|
b7813cca7d
|
Merge pull request #6286 from pixelfed/shleeable-patch-17
Refactor: Update Crypto to phpseclib3 - Low risk
|
2 months ago |
dansup
|
5d9ce4fd45
|
Merge pull request #6285 from pixelfed/shleeable-patch-16
Larastan: Update ConfirmEmail.php / PasswordChange.php - Low risk
|
2 months ago |
dansup
|
93217c8c63
|
Merge pull request #6284 from pixelfed/shleeable-patch-15
Larastan: Remove unused arg from Function config_cache - Safe/Mergable
|
2 months ago |
dansup
|
d2acad9388
|
Merge pull request #6283 from pixelfed/shleeable-patch-14
Larastan: Update GroupsPostController.php - Safe/Mergable
|
2 months ago |
dansup
|
4165a63014
|
Merge pull request #6282 from pixelfed/shleeable-patch-13
Larastan: Update NewStatusPipeline.php - REVIEW
|
2 months ago |
dansup
|
dea244a232
|
Merge pull request #6281 from pixelfed/shleeable-patch-12
Larastan: Update Installer.php - typo
|
2 months ago |
dansup
|
bc9a974037
|
Merge pull request #6280 from pixelfed/refactor-RemoveDuplicatedArrayKeyRector
Larastan: Removed duplicated Keys in arrays.
|
2 months ago |
dansup
|
496a8878d0
|
Merge pull request #6279 from pixelfed/shleeable-patch-11
Drop php 8.2
|
2 months ago |
dansup
|
b66e9bcdfe
|
Merge pull request #6277 from pixelfed/shleeable-patch-10
Larastan: Update Classifier.php - UnnecessaryVarAnnotation
|
2 months ago |
dansup
|
e5c6ac0eca
|
Merge pull request #6274 from pixelfed/shleeable-patch-9
Larastan: Update BaseApiController.php
|
2 months ago |
dansup
|
59e1e12625
|
Merge pull request #6273 from pixelfed/shleeable-patch-8
Larastan: Update ResetPasswordController.php / ForgotPasswordController.php
|
2 months ago |
Shlee
|
88f7584428
|
Update composer.json
|
2 months ago |
Shlee
|
5d8e5b64aa
|
Update CryptoTest.php
|
2 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
|
2 months ago |
Shlee
|
0e0f3b9e95
|
Larastan: Update CryptoTest.php - REVIEW
|
2 months ago |
Shlee
|
4a76f326d5
|
Update PasswordChange.php
|
2 months ago |
Shlee
|
03d91880d9
|
Larastan: Update ConfirmEmail.php
|
2 months ago |
Shlee
|
1e689461c0
|
Update LandingService.php
|
2 months ago |
Shlee
|
4fa2942778
|
Update StoryFetch.php
|
2 months ago |
Shlee
|
4c27f8ff58
|
Update StoreStatusEditRequest.php
|
2 months ago |
Shlee
|
133e497879
|
Larastan: Update ComposeController.php
|
2 months ago |
Shlee
|
304c3eab3f
|
Update GroupsPostController.php
|
2 months ago |
Shlee
|
f63346be32
|
Larastan: Update NewStatusPipeline.php - REVIEW
|
2 months ago |
Shlee
|
d5eb902a82
|
Larastan: Update Installer.php - typo
|
2 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
|
2 months ago |
Shlee
|
ada1059592
|
Update composer.json - drop php 8.2
|
2 months ago |
Shlee
|
c541f5172f
|
Larastan: Update Classifier.php - UnnecessaryVarAnnotation
|
2 months ago |
Daniel Supernault
|
cc90df9d8c
|
Add user admin toggles for email and ip
|
2 months ago |
Shlee
|
8d197107e8
|
Update BaseApiController.php
|
2 months ago |
Shlee
|
b826f4fe48
|
Update ForgotPasswordController.php
|
2 months ago |
Shlee
|
4adc8947d8
|
Update ResetPasswordController.php
|
2 months ago |
Shlee
|
b8f7577f42
|
Update notifications.php (#6266)
|
2 months ago |
dansup
|
7288acfa35
|
Merge pull request #6263 from pixelfed/shleeable-patch-26
Larastan: Update HttpSignature.php
|
2 months ago |
dansup
|
6433027a85
|
Merge pull request #6262 from pixelfed/shleeable-patch-25
Larastan: Update Inbox.php
|
2 months ago |
dansup
|
ea0fd2e719
|
Merge pull request #6261 from pixelfed/shleeable-patch-24
Larastan: Update FederationController.php
|
2 months ago |
dansup
|
e5ad81e839
|
Merge pull request #6260 from pixelfed/shleeable-patch-23
Larastan: Update CustomFilterKeyword.php
|
2 months ago |
dansup
|
fd83b90bdb
|
Merge pull request #6259 from pixelfed/shleeable-patch-22
Larastan: Update AccountController.php
|
2 months ago |
dansup
|
307bf0514b
|
Merge pull request #6258 from pixelfed/shleeable-patch-21
Larastan: Update Follower.php
|
2 months ago |
dansup
|
1c6dbf1bd2
|
Merge pull request #6257 from pixelfed/shleeable-patch-20
Larastan: Update FollowRequest.php
|
2 months ago |
dansup
|
b4d2705554
|
Merge pull request #6256 from pixelfed/shleeable-patch-19
Larastan: Update DiscoverCategory.php
|
2 months ago |
Shlee
|
b2e2e7f2fd
|
Update HttpSignature.php
|
2 months ago |
dansup
|
27433c1d71
|
Merge pull request #6255 from pixelfed/shleeable-patch-18
Larastan: Update SeedFollows.php
|
2 months ago |
dansup
|
ccd6055923
|
Merge pull request #6254 from pixelfed/shleeable-patch-17
Larastan: Update Installer.php
|
2 months ago |
dansup
|
8638b20ca4
|
Merge pull request #6253 from pixelfed/shleeable-patch-16
Larastan: Update User.php
|
2 months ago |
dansup
|
4cdd0b77f0
|
Merge pull request #6252 from pixelfed/shleeable-patch-15
Larastan: Update FixLikes.php
|
2 months ago |
dansup
|
9eada82499
|
Merge pull request #6251 from pixelfed/shleeable-patch-14-1
Larastan: Update StatusHashtag.php
|
2 months ago |
dansup
|
ca79f570ce
|
Merge pull request #6250 from pixelfed/shleeable-patch-13
Larastan: Update DeleteUserDomainBlock.php
|
2 months ago |
dansup
|
54ef2fb165
|
Merge pull request #6249 from pixelfed/shleeable-patch-12
Larastan: Update CatchUnoptimizedMedia.php
|
2 months ago |
dansup
|
f51460e4fc
|
Merge pull request #6248 from pixelfed/shleeable-patch-11
Larastan: Update AddUserDomainBlock.php
|
2 months ago |