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
Eugen Rochko f86ee4b59f
Fix IDN mentions not being processed, IDN domains not being rendered (#12715)
This changes the REST API to return unicode domains in the `acct`
attribute instead of punycode, and to render unicode instead of
punycode on public HTML pages as well.

Fix #7812, fix #12246
5 years ago
..
admin
account_serializer.rb Fix IDN mentions not being processed, IDN domains not being rendered (#12715) 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
featured_tag_serializer.rb Add featured tags API (#11778) 6 years ago
filter_serializer.rb
identity_proof_serializer.rb
instance_serializer.rb
list_serializer.rb
marker_serializer.rb
media_attachment_serializer.rb
notification_serializer.rb
poll_serializer.rb Add voters count support (#11917) 6 years ago
preferences_serializer.rb
preview_card_serializer.rb
relationship_serializer.rb
report_serializer.rb
scheduled_status_serializer.rb
search_serializer.rb Remove deprecated `GET /api/v1/search` API (#11823) 6 years ago
status_serializer.rb Fix n+1 query for bookmarks on statuses (#12494) 5 years ago
tag_serializer.rb
web_push_subscription_serializer.rb