This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
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 Support Actors/Statuses with multiple types (#7305) 2018-05-02 12:40:24 +02:00
javascript Fix low-contrasted cancel button of reply indicator (#7300) 2018-05-01 14:02:04 +02:00
lib Remove most behaviour disparities between blocks and mutes (#7231) 2018-05-02 15:50:20 +02:00
mailers
models Speed up test suite by not generating RSA keys in test environment (#7296) 2018-05-02 15:45:24 +02:00
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 Fix "Show more" URL on paginated threads for remote statuses (#7285) 2018-04-30 01:59:42 +02:00
workers