Commit Graph

41 Commits (a142db87b4e63d7d760d5f1d337e9636c388e169)

Author SHA1 Message Date
Your Name a142db87b4 polish 4 weeks ago
Daniel Supernault 33dce75f2c
Pint app/ 4 weeks ago
Your Name e7ba43e2e1 fix: add missing use imports to resolve phpstan class.notFound errors
Add missing imports for Log, Cache, DB, FollowerService, StatusService,
LikeService, ReblogService, UserFilterService, AdminProfile, OauthClient,
and fix StatusTimelineTransformer reference (class didn't exist, replaced
with StatusTransformer).
4 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.
4 weeks ago
Shift 19880c2ffb
Convert string references to `::class`
PHP 5.5.9 adds the new static `class` property which provides the fully qualified class name. This is preferred over using strings for class names since the `class` property references are checked by PHP.
4 weeks ago
Shlee d24a5f5205
Update MoveMigrateFollowersPipeline.php 1 month ago
Daniel Supernault 53742fa699
Lint 9 months ago
Shlee 451967527b
Update MoveSendUndoFollowPipeline.php 11 months ago
Your Name 4bbabfffb9 Misc pipelines defensive checks 11 months ago
Emily Love Watson e645008ad5
More precise 12 months ago
Emily Love Watson 49b0a7358e
Update follower records 12 months ago
Emily Love Watson 2052d618e8
Cleanup legacy follower count 12 months ago
Emily Love Watson 2272c3ec01
Cleanup 12 months ago
Emily Love Watson 451d59cb7c
fixies 12 months ago
Emily Love Watson a07f3595d8
More cleanup 12 months ago
Emily Love Watson 453ae4b32e
MVP migration 12 months ago
Daniel Supernault 002dfefbdd
Update MovePipeline to handle mute and block migrations 2 years ago
Daniel Supernault 0d8c142bf3
Update MovePipeline CleanupLegacyAccountMovePipeline, set moved_to_profile_id attribute on old account and clear AccountService caches accordingly 2 years ago
Daniel Supernault f24ea52bfc
Fix namespaces 2 years ago
Daniel Supernault 15918cba8c
Refactor MovePipeline follow/undo follow to their own separate jobs, outside of the job chain 2 years ago
Daniel Supernault dfdb7531f0
Update ProcessMovePipeline and Inbox 2 years ago
Daniel Supernault a46c295b13
Update MovePipeline, fix async pool 2 years ago
Daniel Supernault 15a4e53382
Update MovePipeline 2 years ago
Daniel Supernault 5cc34b161b
Update MovePipeline 2 years ago
Daniel Supernault d3dce6751c
Update MovePipeline, add cache break params to actor and target requests 2 years ago
Daniel Supernault 12a0d2e8bf
Update MovePipeline 2 years ago
Daniel Supernault 375137bf75
Fix typos 2 years ago
Daniel Supernault b37f8067e5
Fix typos 2 years ago
Daniel Supernault 286779247e
Fix typos 2 years ago
Daniel Supernault 4e946dec91
Fix MovePipeline 2 years ago
Daniel Supernault cfb95f6897
Update ProcessMovePipeline 2 years ago
Daniel Supernault 5fb5054d64
Add logging 2 years ago
Daniel Supernault ef297f3e64
Fix typos 2 years ago
Daniel Supernault 5ad25759cc
Update ProcessMovePipeline 2 years ago
Daniel Supernault 5558535aea
Update Move pipeline, add debug logging 2 years ago
Daniel Supernault 0cba7d7d7d
Fix MovePipeline jobs 2 years ago
Daniel Supernault a7efd20bbc
Fix MovePipeline jobs 2 years ago
Daniel Supernault aff2545396
Fix MoveMigrateFollowersPipeline 2 years ago
Daniel Supernault 9904d05fbf
Add MovePipeline queue jobs 2 years ago
Daniel Supernault da1de80319
Update ProcessMovePipeline 2 years ago
Daniel Supernault 58506e390e
Add ProcessMovePipeline job 2 years ago