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
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
..
activitypub Improve support for aspects/circles (#8950) 6 years ago
rest Improve support for aspects/circles (#8950) 6 years ago
rss Add RSS feeds for end-users (#7259) 7 years ago
web Only display web push notifications after API call (fixes #7902) (#8396) 7 years ago
initial_state_serializer.rb Display customized mascot in web UI and fix admin form for it (#8964) 6 years ago
manifest_serializer.rb implement web share target (#6278) 7 years ago
oembed_serializer.rb Clean up and improve generated OpenGraph tags (#4901) 8 years ago
webfinger_serializer.rb Add remote interaction dialog for toots (#8202) 7 years ago