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/spec
Eugen Rochko f1ab70649b Add buttons to block and unblock domain (#3127)
* Add buttons to block and unblock domain

* Relationship API now returns "domain_blocking" status for accounts,
rename "block entire domain" to "hide entire domain", fix unblocking domain,
do not block notifications from domain-blocked-but-followed people, do
not send Salmons to domain blocked users

* Add test

* Personal domain blocks shouldn't affect Salmon after all, since in this
direction of communication the control is very thin when it comes to
public stuff. Best stay consistent and not affect federation in this way

* Ignore followers and follow request from domain blocked folks,
ensure account domain blocks are not created for empty domain,
and avoid duplicates in validation

* Purge followers when blocking domain (without soft-blocks, since they
are useless here)

* Add tests, fix local timeline being empty when having any domain blocks
8 years ago
..
controllers Account domain blocks (#2381) 8 years ago
fabricators Account domain blocks (#2381) 8 years ago
features Replace sprockets/browserify with Webpack (#2617) 8 years ago
fixtures Additional specs for URI handling (#2759) 8 years ago
helpers Ensure i18n matches options (#2358) 8 years ago
javascript Replace inline styles with stylesheet (#3115) 8 years ago
lib Account domain blocks (#2381) 8 years ago
mailers Misc spec coverage improvements (#2821) 8 years ago
models Account domain blocks (#2381) 8 years ago
presenters About page contact email (#1839) 8 years ago
requests Remove the react-rails gem (#2801) 8 years ago
routing Restful refactor of accounts/ routes (#2133) 8 years ago
services Add buttons to block and unblock domain (#3127) 8 years ago
support/matchers/model add more tests to models 8 years ago
views Update rails to version 5.0.3 (#3054) 8 years ago
workers Add spec coverage for regeneration worker (#3143) 8 years ago
rails_helper.rb Disable sidekiq logging in test mode (#2962) 8 years ago
spec_helper.rb Add more tests for AtomSerializer (#2096) 8 years ago