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 ddd30f331c
Improve support for aspects/circles (#8950)
* Add silent column to mentions

* Save silent mentions in ActivityPub Create handler and optimize it

Move networking calls out of the database transaction

* Add "limited" visibility level masked as "private" in the API

Unlike DMs, limited statuses are pushed into home feeds. The access
control rules between direct and limited statuses is almost the same,
except for counter and conversation logic

* Ensure silent column is non-null, add spec

* Ensure filters don't check silent mentions for blocks/mutes

As those are "this person is also allowed to see" rather than "this
person is involved", therefore does not warrant filtering

* Clean up code

* Use Status#active_mentions to limit returned mentions

* Fix code style issues

* Use Status#active_mentions in Notification

And remove stream_entry eager-loading from Notification
6 years ago
..
v2 Add GET /api/v2/search which returns rich tag objects, adjust web UI (#7661) 7 years ago
account_serializer.rb Fix link verification for remote accounts (#8868) 6 years ago
application_serializer.rb In REST API, when URL can be missing, cast it to nil (#5259) 7 years ago
context_serializer.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 8 years ago
conversation_serializer.rb Fix type of conversation ID in conversations API (#8961) 6 years ago
credential_account_serializer.rb Allow selecting default posting language instead of auto-detect (#7828) 7 years ago
custom_emoji_serializer.rb Feature: Unlisted custom emojis (#5485) 7 years ago
filter_serializer.rb Add option to not consider word boundaries when processing keyword filtering (#7975) 7 years ago
instance_serializer.rb Do not fetch environment variables to determine default locale (#6618) 7 years ago
list_serializer.rb Display list column (#5750) 7 years ago
media_attachment_serializer.rb In REST API, when URL can be missing, cast it to nil (#5259) 7 years ago
notification_serializer.rb Change IDs to strings rather than numbers in API JSON output (#5019) 7 years ago
preview_card_serializer.rb Add embed_url to preview cards (#5775) 7 years ago
relationship_serializer.rb Public profile endorsements (accounts picked by profile owner) (#8146) 7 years ago
report_serializer.rb Change IDs to strings rather than numbers in API JSON output (#5019) 7 years ago
search_serializer.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 8 years ago
status_serializer.rb Improve support for aspects/circles (#8950) 6 years ago
tag_serializer.rb Track trending tags (#7638) 7 years ago
web_push_subscription_serializer.rb Add REST API for Web Push Notifications subscriptions (#7445) 7 years ago