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/views
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
..
about Added haml-lint and fix warnings (#2773) 8 years ago
accounts Fix og:url. (#3031) 8 years ago
activitypub Change ActivityPub paging to match spec. Clean up ActivityPub outbox changes. (#2410) 8 years ago
admin Add reset button to admin accounts search, improve looks a little (#3100) 8 years ago
api Add buttons to block and unblock domain (#3127) 8 years ago
application Added haml-lint and fix warnings (#2773) 8 years ago
auth Render translated view (#3093) 8 years ago
authorize_follows Added haml-lint and fix warnings (#2773) 8 years ago
errors Added haml-lint and fix warnings (#2773) 8 years ago
follower_accounts Optimize follower_accounts and following_accounts (#2820) 8 years ago
following_accounts Optimize follower_accounts and following_accounts (#2820) 8 years ago
home Prevent selection of unacceptable Content-Type files (#2910) 8 years ago
kaminari Pagination improvements (#1445) 8 years ago
layouts Use stylesheet_pack_tag in embedded layout, avoids pipeline deprecation warning (#3123) 8 years ago
notification_mailer Simplify renders in views (#2084) 8 years ago
oauth Added haml-lint and fix warnings (#2773) 8 years ago
remote_follow Fix remote follow (#2547) 8 years ago
settings Fix character counter not updating for bio (#3101) 8 years ago
shared chore(landing_strip): hide signup path unless the instance allows registration. (#3055) 8 years ago
stream_entries Revert HTML CW changes (#3020) 8 years ago
tags Added haml-lint and fix warnings (#2773) 8 years ago
user_mailer Add catalan language (#3084) 8 years ago
well_known Add ActivityPub Actor id to WebFinger JSON. (#2522) 8 years ago