Commit Graph

19 Commits (a01c56cb514b21c27d807e28ef21844d87f8074f)

Author SHA1 Message Date
Shlee b62eafd054
Update UpdatePersonValidator.php 3 weeks ago
Your Name c807a8524c refactor: replace short facade aliases with fully-qualified imports
Convert all 273 short facade alias imports (e.g. 'use Cache;') to their
fully-qualified class names (e.g. 'use Illuminate\Support\Facades\Cache;')
across 193 files.

This resolves 643 PHPStan 'class.notFound' errors caused by the static
analyzer being unable to resolve global aliases, and aligns with modern
Laravel conventions. It also unblocks removing the aliases array from
config/app.php in a future change.

All 107 tests pass.
1 month ago
Shlee 3e700eac52
Update UpdatePersonValidator.php 8 months ago
Daniel Supernault 53742fa699
Lint 9 months ago
Daniel Supernault fbe76e37f3
Update Inbox handler, add Reject Follow support 2 years ago
Daniel Supernault 909a6c725b
Add ActivityPub Move validator 2 years ago
Daniel Supernault 29961c4a80
Update ap inbox 3 years ago
Daniel Supernault 83e1e203ce
Update SharePipeline, fix share handling and notification generation 4 years ago
Daniel Supernault e95b702e23
Add activitypub story validator 5 years ago
Daniel Supernault d63569c120
Add Direct Messages 6 years ago
Daniel Supernault 6dbbe14cb8
Update AP Like validator 7 years ago
Daniel Supernault 802dd326ce
Update AP tests 7 years ago
Daniel Supernault 26646a70a9
Update Accept AP Validator 7 years ago
Daniel Supernault 3efd27f847
Add Undo Follow validator 7 years ago
Daniel Supernault fe6f486914
Fix Follow validator 8 years ago
Daniel Supernault 12d4bd7fe4
Add Like ap validator 8 years ago
Daniel Supernault 92f2d5cf74
Add Follow ap validator 8 years ago
Daniel Supernault c78686e355
Add Announce validator and test 8 years ago
Daniel Supernault 714e47f387
Add Accept validator/test 8 years ago