Commit Graph

30 Commits (9909bd0d33fb9bdda2030606350b1ffa3ca239e3)

Author SHA1 Message Date
Daniel Supernault 823efcaad7
Add FEP-044f: Consent-respecting quote posts 5 days ago
Daniel Supernault 33a66853fd
Update CreateNote transformer, fix capabilities 5 days ago
Your Name 99031fa6bc ReturnTypeFromReturnDirectArrayRector 6 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
Shlee 911156bcba
Update CreateNote.php 8 months ago
Daniel Supernault 7ae61a74ac
Update CreateNote, improve media attachement handling by leveraging the MediaService cache 1 year ago
Daniel Supernault 6a7307104e
Update CreateNote to use cached MediaService attachments 1 year 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 ce1afe2711
Update Note and CreateNote transformers, include attachment blurhash, width and height 3 years ago
a 23e2f111b7 fix null values on capabilities 4 years ago
Daniel Supernault d48642132b
Add custom content warnings/spoiler text 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 46d5f12590
Update custom emoji json-ld 5 years ago
Daniel Supernault b2016e6c21
Update note transformers, add custom emoji support 5 years ago
Daniel Supernault 2c16db187b
Update AP transformers, fixes #1637 7 years ago
Daniel Supernault ef77de4e05
Update AP transformers, fixes #1637 7 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
Daniel Supernault 8f28cb3fb4
Update AP Note transformers, thanks kaniini 8 years ago
Daniel Supernault 01931aea5f
Update AP Transformers, add commentsEnabled from PeerTube 8 years ago
Daniel Supernault d47edd8bed
Update AP transformers 8 years ago
Daniel Supernault 24c052aea5
Update AP Note transformers to return media attachments in proper order 8 years ago
Daniel Supernault 6b2955561e
Update AP Transformer, adds image description to fanout 8 years ago
Daniel Supernault 75d16ad99c
Update AP Note verb transformer 8 years ago
Daniel Supernault 86faa0f297
Update AP CreateNote Transformer 8 years ago
Daniel Supernault 3d3f5ff648
Add AP CreateNote Transformer 8 years ago