Commit Graph

18 Commits (a2e38e5ffe26e5569195445698dfd5b329fb2105)

Author SHA1 Message Date
Daniel Supernault 70bab963bc
Fix NetworkTimelineService 2 weeks ago
Daniel Supernault 27bc6e792a
Update AdminApiController and PublicTimelineService 2 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
Daniel Supernault 53742fa699
Lint 9 months ago
Daniel Supernault 33ed7a8c91
Add AdminShadowFilter feature 3 years 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 9f901d65c9
Update PublicTimelineService, improve warmCache query 3 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 0584f9ee95
Update ApiV1Controller, fix empty public timeline bug 5 years ago
Daniel Supernault 9650b668e9
Update PublicApiController, fix public timeline filtering 5 years ago
Daniel Supernault 08467d52d5
Update PublicTimelineService 5 years ago
Daniel Supernault 918016a5ad
Update PublicTimelineService 5 years ago
Daniel Supernault 117b8410eb
Update PublicTimelineService, skip adds for now 5 years ago
Daniel Supernault c369882b48
Update Redis namespace 7 years ago
Daniel Supernault 7b00eba398
Update PublicTimelineService, add video media scopes 7 years ago
Daniel Supernault 734e89259b
Add PublicTimelineService 7 years ago