Commit Graph

4023 Commits (1ed48c5df2ec2bdef3ed5b4ab50b274c2d261cf6)

Author SHA1 Message Date
Daniel Supernault 1ed48c5df2
Update ActivityPub inbox, properly handle eloquent deletions to trigger observer events 2 days ago
Daniel Supernault 590e9b2434
Update ActivityPub inbox, properly handle eloquent deletions to trigger observer events 2 days ago
Daniel Supernault efd351900d
Fix InboxWorker 2 days ago
Daniel Supernault 04bf75fb68
Revert inbox changes 2 days ago
Shlee 130dca355b
Regression - Fix federation - Update ActivityHandler.php (#6345)
* Update ActivityHandler.php

* Update ActivityHandler.php
2 days ago
dansup f783db493a
Merge pull request #6340 from grossermensch/patch-3
Allow to set new image types in admin interface
3 days ago
dansup eae2dafcac
Merge branch 'staging' into intervention-laravel-clean 3 days ago
dansup 9d4fe07c29
Merge pull request #6333 from shleeable/clean2
Larastan: Add @property - Mergable
3 days ago
Severin df5814d0f8
Allow to set new image types in admin interface 3 days ago
Shlee f839a1a67d
Update AvatarOptimize.php 3 days ago
Shlee d3ecf22895
Update Image.php 3 days ago
Shlee 8ee07248d9
Update AvatarOptimize.php 3 days ago
Shlee fabb93d4a0
Update StoryComposeController.php 3 days ago
Shlee b87b7c82b5
Update ImageResizePipeline.php 3 days ago
Shlee b579d93cad
Create ImageDriverManager.php 3 days ago
Shlee 2a5296f58e
Update AdminUser.php 4 days ago
Your Name 1b962783d8 Fix AdminUser.php syntax error - remove invalid property declaration 4 days ago
Your Name 815460cd26 2fa_enabled needs to be refactored 4 days ago
Your Name 9a22a4dbda more properties 4 days ago
Your Name 4b14819923 Larastan: Add @property 4 days ago
Shlee 836d0387d1
Update GroupActivityPubService.php 4 days ago
Your Name 45a9a3b472 RemoveUnreachableStatementRector 4 days ago
dansup 792ca361c1
Merge pull request #6322 from grossermensch/patch-2
Fix error for DMs without attachment
6 days ago
dansup 06d0383447
Merge pull request #6319 from shleeable/fix-installer
Bugfix: Refactor "artisan installer" - Tested locally
6 days ago
dansup 7881b09c2f
Merge pull request #6304 from pixelfed/classV2
Larastan: Fix Missing classes 2 - Medium risk
6 days ago
dansup 14d5fe940e
Merge pull request #6302 from pixelfed/miscClosureUnusedUseV2
Larastan: fix Unused Use - Low risk
6 days ago
dansup bacc8bc134
Merge pull request #6300 from pixelfed/argumentsV1
Larastan: Fix too many arguments - Medium risk
6 days ago
dansup f9d430d6e6
Merge pull request #6299 from pixelfed/classNotFoundV1
Larastan: Fix Missing classes - Low risk
6 days ago
dansup 99e89814b4
Merge pull request #6295 from pixelfed/shleeable-patch-20
Dead Code - Delete app/Http/Controllers/Api/InstanceApiController.php - Low Risk
6 days ago
dansup 6df58e67f2
Merge pull request #6290 from pixelfed/emptyv1
Larastan: 'empty() always exists and is not falsy' errors - Low risk
6 days ago
dansup 5d9ce4fd45
Merge pull request #6285 from pixelfed/shleeable-patch-16
Larastan: Update ConfirmEmail.php / PasswordChange.php - Low risk
6 days ago
dansup 93217c8c63
Merge pull request #6284 from pixelfed/shleeable-patch-15
Larastan: Remove unused arg from Function config_cache - Safe/Mergable
6 days ago
dansup d2acad9388
Merge pull request #6283 from pixelfed/shleeable-patch-14
Larastan: Update GroupsPostController.php - Safe/Mergable
6 days ago
dansup 4165a63014
Merge pull request #6282 from pixelfed/shleeable-patch-13
Larastan: Update NewStatusPipeline.php - REVIEW
6 days ago
Severin 2b2de5f89c
Fix error when receiving DM without attachments
Fix undefined array key error when processing ActivityPub objects without attachments.
7 days ago
Shlee 6e5eee8d50
Update Installer.php 1 week ago
dansup dea244a232
Merge pull request #6281 from pixelfed/shleeable-patch-12
Larastan: Update Installer.php - typo
1 week ago
dansup bc9a974037
Merge pull request #6280 from pixelfed/refactor-RemoveDuplicatedArrayKeyRector
Larastan: Removed duplicated Keys in arrays.
1 week ago
dansup b66e9bcdfe
Merge pull request #6277 from pixelfed/shleeable-patch-10
Larastan: Update Classifier.php - UnnecessaryVarAnnotation
1 week ago
dansup e5c6ac0eca
Merge pull request #6274 from pixelfed/shleeable-patch-9
Larastan: Update BaseApiController.php
1 week ago
dansup 59e1e12625
Merge pull request #6273 from pixelfed/shleeable-patch-8
Larastan: Update ResetPasswordController.php / ForgotPasswordController.php
1 week ago
Your Name 15cc07e602 Fix all class.notFound PHPStan issues - 31 fixes 1 week ago
Your Name 28ed625f12 Fix PHPStan closure.unusedUse issues - 7 fixes 1 week ago
Your Name b5c6984689 Fix PHPStan arguments.count issues 1 week ago
Your Name ca6c875bbb Fix PHPStan class.notFound issues 1 week ago
Shlee e297cd0e94
Dead Code - Delete app/Http/Controllers/Api/InstanceApiController.php 1 week 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 weeks ago
Shlee 4a76f326d5
Update PasswordChange.php 2 weeks ago
Shlee 03d91880d9
Larastan: Update ConfirmEmail.php 2 weeks ago
Shlee 1e689461c0
Update LandingService.php 2 weeks ago