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/controllers
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
7 years ago
..
activitypub Add sharedInbox to actors (#4737) 7 years ago
admin Fix typo in admin/status_controller.rb (#4679) 7 years ago
api Make PreviewCard records reuseable between statuses (#4642) 7 years ago
auth
concerns Support more variations of ActivityPub keyId in signature (#4630) 7 years ago
oauth
settings authorize-follow-requests-after-unlocking (#4658) 7 years ago
well_known
about_controller.rb
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb Allow multiple pinned statuses to be shown and make them be ordered b… (#4690) 7 years ago
application_controller.rb
authorize_follows_controller.rb
follower_accounts_controller.rb Set correct content-type for ActivityPub JSON (#4592) 7 years ago
following_accounts_controller.rb Set correct content-type for ActivityPub JSON (#4592) 7 years ago
home_controller.rb
intents_controller.rb Add protocol handler. Handle follow intents (#4511) 7 years ago
manifests_controller.rb
media_controller.rb
remote_follow_controller.rb
shares_controller.rb Make share intent modal to make "signed in as" shown. (#4611) 7 years ago
statuses_controller.rb Update status embeds (#4742) 7 years ago
stream_entries_controller.rb Update status embeds (#4742) 7 years ago
tags_controller.rb Set correct content-type for ActivityPub JSON (#4592) 7 years ago