Add option to keep evidence when suspending accounts
Fix #547 When selected, before the account's data is removed, some of it is denormalized into a separate, symmetrically-encrypted table. In particular: - The e-mail - All IPs used to access the account - SHA256 fingerprints of all uploaded files - URIs of accounts followed by or following the account - URIs of accounts that were invited
This commit is contained in:
parent
3a6f9860fc
commit
7bf27db007
15 changed files with 234 additions and 9 deletions
4
spec/fabricators/secure_account_summary_fabricator.rb
Normal file
4
spec/fabricators/secure_account_summary_fabricator.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
Fabricator(:secure_account_summary) do
|
||||
account
|
||||
summary "{}"
|
||||
end
|
4
spec/models/secure_account_summary_spec.rb
Normal file
4
spec/models/secure_account_summary_spec.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.describe SecureAccountSummary, type: :model do
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue