Ghost/test/utils/fixtures/csv
Kevin Ansfield bb19eddeae
Added DELETE /members/ to the Admin API for bulk member deletion (#12082)
refs https://github.com/TryGhost/Team/issues/585

- adds `DELETE /members/` route to the Admin API
- supports `?filter`, and `?search` query params to limit the members that are deleted
- `?all=true` is required if no other filter or query is provided
- uses `models.Member.bulkDestroy` which _will not_ cancel any Stripe subscriptions if members have them but _will_ clean up the Stripe relationship data in Ghost's database
2021-04-08 12:03:45 +01:00
..
members-duplicate-emails.csv Improved error handling for batch inserted member records (#12146) 2020-08-20 17:41:47 +12:00
members-invalid-values.csv Updated canary members controller to use new Importer 2020-12-09 19:25:57 +00:00
members-with-mappings.csv Added field mapping support for members import CSVs 2020-07-02 15:18:39 +12:00
members-with-stripe-ids.csv Added special handling for member import with Stripe connection 2020-06-09 23:02:38 +12:00
single-column-with-header.csv Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
valid-members-defaults.csv Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
valid-members-for-bulk-delete.csv Added DELETE /members/ to the Admin API for bulk member deletion (#12082) 2021-04-08 12:03:45 +01:00
valid-members-import.csv 🐛 Fixed ignored created_at and subscribed fields in Members API 2020-08-24 19:35:20 +12:00
valid-members-labels.csv Fixed tests with members labels 2020-08-12 17:02:08 +12:00