Ghost/ghost/admin/app/adapters
Fabien 'egg' O'Carroll 28a2caec98 Updated delete member UI to add toggle to cancel subscriptions (#1647)
no-issue

* Supported cancellation of subscriptions on delete

This makes the cancellation of subscriptions much more obvious to the
user, and we err on the side of caution by *not* cancelling by default.

* Updated base adapter to handle urls with query params

After creating the member adapter and overriding the urlForDeleteRecord
method the flow would take the url from that and it would get passed
into the buildUrl method of the base adapter. At this point it would
append a "/" _after_ the query param.

It would ouput http://admin.com/ghost/api?query=blah/
rather than http://admin.com/ghost/api/?query=blah
2020-07-24 16:02:42 +02:00
..
application.js
base.js Updated delete member UI to add toggle to cancel subscriptions (#1647) 2020-07-24 16:02:42 +02:00
email.js Added ability to retry failed emails from the confirm modal (#1412) 2019-11-22 15:09:48 +00:00
embedded-relation-adapter.js Fixed multiple no-shadow linting errors 2020-06-17 09:35:46 +01:00
label.js Added labels for Members (#1477) 2020-02-14 15:04:01 +05:30
member.js Updated delete member UI to add toggle to cancel subscriptions (#1647) 2020-07-24 16:02:42 +02:00
page.js
post.js Updated handling of send_email_when_published 2019-11-14 17:33:35 +00:00
setting.js
tag.js
theme.js
user.js