mastodon/app/models
Eugen Rochko 7dc5035031 Make PreviewCard records reuseable between statuses (#4642)
* Make PreviewCard records reuseable between statuses

**Warning!** Migration truncates preview_cards tablec

* Allow a wider thumbnail for link preview, display it in horizontal layout (#4648)

* Delete preview cards files before truncating

* Rename old table instead of truncating it

* Add mastodon:maintenance:remove_deprecated_preview_cards

* Ignore deprecated_preview_cards in schema definition

* Fix null behaviour
2017-09-01 16:20:16 +02:00
..
concerns
form
web
account.rb
account_domain_block.rb Add buttons to block and unblock domain (#3127) 2017-05-19 21:05:32 +02:00
account_filter.rb
application_record.rb
block.rb
context.rb
conversation.rb
conversation_mute.rb
domain_block.rb Allow domain blocks that only reject media without silencing or suspending (#4325) 2017-07-24 14:26:55 +02:00
export.rb
favourite.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
feed.rb
follow.rb
follow_request.rb
import.rb Fix boolean columns sometimes having a null value (#4162) 2017-07-13 03:12:25 +02:00
instance.rb
media_attachment.rb
mention.rb
mute.rb
notification.rb
preview_card.rb
remote_follow.rb
remote_profile.rb
report.rb Add includes to Report#statuses (#3655) 2017-06-09 15:07:02 +02:00
report_filter.rb
search.rb
session_activation.rb
setting.rb Improve RuboCop rules (compatibility to Code Climate) (#3636) 2017-06-08 13:24:28 +02:00
status.rb
status_pin.rb
stream_entry.rb
subscription.rb
tag.rb add validation to tag name (#4194) 2017-07-14 11:02:49 +02:00
user.rb
web.rb