extensions-website/common/tests
Anna Sirota 729ce453ac Fix deletion task, protect more account-linked data
Account deletion task had a bug in it: its was skipping all accounts
that were deactivated, but accounts are deactivated as soon as
date_deletion_requested is received via webhook, so no
deletion/anonymisation would have happened.

In addition to fixing that (now the task will exclude all account records
that look like they were already anonymized), this also changes several on-delete properties:

  * abuse reports about a deleted account are deleted along with it;
  * abuse reports made by a deleted account remain;
  * ratings made by a deleted account remain;
  * approval activity protects against deletion: account cannot be deleted if it authored any approval activity;

This change also makes sure that API tokens and OAuth info/tokens
are deleted when account deleted or anonymized.
2024-06-05 13:20:51 +02:00
..
factories Fix deletion task, protect more account-linked data 2024-06-05 13:20:51 +02:00
__init__.py Initial models, tests and other boilerplate 2022-08-25 17:37:48 +02:00
test_admin.py Initial models, tests and other boilerplate 2022-08-25 17:37:48 +02:00
test_compare.py OpenAPI Support 2024-02-14 15:28:29 +01:00
utils.py API: Upload new version of an extension (#138) 2024-05-27 16:18:03 +02:00