Ghost/ghost/admin/mirage/factories
Kevin Ansfield 72590083f3 Added ability to bulk delete members by label or status (#1883)
refs https://github.com/TryGhost/Team/issues/585
requires https://github.com/TryGhost/Ghost/pull/12082

When a label or status filter is selected on the members screen show a "Delete selected" option in the actions dropdown. Bulk deleted members will _not_ have any subscription data modified in Stripe, if a member should be deleted and have their subscription cancelled it's necessary to do that on a per-member basis.

- updated bulk delete handling to match API
- added link to bulk delete confirmation modal in members actions dropdown (only shown when label, status, or search is used)
- updated testing framework for members
  - added label factory for easier test setup
  - updated `GET /members` and `DEL /members` endpoints to work with label filters
  - updated test selectors for easier reference in tests
2021-04-08 12:06:27 +01:00
..
api-key.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
email.js Fixed tests 2019-11-08 11:14:04 +07:00
integration.js Fixed custom integrations tests 2019-02-22 11:11:15 +07:00
invite.js Bump ember-cli-mirage to 0.4.2 (#969) 2018-03-19 09:53:17 +00:00
label.js Added ability to bulk delete members by label or status (#1883) 2021-04-08 12:06:27 +01:00
member.js Added ability to bulk delete members by label or status (#1883) 2021-04-08 12:06:27 +01:00
notification.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
post.js Removed unused locale fields 2021-02-04 19:04:34 +13:00
role.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
tag.js Automatically update count.posts when serialising tags in mirage 2018-11-08 13:49:00 +00:00
user.js Use token input to allow selection of multiple authors in PSM 2018-03-27 18:50:52 +01:00
webhook.js Fixed webhook modal title showing "New webhook" when editing a webhook 2018-11-12 16:31:47 +00:00