You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/models
Francis Chong 193dddb433 Add media dimensions (#2448)
* Fixes #1985

- add migration AddMediaAttachmentMeta, which add meta field to media_attachments
- before saving attachment, set file meta if needed
- add meta in api

* add spec

* align the “size” format for image and video

* fix code climate

* fixes media_attachment_spec.rb
8 years ago
..
concerns
form
web
account.rb Punycode URI normalization (#2370) 8 years ago
account_filter.rb
application_record.rb
block.rb
domain_block.rb Punycode URI normalization (#2370) 8 years ago
export.rb
favourite.rb
feed.rb
follow.rb
follow_request.rb
import.rb
media_attachment.rb Add media dimensions (#2448) 8 years ago
mention.rb
mute.rb
notification.rb
preview_card.rb
remote_follow.rb strip leading & trailing spaces from remote follow acct (#997) (#2321) 8 years ago
report.rb Report processing improvements (#2349) 8 years ago
report_filter.rb
setting.rb
status.rb ActivityPub: Add basic, read-only support for Outboxes, Notes, and Create/Announce Activities (#2197) 8 years ago
stream_entry.rb
subscription.rb
tag.rb
user.rb Admin UI for confirming users (#2245) 8 years ago
web.rb