Commit Graph

24 Commits (e7ba43e2e1ea56243ecf2d4dfffce2d64f2b2317)

Author SHA1 Message Date
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.
1 month ago
Daniel Supernault 374344754e
Lint 9 months ago
Daniel Supernault af7face4da
Add Network Timeline 6 years ago
Daniel Supernault c8abffb811
Update TimelineController 7 years ago
Daniel Supernault eada999b3b
Update TimelineController, add network method 8 years ago
Daniel Supernault 582c4913d5
Update timeline controllers and routes 8 years ago
Daniel Supernault e7c4f084bc
Update TimelineController 8 years ago
Daniel Supernault 53e8da4837
Update TimelineController 8 years ago
Daniel Supernault cba743bb5b
Update TimelineController 8 years ago
Daniel Supernault 679a566466
Update TimelineController 8 years ago
Daniel Supernault 6d890aaf7f
Prepare 2FA 8 years ago
Daniel Supernault 197829224e
Update timeline logic to sort by date instead of id 8 years ago
Daniel Supernault 84ba7f4a9c
Update timeline logic to filter non public posts 8 years ago
daniel b8abbdd90f Apply fixes from StyleCI 8 years ago
Daniel Supernault c52c841eac
Update TimelineController, add filters 8 years ago
Daniel Supernault 5f13428197
Update TimelineController 8 years ago
Daniel Supernault 1fb532995a
Update TimelineController 8 years ago
Daniel Supernault e88777ed57 Add self posts to personal timeline
Closes #85
8 years ago
Daniel Supernault b4394605ee Update TimelineController 8 years ago
Daniel Supernault a7b186d7fb Add local timeline to TimelineController 8 years ago
Daniel Supernault 36b0bfb19a Update TimelineController 9 years ago
Daniel Supernault 5f775ce648 Add TimelineController 9 years ago