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 Add vapid_key to the application entity in the REST API (#10058) 6 years ago
context_serializer.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 8 years ago
conversation_serializer.rb Add unread indicator to conversations (#9009) 7 years ago
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 Fix filter ID not being a string in REST API (#9303) 6 years ago
identity_proof_serializer.rb squashed identity proof updates (#10375) 6 years ago
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 Add a preferences API so apps can share basic behaviours (#10109) 6 years ago
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 Change IDs to strings rather than numbers in API JSON output (#5019) 8 years ago
rule_serializer.rb Add server rules (#15769) 4 years ago
scheduled_status_serializer.rb Fix wrong param name in scheduled statuses and return params in API (#9725) 6 years ago
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 Track trending tags (#7638) 7 years ago
web_push_subscription_serializer.rb Fix `alerts` booleans not being typecast correctly in push subscription (#11343) 6 years ago