Commit Graph

11 Commits (a142db87b4e63d7d760d5f1d337e9636c388e169)

Author SHA1 Message Date
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.
4 weeks ago
Daniel Supernault 449e374cbe
Update MediaService 1 year ago
Daniel Supernault 837014e06c
Update MediaService, improve activitypub format 1 year ago
Daniel Supernault 7ae61a74ac
Update CreateNote, improve media attachement handling by leveraging the MediaService cache 1 year ago
Daniel Supernault 6cf4363c50
Update MediaService, remove hls_manifest attribute for MastoAPI entities 3 years ago
Daniel Supernault a12712cc88
Update MediaService, add summary attribute for better alt text federation 4 years ago
Daniel Supernault 454b4e21dd
Update Services, fix mastoapi compat 5 years ago
Daniel Supernault c2910e5d42
Update MediaService, return empty array if cantt find status 5 years ago
Daniel Supernault 450154e5af
Update MediaService 5 years ago
Daniel Supernault 14a1367a8f
Federate Media Licenses 5 years ago
Daniel Supernault 09d5198c55
Update StatusTransformers, remove includes and use cached services 5 years ago