chinwagsocial/app/controllers/settings
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
..
exports
two_factor_authentication
applications_controller.rb Enforce order on authorized applications page (#7587) 2018-05-22 14:44:53 +02:00
deletes_controller.rb
exports_controller.rb
follower_domains_controller.rb Fix domain hiding logic (#7765) 2018-06-09 22:46:54 +02:00
imports_controller.rb
migrations_controller.rb
notifications_controller.rb
preferences_controller.rb Add preference to hide following/followers lists (#7532) 2018-05-18 02:26:51 +02:00
profiles_controller.rb Ensure unfilled fields are shown when errors are shown (#7523) 2018-05-17 13:00:56 +02:00
sessions_controller.rb
two_factor_authentications_controller.rb