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/policies
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
..
account_moderation_note_policy.rb
account_policy.rb Implement the ability for an Administrator or Moderator to remove an account avatar (#6998) 7 years ago
application_policy.rb Account archive download (#6460) 7 years ago
backup_policy.rb Account archive download (#6460) 7 years ago
custom_emoji_policy.rb
domain_block_policy.rb
email_domain_block_policy.rb
instance_policy.rb
invite_policy.rb Add admin function to deactivate all invites (#8279) 6 years ago
relay_policy.rb Add federation relay support (#7998) 6 years ago
report_note_policy.rb Feature: Report improvements (#6967) (#7000) 7 years ago
report_policy.rb
settings_policy.rb
status_policy.rb Improve support for aspects/circles (#8950) 6 years ago
subscription_policy.rb
user_policy.rb Allow mods to disable login, improve message when login disabled (#8329) 6 years ago