Commit Graph

20 Commits (e7ba43e2e1ea56243ecf2d4dfffce2d64f2b2317)

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 53742fa699
Lint 9 months ago
Daniel Supernault 01535a6cfe
Update ApiV1Controller, improve notification filtering 3 years ago
Daniel Supernault 446ca3a878
Update notification epoch generation 3 years ago
Daniel Supernault 457d5454f8
Update NotificationService, handle empty epoch. Fixes #4689 3 years ago
Daniel Supernault 0210f8aa2a
Update NotificationService, fix order bug 3 years ago
Daniel Supernault 2496386d9b
Update NotificationService, improve cache warming query 3 years ago
Daniel Supernault 949b7bb6ea
Update NotificationService, fix account attribute 4 years ago
Daniel Supernault f6ed560e78
Limit NotificationService to 400 items 4 years ago
Daniel Supernault eba84530aa
Fix mastoapi notification type casting to include comment and share (mention and reblog) notifications 4 years ago
Daniel Supernault 734b30e59a
Fix NotificationService bug returning html response on /api/v1/notifications endpoint when a notification id belonging to a deleted account is rendered by checking AccountService before NotificationTransformer. 4 years ago
Daniel Supernault afe903c36e
Update ApiV1Controller, fix notification entities 5 years ago
Daniel Supernault 4a609dc377
Update NotificationService, fix 500 bug 5 years ago
Daniel Supernault 2d93bc8b51
Update NotificationService 5 years ago
Daniel Supernault d43e6d8d07
Update NotificationService, use zrevrangebyscore for api 5 years ago
Daniel Supernault c369882b48
Update Redis namespace 7 years ago
Daniel Supernault 339a0a3882
Update NotificationService 7 years ago
Daniel Supernault d09b00a70f
Update NotificationService 7 years ago
Daniel Supernault 519c05de32
Update NotificationService 7 years ago
Daniel Supernault b3a9587756
Add NotificationService 8 years ago