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/javascript/mastodon
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
7 years ago
..
actions Add redraft function (#7735) 7 years ago
components Add redraft function (#7735) 7 years ago
containers Add redraft function (#7735) 7 years ago
features Fix domain hiding logic (#7765) 7 years ago
locales Fix domain hiding logic (#7765) 7 years ago
middleware Add missing rejection handling for Promises (#7008) 7 years ago
reducers Preserve newlines in delete & redraft and desktop notifications (#7750) 7 years ago
selectors
service_worker Update ESLint for Code Climate (#7696) 7 years ago
storage Cache media only when storage can be freed (#7547) 7 years ago
store
utils Preserve newlines in delete & redraft and desktop notifications (#7750) 7 years ago
.gitkeep
api.js
base_polyfills.js Refactor resizeImage method (#7236) 7 years ago
compare_id.js Fix comparing id (#7180) 7 years ago
extra_polyfills.js
initial_state.js
is_mobile.js
link_header.js
load_polyfills.js Refactor resizeImage method (#7236) 7 years ago
main.js
performance.js
ready.js
rtl.js
scroll.js
settings.js
stream.js Use randomized setTimeout when fallback-polling and re-add since_id (#7522) 7 years ago
test_setup.js
uuid.js