Conflicts:
- `app/views/admin/pending_accounts/index.html.haml`:
Removed upstream, while it had glitch-soc-specific changes to accomodate
for glitch-soc's theming system.
Removed the file.
Additional changes:
- `app/views/admin/accounts/index.html.haml':
Accomodate for glitch-soc's theming system.
confirmation.setCustomValidity((newIntlMessageFormat(messages['password_confirmation.exceeds_maxlength']||'Password confirmation exceeds the maximum password length',locale)).format());
confirmation.setCustomValidity((newIntlMessageFormat(messages['password_confirmation.mismatching']||'Password confirmation does not match',locale)).format());
confirmation.setCustomValidity((newIntlMessageFormat(messages['password_confirmation.exceeds_maxlength']||'Password confirmation exceeds the maximum password length',locale)).format());
confirmation.setCustomValidity((newIntlMessageFormat(messages['password_confirmation.mismatching']||'Password confirmation does not match',locale)).format());
suspension_irreversible:The data of this account has been irreversibly deleted. You can unsuspend the account to make it usable but it will not recover any data it previously had.
suspension_reversible_hint_html:The account has been suspended, and the data will be fully removed on %{date}. Until then, the account can be restored without any ill effects. If you wish to remove all of the account's data immediately, you can do so below.
time_in_queue:Waiting in queue %{time}
title:Accounts
unconfirmed_email:Unconfirmed email
undo_sensitized:Undo force-sensitive
@ -226,6 +222,7 @@ en:
whitelisted:Allowed for federation
action_logs:
action_types:
approve_user:Approve User
assigned_to_self_report:Assign Report
change_email_user:Change E-mail for User
confirm_user:Confirm User
@ -255,6 +252,7 @@ en:
enable_user:Enable User
memorialize_account:Memorialize Account
promote_user:Promote User
reject_user:Reject User
remove_avatar_user:Remove Avatar
reopen_report:Reopen Report
reset_password_user:Reset Password
@ -271,6 +269,7 @@ en:
update_domain_block:Update Domain Block
update_status:Update Post
actions:
approve_user_html:"%{name} approved sign-up from %{target}"
assigned_to_self_report_html:"%{name} assigned report %{target} to themselves"
change_email_user_html:"%{name} changed the e-mail address of user %{target}"
confirm_user_html:"%{name} confirmed e-mail address of user %{target}"
@ -300,6 +299,7 @@ en:
enable_user_html:"%{name} enabled login for user %{target}"
memorialize_account_html:"%{name} turned %{target}'s account into a memoriam page"
promote_user_html:"%{name} promoted user %{target}"
reject_user_html:"%{name} rejected sign-up from %{target}"
option:vacuum,type::boolean,default:false,desc:'Reduce the file size and update the statistics. This option locks the table for a long time, so run it offline'
option:batch_size,type::numeric,default:1_000,aliases:[:b],desc:'Number of records in each batch'
option:continue,type::boolean,default:false,desc:'If remove is not completed, execute from the previous continuation'
option:clean_followed,type::boolean,default:false,desc:'Include the status of remote accounts that are followed by local accounts as candidates for remove'
option:skip_status_remove,type::boolean,default:false,desc:'Skip status remove (run only cleanup tasks)'
option:skip_media_remove,type::boolean,default:false,desc:'Skip remove orphaned media attachments'
option:compress_database,type::boolean,default:false,desc:'Compress database and update the statistics. This option locks the table for a long time, so run it offline'
ActiveRecord::Base.connection.add_index(:media_attachments,:remote_url,name::index_media_attachments_remote_url,where:'remote_url is not null',algorithm::concurrently,if_not_exists:true)