Commit Graph

9 Commits (e1df7d657c33bb3b814c31d48d1dd990d71fda57)

Author SHA1 Message Date
Your Name 0dbd78ca8e Lint 6 days ago
Your Name 5ebc1af91e BATCH 1 6 days 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
Daniel Supernault 3de8ceca74
Update ReblogService, fix cache sync issues 2 years ago
Daniel Supernault d48674154a
Update ReblogService 5 years ago
Daniel Supernault 4482482e2a
Update ReblogService 5 years ago
Daniel Supernault ebe9c54dae
Update ReblogService 5 years ago
Daniel Supernault 3ef6c9fe81
Improve reblog api performance 5 years ago
Daniel Supernault 6cfd6be523
Add ReblogService, improve reblogged state for api entities 5 years ago