]> cat aescling's git repositories - mastodon.git/commit
Add confirmation page when importing blocked domains (#1773)
authorClaire <claire.github-309c@sitedethib.com>
Mon, 16 May 2022 16:26:49 +0000 (18:26 +0200)
committersingle-right-quote <11325618-aescling@users.noreply.gitlab.com>
Fri, 27 May 2022 03:51:33 +0000 (23:51 -0400)
commit42c84d84578bc9788cd3ba251881a153d5d023a0
tree3ebcf084fe9ce28ac99b91c84d1de86e788446e3
parentdbf2dbd52cf2aea9f34c1fe98ab2827dc1fa33fb
Add confirmation page when importing blocked domains (#1773)

* Move glitch-soc-specific strings to glitch-soc-specific locale files

* Add confirmation page when importing blocked domains
app/controllers/admin/domain_blocks_controller.rb
app/controllers/admin/export_domain_blocks_controller.rb
app/javascript/core/admin.js
app/models/form/domain_block_batch.rb [new file with mode: 0644]
app/views/admin/export_domain_blocks/_domain_block.html.haml [new file with mode: 0644]
app/views/admin/export_domain_blocks/import.html.haml [new file with mode: 0644]
config/locales-glitch/en.yml
config/locales/en.yml
config/routes.rb
spec/controllers/admin/domain_blocks_controller_spec.rb
spec/controllers/admin/export_domain_blocks_controller_spec.rb