Commit Graph

8 Commits (cb3da9999dd36dfd3603d3e610d8163727837d4e)

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 4b2c66f557
Update Services, use zpopmin on predis 3 years ago
Daniel Supernault 763ce19a0a
Update AdminApiController, improve admin moderation tools 3 years ago
Daniel Supernault a0da6ec39a
Update InstanceService, improve unlisted/banned network post filtering 4 years ago
Daniel Supernault 5cac7fb44f
Revert nsfw posts hidden on local/network timelines by default 4 years ago
Daniel Supernault 3ebae614ce
Hide nsfw posts from public/network timelines by default 4 years ago
Daniel Supernault 1310d95cdb
Add NetworkTimelineService cache 4 years ago