Commit Graph

12 Commits (ed07f9bfecef6b26fe6092c1409d493ee250eec2)

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 33dce75f2c
Pint app/ 4 weeks ago
Shlee def22b267d
Update BookmarkController.php 8 months ago
Daniel Supernault 447aa1e1ea
Update BookmarkController to handle Moved accounts 2 years ago
Daniel Supernault 1a16ec2078
Update BookmarkController, add parental control support 3 years ago
Daniel Supernault e343061a13
Update ApiV1Controller and BookmarkController, fix api differences and allow unbookmarking regardless of relationship 4 years ago
Brayd e3ed684f98
Minor text change
Just a minor text change. The user should be adressed by simply using "you". Otherwise a user could think it's an error that just happened randomly so they retry. By addressing them with "you" it can make this message a bit more clear.
4 years ago
Daniel Supernault ef56f92c3d
Update BookmarkController 4 years ago
Daniel Supernault a11772bcfe
Update BookmarkService, use sorted set 5 years ago
daniel b8abbdd90f Apply fixes from StyleCI 8 years ago
Daniel Supernault a230265d7b Update BookmarkController 8 years ago
Daniel Supernault 1c63184133 Add Bookmark feature 8 years ago