Commit Graph

18 Commits (5ebc1af91e96ca065ea55f20e94de5d874a442c8)

Author SHA1 Message Date
Your Name 5ebc1af91e BATCH 1 6 days ago
Shlee 45e4de3928
Add success message for profile update action 3 weeks ago
Your Name c0cde2f682 refactor: move 52 legacy models from App\ to App\Models\
Move all Eloquent models from the app/ root directory to app/Models/
for consistency with modern Laravel conventions. The project already had
54 models in App\Models; this migrates the remaining 52 legacy models.

Changes:
- Move 52 model files from app/ to app/Models/
- Update namespace declarations in each model
- Update all ~1000 import references across the codebase
- Add Relation::morphMap() in AppServiceProvider for backward
  compatibility with existing polymorphic database records
- Add missing HasSnowflakePrimary imports for models that relied
  on same-namespace resolution
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
Shlee c2044f77cf
Update AdminUserController.php 1 month 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