-
- Téléchargements
You need to sign in or sign up before continuing.
Followers-only post federation (#2111)
* Make private toots get PuSHed to subscription URLs that belong to domains where you have approved followers * Authorized followers controller, stub for bulk action * Soft block in the background * Add simple test for new controller * Rename Settings::FollowersController to Settings::FollowerDomainsController, paginate results, rename "private" post setting to "followers-only", fix pagination style, improve post privacy preferences style, improve warning style * Extract compose form warnings into own container, show warning when posting to followers-only with unlocked account
parent
ef5937da
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- app/assets/javascripts/components/features/compose/components/compose_form.jsx 3 ajouts, 17 suppressions...s/components/features/compose/components/compose_form.jsx
- app/assets/javascripts/components/features/compose/components/privacy_dropdown.jsx 1 ajout, 1 suppression...mponents/features/compose/components/privacy_dropdown.jsx
- app/assets/javascripts/components/features/compose/components/warning.jsx 25 ajouts, 0 suppression...cripts/components/features/compose/components/warning.jsx
- app/assets/javascripts/components/features/compose/containers/compose_form_container.jsx 12 ajouts, 26 suppressions...ts/features/compose/containers/compose_form_container.jsx
- app/assets/javascripts/components/features/compose/containers/warning_container.jsx 48 ajouts, 0 suppression...ponents/features/compose/containers/warning_container.jsx
- app/assets/javascripts/components/locales/en.jsx 1 ajout, 1 suppressionapp/assets/javascripts/components/locales/en.jsx
- app/assets/stylesheets/accounts.scss 2 ajouts, 1 suppressionapp/assets/stylesheets/accounts.scss
- app/assets/stylesheets/components.scss 23 ajouts, 7 suppressionsapp/assets/stylesheets/components.scss
- app/assets/stylesheets/forms.scss 57 ajouts, 0 suppressionapp/assets/stylesheets/forms.scss
- app/controllers/settings/follower_domains_controller.rb 28 ajouts, 0 suppressionapp/controllers/settings/follower_domains_controller.rb
- app/models/account.rb 4 ajouts, 0 suppressionapp/models/account.rb
- app/views/settings/follower_domains/show.html.haml 33 ajouts, 0 suppressionapp/views/settings/follower_domains/show.html.haml
- app/views/settings/preferences/show.html.haml 1 ajout, 1 suppressionapp/views/settings/preferences/show.html.haml
- app/workers/import_worker.rb 1 ajout, 0 suppressionapp/workers/import_worker.rb
- app/workers/pubsubhubbub/distribution_worker.rb 3 ajouts, 1 suppressionapp/workers/pubsubhubbub/distribution_worker.rb
- app/workers/soft_block_domain_followers_worker.rb 13 ajouts, 0 suppressionapp/workers/soft_block_domain_followers_worker.rb
- app/workers/soft_block_worker.rb 17 ajouts, 0 suppressionapp/workers/soft_block_worker.rb
- config/locales/en.yml 23 ajouts, 7 suppressionsconfig/locales/en.yml
- config/locales/nl.yml 48 ajouts, 49 suppressionsconfig/locales/nl.yml
- config/locales/pt-BR.yml 1 ajout, 1 suppressionconfig/locales/pt-BR.yml
Chargement en cours
Veuillez vous inscrire ou vous se connecter pour commenter