mastodon/spec
Eugen Rochko 10f51c9886
Fix domain hiding logic (#7765)
* Send rejections to followers when user hides domain they're on

* Use account domain blocks for "authorized followers" action

Replace soft-blocking (block & unblock) behaviour with follow rejection

* Split sync and async work of account domain blocking

Do not create domain block when removing followers by domain, that
is probably unexpected from the user's perspective.

* Adjust confirmation message for domain block

* yarn manage:translations
2018-06-09 22:46:54 +02:00
..
controllers Add missing tests for sessions controller (#7744) 2018-06-06 10:23:22 +09:00
fabricators Add tests for report notes controller (#7589) 2018-05-22 14:45:10 +02:00
features
fixtures Slightly reduce RAM usage (#7301) 2018-05-02 18:58:48 +02:00
helpers Append '.test' to hostname in stub data (#7260) 2018-04-25 14:12:28 +02:00
lib Add tests for embeds controller (#7719) 2018-06-04 10:35:56 +09:00
mailers
models Improve counter caches on Status and Account (#7644) 2018-05-30 02:50:23 +02:00
policies
presenters
requests Use raw status code on have_http_status (#7214) 2018-04-21 21:35:07 +02:00
routing
services Fix domain hiding logic (#7765) 2018-06-09 22:46:54 +02:00
support
validators Add a spec for UniqueUsernameValidator (#6927) 2018-03-27 05:22:58 +02:00
views Paginate descendant statuses in public page (#7148) 2018-04-23 19:27:35 +02:00
workers
rails_helper.rb Slightly reduce RAM usage (#7301) 2018-05-02 18:58:48 +02:00
spec_helper.rb Disable simplecov on CircleCI (#7416) 2018-05-09 16:59:58 +02:00