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/views/admin
lenore gilbert c373148b3d
Support for import/export of instance-level domain blocks/allows for 4.x w/ additional fixes (#20597)
* Allow import/export of instance-level domain blocks/allows (#1754)

* Allow import/export of instance-level domain blocks/allows.
Fixes #15095

* Pacify circleci

* Address simple code review feedback

* Add headers to exported CSV

* Extract common import/export functionality to
AdminExportControllerConcern

* Add additional fields to instance-blocked domain export

* Address review feedback

* Split instance domain block/allow import/export into separate pages/controllers

* Address code review feedback

* Pacify DeepSource

* Work around Paperclip::HasAttachmentFile for Rails 6

* Fix deprecated API warning in export tests

* Remove after_commit workaround

(cherry picked from commit 94e98864e3)

* 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

(cherry picked from commit b91196f4b7)

* Fix authorization check in domain blocks controller

(cherry picked from commit 7527937758)

* Fix error strings for domain blocks and email-domain blocks

Corrected issue with non-error message used for Mastodon:NotPermittedError in Domain Blocks
Corrected issue Domain Blocks using the Email Domain Blocks message on ActionContoller::ParameterMissing
Corrected issue with Email Domain Blocks using the not_permitted string from "custom emojii's"

* Ran i18n-tasks normalize to address test failure

* Removed unused admin.export_domain_blocks.not_permitted string

Removing unused string as indicated by Check i18n

* Fix tests

(cherry picked from commit 9094c2f52c)

* Fix domain block export not exporting blocks with only media rejection

(cherry picked from commit 26ff48ee48)

* Fix various issues with domain block import

- stop using Paperclip for processing domain allow/block imports
- stop leaving temporary files
- better error handling
- assume CSV files are UTF-8-encoded

(cherry picked from commit cad824d8f501b95377e4f0a957e5a00d517a1902)

Co-authored-by: Levi Bard <taktaktaktaktaktaktaktaktaktak@gmail.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
..
account_actions Fix IDN domains not being rendered correctly in a few left-over places (#17848) 3 years ago
account_warnings Fix IDN domains not being rendered correctly in a few left-over places (#17848) 3 years ago
accounts Fix "select all matching items" being offered when all items are on the page (#19054) 2 years ago
action_logs Add customizable user roles (#18641) 3 years ago
announcements Fix announcement dates not being validated client-side (#20577) 2 years ago
change_emails Fix IDN domains not being rendered correctly in a few left-over places (#17848) 3 years ago
custom_emojis Change brand color and logotypes (#18592) 3 years ago
dashboard Change dasbhoard links for “new users” and “active users” (#17570) 3 years ago
disputes/appeals Fix IDN domains not being rendered correctly in a few left-over places (#17848) 3 years ago
domain_allows Add subresource integrity for JS and CSS assets (#15096) 4 years ago
domain_blocks Change design of federation pages in admin UI (#17704) 3 years ago
email_domain_blocks Change e-mail domain blocks to block IPs dynamically (#17635) 3 years ago
export_domain_allows Support for import/export of instance-level domain blocks/allows for 4.x w/ additional fixes (#20597) 2 years ago
export_domain_blocks Support for import/export of instance-level domain blocks/allows for 4.x w/ additional fixes (#20597) 2 years ago
follow_recommendations Add trending statuses (#17431) 3 years ago
instances Support for import/export of instance-level domain blocks/allows for 4.x w/ additional fixes (#20597) 2 years ago
invites Fix maxed-out invites not showing up as expired in UI (#10274) 6 years ago
ip_blocks Add batch suspend for accounts in admin UI (#17009) 3 years ago
relationships Fix IDN domains not being rendered correctly in a few left-over places (#17848) 3 years ago
relays Display pending message on admin relays UI (#8494) 6 years ago
report_notes Fix error on attempting to delete an account moderation note (#18196) 3 years ago
reports Add ability to view previous edits of a status in admin UI (#19462) 2 years ago
roles Use type="color" on badge color input field (#18825) 2 years ago
rules Fix missing source strings and inconsistent lead text style in admin UI (#16052) 4 years ago
settings Fix saving server registration settings redirecting to branding settings (#20505) 2 years ago
status_edits Add ability to view previous edits of a status in admin UI (#19462) 2 years ago
statuses Add ability to view previous edits of a status in admin UI (#19462) 2 years ago
tags Change how hashtags are normalized (#18795) 3 years ago
trends Add support for language preferences for trending statuses and links (#18288) 2 years ago
users/roles Add customizable user roles (#18641) 3 years ago
warning_presets Add titles to warning presets in admin UI (#13252) 5 years ago
webhooks Add administrative webhooks (#18510) 3 years ago