mastodon/app
Eugen Rochko f62539ce5c
Remove most behaviour disparities between blocks and mutes (#7231)
* Remove most behaviour disparities between blocks and mutes

The only differences between block and mute should be:

- Mutes can optionally NOT affect notifications
- Mutes should not be visible to the muted

Fix #7230
Fix #5713

* Do not allow boosting someone you blocked

Fix #7248

* Do not allow favouriting someone you blocked

* Fix nil error in StatusPolicy
2018-05-02 15:50:20 +02:00
..
chewy
controllers Disable API access when login is disabled (#7289) 2018-04-30 09:13:14 +02:00
helpers
javascript
lib Remove most behaviour disparities between blocks and mutes (#7231) 2018-05-02 15:50:20 +02:00
mailers
models
policies Remove most behaviour disparities between blocks and mutes (#7231) 2018-05-02 15:50:20 +02:00
presenters
serializers
services Remove most behaviour disparities between blocks and mutes (#7231) 2018-05-02 15:50:20 +02:00
validators
views
workers