-
- Téléchargements
Account deletion (#3728)
* Add form for account deletion * If avatar or header are gone from source, remove them * Add option to have SuspendAccountService remove user record, add tests * Exclude suspended accounts from search
parent
a208e7d6
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- app/controllers/settings/deletes_controller.rb 27 ajouts, 0 suppressionapp/controllers/settings/deletes_controller.rb
- app/javascript/styles/admin.scss 15 ajouts, 0 suppressionapp/javascript/styles/admin.scss
- app/javascript/styles/forms.scss 3 ajouts, 0 suppressionapp/javascript/styles/forms.scss
- app/models/account.rb 3 ajouts, 0 suppressionapp/models/account.rb
- app/models/form/delete_confirmation.rb 7 ajouts, 0 suppressionapp/models/form/delete_confirmation.rb
- app/services/suspend_account_service.rb 6 ajouts, 1 suppressionapp/services/suspend_account_service.rb
- app/services/update_remote_profile_service.rb 13 ajouts, 2 suppressionsapp/services/update_remote_profile_service.rb
- app/views/auth/registrations/edit.html.haml 5 ajouts, 0 suppressionapp/views/auth/registrations/edit.html.haml
- app/views/settings/deletes/show.html.haml 16 ajouts, 0 suppressionapp/views/settings/deletes/show.html.haml
- app/workers/admin/suspension_worker.rb 2 ajouts, 2 suppressionsapp/workers/admin/suspension_worker.rb
- config/locales/en.yml 11 ajouts, 0 suppressionconfig/locales/en.yml
- config/locales/simple_form.ru.yml 1 ajout, 1 suppressionconfig/locales/simple_form.ru.yml
- config/navigation.rb 1 ajout, 1 suppressionconfig/navigation.rb
- config/routes.rb 1 ajout, 0 suppressionconfig/routes.rb
- spec/controllers/settings/deletes_controller_spec.rb 72 ajouts, 0 suppressionspec/controllers/settings/deletes_controller_spec.rb
app/models/form/delete_confirmation.rb
0 → 100644
app/views/settings/deletes/show.html.haml
0 → 100644
Veuillez vous inscrire ou vous se connecter pour commenter