Commit Graph

20 Commits (a5d413a59428e88eb0b69f68d4f021f1caceccb1)

Author SHA1 Message Date
Your Name 5949dc21c1 UseIdenticalOverEqualWithSameTypeRector 1 week ago
Your Name 9b829ca56e Validate remote update attachments before detaching existing media 2 weeks ago
Your Name 856f2f8f2d Harden remote status update media fetch against SSRF 3 weeks 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 53742fa699
Lint 9 months ago
Your Name efb9db3eed StatusPipeline defensive checks 11 months ago
Daniel Supernault 3686c92122
Update Status storage, add SanitizerService to fix spacing in html stripped content 1 year ago
Daniel Supernault 9eeb7b6741
Update Status caption logic, stop storing duplicate html caption in db and defer to cached StatusService rendering 2 years ago
Daniel Supernault d670de175e
Update media_types, use config_cache 3 years ago
Daniel Supernault c7b304ef20
Update http client 3 years ago
Daniel Supernault ea54413e95
Update StatusRemoteUpdatePipeline, fix missing mime and size attributes that cause empty media previews on our mobile app 3 years ago
Daniel Supernault 109d041908
Update StatusRemoteUpdatePipeline, fix typo 3 years ago
Daniel Supernault a6f96b4bb3
Remove temp logging 3 years ago
Daniel Supernault 6bf3142e8b
Add Profile 3 years ago
Daniel Supernault 8b3d1eeb5e
Add Purify 3 years ago
Daniel Supernault 559978db46
Fix typo 3 years ago
Daniel Supernault 859ed621b0
Fix typo 3 years ago
Daniel Supernault b0634bfd8f
Add temp logging 3 years ago
Daniel Supernault aad4259a47
Update ap inbox 3 years ago
Daniel Supernault 734136a7e7
Add StatusRemoteUpdatePipeline job 3 years ago