Commit Graph

28 Commits (6df58e67f20cb29df92ca58fa9f95c8caa6afab1)

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 weeks ago
Your Name 157eae101c InboxPipeline defensive checks 2 weeks ago
Daniel Supernault c7b304ef20
Update http client 2 years ago
Daniel Supernault 419c0fb0fb
Updaet InboxPipelines, improve handling of missing signature validation headers 3 years ago
Daniel Supernault 836f384fb8
Update federation logic 3 years ago
Daniel Supernault 06c10401c8
Update InboxPipeline 3 years ago
Daniel Supernault e6c1604d43
Update InboxPipeline, add inbox job queue and separate http sig validation from activity handling 3 years ago
Daniel Supernault 3cfa8b69fb
Update InboxPipeline 3 years ago
Daniel Supernault d1b888b5a6
Update InboxPipeline, increase timeout from 60s to 300s 3 years ago
Daniel Supernault 1fac8d545c
Update InboxPipeline 3 years ago
Daniel Supernault 25bc08adb9
Update FederationController 3 years ago
Daniel Supernault bb12001992
Update InboxPipeline, bump request timeout from 5s to 60s 3 years ago
Daniel Supernault fefcbae911
Update federation logic 3 years ago
Daniel Supernault 99fb80bf5d
Update InboxPipeline, fix peertube attributedTo parsing 3 years ago
Daniel Supernault 4287f14bc5
Update InboxPipeline, fixes #3332 4 years ago
Daniel Supernault cd4f73bed9
Update inbox workers, fixes #3304 4 years ago
Daniel Supernault 20710f4d6e
Update InboxPipeline, fixes #3306 4 years ago
Daniel Supernault ddc768871b
Update federation pipeline, add locks 5 years ago
Daniel Supernault d1c5e9b867
Update InboxPipeline, fail earlier for invalid public keys. Fixes #2648 5 years ago
Daniel Supernault 56256cb037
Update InboxPipeline, add missing import 5 years ago
Daniel Supernault 4a4d8f0069
Update InboxWorker, fix race condition in account deletes 5 years ago
Daniel Supernault 2bac25ebcd
Update InboxPipeline, increase timeout length 5 years ago
Daniel Supernault 4fbada5586
Update InboxPipeline 5 years ago
Daniel Supernault 4733ca9fb9
Add shared inbox 5 years ago
Daniel Supernault 20baf7a7c9
Update InboxWorker 6 years ago
Daniel Supernault ef10c24d16
Update InboxWorker 7 years ago
daniel b8abbdd90f Apply fixes from StyleCI 7 years ago
Daniel Supernault e64c7be584 Add AP Inbox worker 7 years ago