Commit Graph

11 Commits (ccfd39fd908fd136b2e3fdbd11446c71ebef55a9)

Author SHA1 Message Date
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
Daniel Supernault 53742fa699
Lint 9 months ago
Daniel Supernault 319ced4054
Update CreateAvatar job, add processing constraints and set is_remote attribute 3 years ago
Daniel Supernault 889c3d8758
Update AvatarController, remove deprecated thumb_path 6 years ago
Daniel Supernault f6528c8470
Update avatars, use jpeg default 6 years ago
Daniel Supernault 541927634f
Remove identicons, use default avatar for new users 8 years ago
Daniel Supernault 7316ee38c4
Update AvatarPipeline 8 years ago
daniel b8abbdd90f Apply fixes from StyleCI 8 years ago
Daniel Supernault 8498779430 Fix avatar bug 8 years ago
Daniel Supernault dde1e19d55 Update CreateAvatar job 8 years ago
Daniel Supernault a5438f4c37 Add CreateAvatar job 8 years ago