Daniel Supernault
|
78a657d7df
|
Refactor, use actor private key, thanks Mastodon ;)
|
3 months ago |
Daniel Supernault
|
c5868de7d6
|
Lint
|
3 months ago |
Daniel Supernault
|
0175b4a605
|
Lint
|
3 months ago |
Daniel Supernault
|
f5d2d95e76
|
Lint
|
3 months ago |
Daniel Supernault
|
967ab88ec0
|
Fix UserAccountDelete delivery
|
3 months ago |
Daniel Supernault
|
cfc5c9387a
|
Fix UserAccountDelete delivery
|
3 months ago |
dansup
|
edcda57e7a
|
Merge pull request #6387 from rm-yakovenko/issues/6376
[Server Bug]: app.logo is not used in code
|
3 months ago |
Your Name
|
89c54bbd84
|
bad logic
|
4 months ago |
dansup
|
1f04a190a9
|
Merge pull request #6438 from pixelfed/shleeable-patch-22
UpdatePersonValidator rejects null name/summary due to required|nullable conflict
|
5 months ago |
dansup
|
347ffd89a1
|
Merge pull request #6427 from grahhnt/fix-jsonld-array-accessors
Allow Create activites' 'to' and 'cc' properties to be JSON-LD compliant
|
5 months ago |
Shlee
|
3e700eac52
|
Update UpdatePersonValidator.php
|
5 months ago |
Grant
|
631c0913af
|
Allow activities 'to' and 'cc' to be solo values in accordance with json-ld spec
|
5 months ago |
Shlee
|
649d31bd32
|
Update Image.php
|
5 months ago |
Rm Yakovenko
|
a63dbd8436
|
[Server Bug]: app.logo is not used in code
|
5 months ago |
Daniel Supernault
|
53742fa699
|
Lint
|
6 months ago |
Daniel Supernault
|
4bc1e22121
|
Refactor LikePipeline and improve Undo Announce handling
|
7 months ago |
Daniel Supernault
|
85edc9ddd5
|
Update ActivityPub inbox, properly handle eloquent deletions to trigger observer events
|
7 months ago |
Daniel Supernault
|
d7212d75d0
|
Update ActivityPub inbox, properly handle eloquent deletions to trigger observer events
|
7 months ago |
Daniel Supernault
|
1ed48c5df2
|
Update ActivityPub inbox, properly handle eloquent deletions to trigger observer events
|
7 months ago |
Daniel Supernault
|
590e9b2434
|
Update ActivityPub inbox, properly handle eloquent deletions to trigger observer events
|
7 months ago |
Daniel Supernault
|
efd351900d
|
Fix InboxWorker
|
7 months ago |
dansup
|
eae2dafcac
|
Merge branch 'staging' into intervention-laravel-clean
|
7 months ago |
Shlee
|
d3ecf22895
|
Update Image.php
|
7 months ago |
Shlee
|
b579d93cad
|
Create ImageDriverManager.php
|
7 months ago |
Your Name
|
45a9a3b472
|
RemoveUnreachableStatementRector
|
7 months ago |
dansup
|
792ca361c1
|
Merge pull request #6322 from grossermensch/patch-2
Fix error for DMs without attachment
|
7 months ago |
dansup
|
7881b09c2f
|
Merge pull request #6304 from pixelfed/classV2
Larastan: Fix Missing classes 2 - Medium risk
|
7 months ago |
dansup
|
f9d430d6e6
|
Merge pull request #6299 from pixelfed/classNotFoundV1
Larastan: Fix Missing classes - Low risk
|
7 months ago |
dansup
|
6df58e67f2
|
Merge pull request #6290 from pixelfed/emptyv1
Larastan: 'empty() always exists and is not falsy' errors - Low risk
|
7 months ago |
Severin
|
2b2de5f89c
|
Fix error when receiving DM without attachments
Fix undefined array key error when processing ActivityPub objects without attachments.
|
7 months ago |
Your Name
|
15cc07e602
|
Fix all class.notFound PHPStan issues - 31 fixes
|
8 months ago |
Your Name
|
ca6c875bbb
|
Fix PHPStan class.notFound issues
|
8 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
|
8 months ago |
Shlee
|
c541f5172f
|
Larastan: Update Classifier.php - UnnecessaryVarAnnotation
|
8 months ago |
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>
|
8 months ago |
dansup
|
7288acfa35
|
Merge pull request #6263 from pixelfed/shleeable-patch-26
Larastan: Update HttpSignature.php
|
8 months ago |
Shlee
|
b2e2e7f2fd
|
Update HttpSignature.php
|
8 months ago |
Shlee
|
b7442c3209
|
Update Inbox.php
|
8 months 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)
|
8 months ago |
Shlee
|
3b8f13784b
|
Update Bouncer.php - Called 'count' on Laravel collection, but could have been retrieved as a query. 🪪 larastan.noUnnecessaryCollectionCall
|
8 months ago |
Shlee
|
4f0f2f5d65
|
Update Site/Config.php - config_cache only has 1 arg. No fallback.
|
8 months ago |
Daniel Supernault
|
2e719bd008
|
Update media storage pipeline, improve support for non-local filesystems
|
9 months ago |
Daniel Supernault
|
3686c92122
|
Update Status storage, add SanitizerService to fix spacing in html stripped content
|
9 months ago |
Daniel Supernault
|
ab8d0ff46c
|
Update AP Inbox, handle Story View with the new StoryIndexService markSeen method
|
10 months ago |
Daniel Supernault
|
bb16c95b1f
|
Update HttpSignatures, auto generate instance actor if missing
|
1 year ago |
daniel
|
2b4bccdfb1
|
Merge pull request #5972 from intentionally-left-nil/fix-id-domain-mismatch
Fix id domain mismatch
|
1 year ago |
Daniel Supernault
|
4e938a8ffa
|
Fix heic, avif, webp support and add libvips driver
|
1 year ago |
Daniel Supernault
|
86bb81d1a9
|
Fix typo
|
1 year ago |
Daniel Supernault
|
5c7064063d
|
Typo
|
1 year ago |
Daniel Supernault
|
cb80c65995
|
Fix tests
|
1 year ago |