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
8 years ago
..
actions Add redraft function (#7735) 8 years ago
components Add redraft function (#7735) 8 years ago
containers Add redraft function (#7735) 8 years ago
features Fix domain hiding logic (#7765) 8 years ago
locales Fix domain hiding logic (#7765) 8 years ago
middleware Add missing rejection handling for Promises (#7008) 8 years ago
reducers Preserve newlines in delete & redraft and desktop notifications (#7750) 8 years ago
selectors Profile redirect notes (#5746) 8 years ago
service_worker Update ESLint for Code Climate (#7696) 8 years ago
storage Cache media only when storage can be freed (#7547) 8 years ago
store refactor: Make all reducers sync (#4125) 9 years ago
utils Preserve newlines in delete & redraft and desktop notifications (#7750) 8 years ago
.gitkeep
api.js Refactor /api/web APIs to use the centralized axios instance (#6223) 8 years ago
base_polyfills.js Refactor resizeImage method (#7236) 8 years ago
compare_id.js Fix comparing id (#7180) 8 years ago
extra_polyfills.js Add object-fit polyfill for Edge (#4182) 9 years ago
initial_state.js When search enabled, display hint in search popout (#6593) 8 years ago
is_mobile.js Change mobile layout breakpoint from 1024px to 630px (#5063) 9 years ago
link_header.js Improve eslint rules (#3147) 9 years ago
load_polyfills.js Refactor resizeImage method (#7236) 8 years ago
main.js bug fix (WebPush does not work) (#6120) 8 years ago
performance.js Upgrade to React 16 (#5119) 9 years ago
ready.js Do not load unnecessary script files (#4193) 9 years ago
rtl.js Improve RTL detection (#3682) 9 years ago
scroll.js Scroll smoothly to the right (#4735) 9 years ago
settings.js Implement tag auto-completion by history (#6621) 8 years ago
stream.js Use randomized setTimeout when fallback-polling and re-add since_id (#7522) 8 years ago
test_setup.js Replace JavaScript Testing Framework from Mocha to Jest (#5412) 8 years ago
uuid.js