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
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
8 years ago
..
concerns Pinned statuses (#4675) 9 years ago
form
web Refactor Web::PushSubscription, remove welcome message (#4524) 8 years ago
account.rb Allow multiple pinned statuses to be shown and make them be ordered b… (#4690) 9 years ago
account_domain_block.rb
account_filter.rb
application_record.rb
block.rb
context.rb
conversation.rb
conversation_mute.rb
domain_block.rb
export.rb
favourite.rb
feed.rb
follow.rb
follow_request.rb
import.rb
instance.rb
media_attachment.rb Make PreviewCard records reuseable between statuses (#4642) 8 years ago
mention.rb
mute.rb
notification.rb
preview_card.rb Make PreviewCard records reuseable between statuses (#4642) 8 years ago
remote_follow.rb rescue HTTP::ConnectionError in RemoteFollowController#create (#4726) 9 years ago
remote_profile.rb
report.rb
report_filter.rb
search.rb
session_activation.rb Refactor Web::PushSubscription, remove welcome message (#4524) 8 years ago
setting.rb
status.rb Make PreviewCard records reuseable between statuses (#4642) 8 years ago
status_pin.rb Allow multiple pinned statuses to be shown and make them be ordered b… (#4690) 9 years ago
stream_entry.rb
subscription.rb Periodically remove expired PuSH subscribers (#4654) 9 years ago
tag.rb
user.rb Use request.remote_ip instead of request.ip (#4744) 9 years ago
web.rb