Commit Graph

16 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 38e17a06e0
Update ApiV1Controller, fix max_id pagination on home and public timeline feeds 2 years ago
Daniel Supernault 4b2c66f557
Update Services, use zpopmin on predis 3 years ago
Daniel Supernault 91ba139808
Update LikeService, improve likedBy logic to soft fail on missing or deleted accounts 3 years ago
Daniel Supernault 5ec25204ca
Update LikeService, fix typo 4 years ago
Daniel Supernault 20d9f8b890
Update LikeService 4 years ago
Daniel Supernault 6af842eb3e
Update LikeService, improve caching logic and add profile id to likedBy method to fix #3271 5 years ago
Daniel Supernault 168c19c5b6
Update LikeService 5 years ago
Daniel Supernault 447e44e5ac
Update LikeService 5 years ago
Daniel Supernault 3741c76da3
Update LikeService, skip self likes 5 years ago
Daniel Supernault f767d99ad5
Update liked by, fix remote username urls 5 years ago
Daniel Supernault c9abd70e8a
Update LikeService, fix authentication bug 5 years ago
Daniel Supernault 4408e2ef8c
Update LikeService, show like count to status owner 5 years ago
Daniel Supernault a5e64da69b
Update LikeService, fix likedBy method 5 years ago
Daniel Supernault 477db75896
Add LikeService 5 years ago