mastodon/app
Eugen Rochko 7bf27db007 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
2020-01-13 12:06:44 +01:00
..
chewy Fix needlessly indexing unsearchable statuses into ElasticSearch (#12041) 2019-10-02 20:04:46 +02:00
controllers Add option to keep evidence when suspending accounts 2020-01-13 12:06:44 +01:00
helpers Fix ruby 2.7 warnings about keyword parameters (#12824) 2020-01-11 21:38:02 +01:00
javascript Add option to keep evidence when suspending accounts 2020-01-13 12:06:44 +01:00
lib Fix Ruby 2.7 support (#12831) 2020-01-12 15:49:30 +01:00
mailers Split AccountsHelper from StatusesHelper (#12078) 2019-10-24 22:50:09 +02:00
middleware Fix uncaught query param encoding errors (#12741) 2020-01-02 17:14:58 +01:00
models Add option to keep evidence when suspending accounts 2020-01-13 12:06:44 +01:00
policies Change admin UI for hashtags and add back whitelisted trends (#11490) 2019-08-05 19:54:29 +02:00
presenters Fix n+1 query for bookmarks on statuses (#12494) 2019-11-28 04:08:00 +01:00
serializers Fix IDN mentions not being processed, IDN domains not being rendered (#12715) 2019-12-30 19:20:43 +01:00
services Add option to keep evidence when suspending accounts 2020-01-13 12:06:44 +01:00
validators Fix invalid votes from the API being accepted (#12601) 2020-01-12 14:17:03 +01:00
views Add option to keep evidence when suspending accounts 2020-01-13 12:06:44 +01:00
workers Add option to keep evidence when suspending accounts 2020-01-13 12:06:44 +01:00