Commit Graph

15 Commits (80f792038ce1907448304f84c6990cbe705d04bd)

Author SHA1 Message Date
Daniel Supernault 80f792038c
Fix federation comment threading 4 days ago
Your Name 99031fa6bc ReturnTypeFromReturnDirectArrayRector 5 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 83cc932fe9
Update AP Status Transformer, fix inReplyTo. Fixes #5409 2 years ago
Daniel Supernault 1f30beccf3
Update Transformers to comply with MastoAPI 2 years ago
Daniel Supernault 543d83e7ed
Fix newlines 2 years ago
Daniel Supernault fb8dbb95db
Update Status caption render logic 2 years ago
Daniel Supernault 14a1367a8f
Federate Media Licenses 5 years ago
Daniel Supernault 23db9de870
Update StatusTransformer, add blurhash 6 years ago
Daniel Supernault a30575e8d3
Fix typo in AP transformers 7 years ago
Daniel Supernault 92b6204c66
Update AP Note transformers, add location/place 7 years ago
Carly Ho f45ac97976 output ->caption to activitypub objects 8 years ago
daniel b8abbdd90f Apply fixes from StyleCI 8 years ago
Daniel Supernault 5fb75794a7
Update AP Transformers, remove legacy OStatus methods 8 years ago
Daniel Supernault 3193ee2017
Add StatusTransformer 8 years ago