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 Add moderation API (#9387) 6 years ago
keys Add E2EE API (#13820) 5 years ago
account_serializer.rb Fix breaking change about format of accounts.created_at (#16186) 4 years ago
announcement_serializer.rb Add support for links to statuses in announcements to be opened in web UI (#13212) 5 years ago
application_serializer.rb
context_serializer.rb
conversation_serializer.rb
credential_account_serializer.rb Change silences to always require approval on follow (#11975) 6 years ago
custom_emoji_serializer.rb Add categories for custom emojis (#11196) 6 years ago
encrypted_message_serializer.rb Fix wrong route helper in encrypted messages controller (#13952) 5 years ago
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 Add configuration option to filter replies in lists (#9205) 5 years ago
marker_serializer.rb Add timeline read markers API (#11762) 6 years ago
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 Add voters count support (#11917) 6 years ago
preferences_serializer.rb
preview_card_serializer.rb Add blurhash to preview cards (#13984) 5 years ago
reaction_serializer.rb Add announcements (#12662) 5 years ago
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 Remove deprecated `GET /api/v1/search` API (#11823) 6 years ago
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 Fix `alerts` booleans not being typecast correctly in push subscription (#11343) 6 years ago