Commit Graph

15 Commits (c807a8524c22f53731d0c45ebcfde88041663c4e)

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.
1 month ago
Shlee c2044f77cf
Update AdminUserController.php 2 months ago
Daniel Supernault cc90df9d8c
Add user admin toggles for email and ip 11 months ago
Daniel Supernault b6bc1e50e2
Update Admin Users dashboard 1 year ago
Daniel Supernault 36b6bf480e
Update admin dashboard, improve users section 3 years ago
Daniel Supernault 85794784d4
Update DeleteAccountPipeline queue 4 years ago
Daniel Supernault 43201a70e6
Update user admin, fix pagination 6 years ago
Daniel Supernault 8feeadbf4e
Update user admin, remove expensive db query and add search 6 years ago
Daniel Supernault 77778d3e41
Update admin modlogs 7 years ago
Daniel Supernault e07bd934ac
Update AdminUserController, fix modlog bug 7 years ago
Daniel Supernault c5e8e7907a
Update AdminUserController, add modlog support 7 years ago
Daniel Supernault 9be19ad880
Update AdminUserController, add account deletion handler 7 years ago
Daniel Supernault a7adfb9457
Update AdminUserController modtools 7 years ago
Daniel Supernault a4cf21eaad
Update AdminUserController, add moderation method 7 years ago
Daniel Supernault 9a0c5bc8ae
Update admin dashboard 7 years ago