1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app/javascript/mastodon
ThibG 18b451c0e6 Change silences to always require approval on follow ()
* Change silenced accounts to require approval on follow

* Also require approval for follows by people explicitly muted by target accounts

* Do not auto-accept silenced or muted accounts when switching from locked to unlocked

* Add `follow_requests_count` to verify_credentials

* Show “Follow requests” menu item if needed even if account is locked

* Add tests

* Correctly reflect that follow requests weren't auto-accepted when local account is silenced

* Accept follow requests from user-muted accounts to avoid leaking mutes
2019-09-27 21:13:51 +02:00
..
actions Use blob URL for Tesseract to avoid CORS issues () 2019-09-27 02:16:11 +02:00
components Fix unread indicator not updating for notifications () 2019-09-23 02:19:08 +02:00
containers Change conversations UI () 2019-09-21 20:01:16 +02:00
features Change silences to always require approval on follow () 2019-09-27 21:13:51 +02:00
locales New Crowdin translations () 2019-09-21 20:04:43 +02:00
middleware
reducers Avoid storing audio and video file data in memory () 2019-09-27 15:22:11 +02:00
selectors Add special alert for throttled requests () 2019-08-27 16:50:39 +02:00
service_worker
storage
store
utils Add confirmation modal when logging out from the web app () 2019-08-26 18:24:10 +02:00
api.js
base_polyfills.js
common.js
compare_id.js Add option to disable real-time updates in web UI () 2019-07-16 06:30:47 +02:00
extra_polyfills.js
initial_state.js Add indicator of unread content to window title when web UI is out of focus () 2019-08-13 12:22:16 +02:00
is_mobile.js
load_polyfills.js
main.js
performance.js
ready.js
rtl.js Exclude URLs from text analysis () 2019-09-04 22:30:49 +02:00
scroll.js Use ScrollToOptions for smooth scrolling if supported () 2019-06-29 18:32:06 +02:00
settings.js
stream.js
test_setup.js
uuid.js