mastodon/app/views/stream_entries
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
2018-10-17 17:13:04 +02:00
..
_detailed_status.html.haml Improve support for aspects/circles (#8950) 2018-10-17 17:13:04 +02:00
_og_description.html.haml Add description meta tag additionally to og:description (#8941) 2018-10-10 02:21:30 +02:00
_og_image.html.haml Add admin setting to enable OG previews for sensitive media (#7962) 2018-07-06 02:15:56 +02:00
_simple_status.html.haml Fix microformats on statuses according to updated spec (#8958) 2018-10-12 02:04:07 +02:00
_status.html.haml Revert Font Awesome 5 upgrade (#8810) 2018-09-28 02:11:14 +02:00
embed.html.haml Add animate custom emoji param to embed pages (#8507) 2018-08-30 23:14:01 +02:00
show.html.haml Add remote interaction dialog for toots (#8202) 2018-08-18 03:03:12 +02:00