Commit Graph

12 Commits (dev)

Author SHA1 Message Date
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
Daniel Supernault c1f2dfb013
Update WebfingerService, apply banned domains to webfinger logic 9 months ago
Daniel Supernault f8145a78cf
Add Profile Migrations 2 years ago
Daniel Supernault 26b5b42b86
Update WebfingerService 3 years ago
a 9471fa0078 more semantically correct webfinger (use rel=self, allow type=ld+json) 3 years ago
Daniel Supernault 9d31f73bfa
Fix SearchApiV2Service, improve webfinger condition 3 years ago
Daniel Supernault 9dac861ebe
Update ApiV1Controller, fix search v2 entities 4 years ago
Daniel Supernault 792212b655
Cleanup 4 years ago
Daniel Supernault aff7456639
Update WebfingerService. Fixes #3167 4 years ago
Daniel Supernault 8b9faf3179
Update WebfingerService, cache lookup 6 years ago
Daniel Supernault eaece0ac1a
Update WebfingerService 6 years ago
Daniel Supernault c47fbe2d66
Add WebfingerService 6 years ago