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/serializers/rest
Claire db57bff11d
Stop setting a shortcode to newly-created media attachments (#16730)
* Stop setting a shortcode to newly-created media attachments

The WebUI has stopped using the “short media URL” in ages. This isn't used
anywhere except for mail notifications.

Deprecating it would allow us to eventually get rid of at least a database
column and corruption-prone index, as well as a controller.

* Fix tests
4 years ago
..
admin
keys
account_serializer.rb Fix breaking change about format of accounts.created_at (#16186) 4 years ago
announcement_serializer.rb
application_serializer.rb
context_serializer.rb
conversation_serializer.rb
credential_account_serializer.rb
custom_emoji_serializer.rb
encrypted_message_serializer.rb
featured_tag_serializer.rb Use existing FeaturedTag serializer and delete AccountFeaturedTag serializer (#15415) 4 years ago
filter_serializer.rb
identity_proof_serializer.rb
instance_serializer.rb Add `configuration` attribute to `GET /api/v1/instance` (#16485) 4 years ago
list_serializer.rb
marker_serializer.rb
media_attachment_serializer.rb Stop setting a shortcode to newly-created media attachments (#16730) 4 years ago
muted_account_serializer.rb Add duration parameter to muting. (#13831) 4 years ago
notification_serializer.rb Add option to be notified when a followed user posts (#13546) 5 years ago
poll_serializer.rb
preferences_serializer.rb
preview_card_serializer.rb
reaction_serializer.rb
relationship_serializer.rb Add option to be notified when a followed user posts (#13546) 5 years ago
report_serializer.rb
rule_serializer.rb Add server rules (#15769) 4 years ago
scheduled_status_serializer.rb
search_serializer.rb
status_serializer.rb Add account sensitized (#14361) 4 years ago
suggestion_serializer.rb Add cold-start follow recommendations (#15945) 4 years ago
tag_serializer.rb
web_push_subscription_serializer.rb