Commit Graph

10 Commits (0d86b1b6d94fe68297341d4ddc5d4e992284ebbf)

Author SHA1 Message Date
Daniel Supernault 80f792038c
Fix federation comment threading 6 days ago
Daniel Supernault 823efcaad7
Add FEP-044f: Consent-respecting quote posts 6 days ago
Your Name 99031fa6bc ReturnTypeFromReturnDirectArrayRector 1 week 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 fb8dbb95db
Update Status caption render logic 2 years ago
a 23e2f111b7 fix null values on capabilities 4 years ago
Daniel Supernault f58dec3d73
Fix typos in ap transformers 4 years ago
a be6dc8ac47 clean up json-ld schema 4 years ago
Daniel Supernault 95f902b12b
Fix json-ld attributes, fixes #3423 4 years ago
Daniel Supernault 7709220074
Add Polls 5 years ago