Commit Graph

64 Commits (d70076505de3878a702329bb6d053750f9cea3d5)

Author SHA1 Message Date
Lily Cohen 0e6459ddb9 Preserve the original HTML for remote status content 2 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
Your Name 6f643e02df Remove dead label field from status API response
The label key was only used for COVID labels which are now removed.
Drop it from both transformers and the StatusService unset list.
5 months ago
Your Name ace2b962af Remove StatusLabelService entirely
Inline the static label value directly in StatusTransformer and
StatusStatelessTransformer, then delete the now-unused service class.
5 months ago
Felipe Mateus cce4c41d97
pinned posts 2 years ago
Daniel Supernault 0d25917c29
Update Data Export, refactor following/follower and statuses exports to allow accounts of any size with api entity instead of ap 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 65a048cdd5
Update StatusTransformer 3 years ago
Daniel Supernault dfe2379b93
Update StatusTransformer, generate autolink on request 3 years ago
Daniel Supernault 37fd03428a
Update ApiV1Controller, add include_reblogs attribute to home timeline 3 years ago
Daniel Supernault 98cf8f32a0
Add Post Edits/Updates 3 years ago
Daniel Supernault 43d3aa2b94
Update StatusTransformers, fix ProfileService to soft fail on missing or deleted accounts 3 years ago
Shlee 4a1eb82f63
Update StatusTransformer.php 4 years ago
Shlee af3d313047
Update StatusTransformer.php 4 years ago
noellabo 2093d1b33b Change ISO-8601 to RFC 3339 EXTENDED 4 years ago
Daniel Supernault 0a7a061a83
Update StatusTransformer 4 years ago
Daniel Supernault 8f9d36bd3d
Cleanup, fixes #3440 4 years ago
Daniel Supernault 0157566c25
Add BookmarkService 5 years ago
Daniel Supernault 42602351c7
Update StatusTransformer, add emoji entities 5 years ago
Daniel Supernault e5387d6742
Add StatusMentionService, fixes #3026 5 years ago
Daniel Supernault 7709220074
Add Polls 5 years ago
Daniel Supernault 6e45021fc2
Update StatusTransformer, prioritize scope over deprecated visibility attribute 5 years ago
Daniel Supernault 09d5198c55
Update StatusTransformers, remove includes and use cached services 5 years ago
Daniel Supernault dac326e949
Update StatusTransformer, fix missing tags attribute 5 years ago
Daniel Supernault 372bacb01b
Update StatusTransformers, add liked_by attribute 5 years ago
Daniel Supernault 9e0fd36ba7
Update Status tranformers, add version attribute 6 years ago
Daniel Supernault ab888b2e70
Add StatusLabelService 6 years ago
Daniel Supernault 6e507a553a
Update StatusTransformer, add tagged and shortcode fields 6 years ago
Daniel Supernault 8b7917e76a
Update StatusTransformer 7 years ago
Daniel Supernault 256f6b3515
Update StatusTransformer 7 years ago
Daniel Supernault 484bb509c6
Update StatusTransformer 7 years ago
Daniel Supernault a79d23d152
Update StatusTransformers 7 years ago
Daniel Supernault 9528d97c0a
Update StatusTransformers 7 years ago
Daniel Supernault b66cf9cdc2
Update StatusTransformer, make spoiler_text non-nullable 7 years ago
Daniel Supernault 2484ed1e6d
Update Api Transformers 7 years ago
Daniel Supernault a6bf535dbc
Update API Transformers 7 years ago
Daniel Supernault bd05f63dec
Update StatusTransformer, add place 7 years ago
Daniel Supernault 9b82f75183
Update StatusTransformer, remove unused fields 7 years ago
Daniel Supernault 912e966926
Update StatusTransformer 7 years ago
Daniel Supernault 5204aa2c1c
Update Api StatusTransformer 7 years ago
Daniel Supernault 1cd58559f5
Update StatusTransformer, add photo:video:album to media attachments 7 years ago
Daniel Supernault f35718bf66
Update StatusTransformer 7 years ago
Daniel Supernault ef8960c091
Update StatusTransformers 7 years ago
Daniel Supernault 1c900a4ba4
Update StatusTransformer 7 years ago
Daniel Supernault ab980aee89
Update StatusTransformer 8 years ago
Daniel Supernault e590db3f32
Update StatusTransformer 8 years ago
Daniel Supernault 7754cfb167
Update StatusTransformer 8 years ago