Commit Graph

8 Commits (0e0de62dd9767f8da8a76fa0ff4e5e2be5981744)

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 b3148b788e
Update HomeTimelineService, add domain blocks filtering to warmCache method 3 years ago
Daniel Supernault c39b9afbfd
Update HomeTimelineService, apply filters to feed warm logic 3 years ago
Daniel Supernault 43443503a1
Update FeedFollowPipeline, use more efficient query 3 years ago
Daniel Supernault 115a9d2dec
Update HomeTimelineService 3 years ago
Daniel Supernault 2a8a299058
Update HomeTimelineService 3 years ago
Daniel Supernault 9dfc377322
Add HomeTimelineService 3 years ago