mastodon/app
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
..
chewy Get rid of Chewy order/limit warning (#8355) 2018-08-22 02:44:56 +02:00
controllers Improve signature verification safeguards (#8959) 2018-10-12 00:15:55 +02:00
helpers Fix missing protocol in dns-prefetch, improve code style (#8963) 2018-10-12 02:19:10 +02:00
javascript Handle global hotkeys even when no element has focus (#8998) 2018-10-17 16:56:16 +02:00
lib Improve support for aspects/circles (#8950) 2018-10-17 17:13:04 +02:00
mailers Fix low-hanging rubocop gripes (#8458) 2018-08-26 19:22:46 +02:00
models Improve support for aspects/circles (#8950) 2018-10-17 17:13:04 +02:00
policies Improve support for aspects/circles (#8950) 2018-10-17 17:13:04 +02:00
presenters Replace SVG asset with Custom mascot (#8766) 2018-10-08 00:20:45 +02:00
serializers Improve support for aspects/circles (#8950) 2018-10-17 17:13:04 +02:00
services Improve support for aspects/circles (#8950) 2018-10-17 17:13:04 +02:00
validators Limit the number of people that can be followed from one account (#8807) 2018-10-04 17:36:11 +02:00
views Improve support for aspects/circles (#8950) 2018-10-17 17:13:04 +02:00
workers Improve support for aspects/circles (#8950) 2018-10-17 17:13:04 +02:00