1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/adapters
Fabien 'egg' O'Carroll 3155e6091d
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 Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
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 Removed use of ?include=tags,authors,authors.roles query param on post/page requests 2019-02-25 21:55:55 +07:00
post.js Updated handling of send_email_when_published 2019-11-14 17:33:35 +00:00
setting.js Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
tag.js Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
theme.js show theme warnings/errors when activating a theme (#576) 2017-03-14 08:54:58 -05:00
user.js Removed redundant 'status=all' in user queries 2019-01-28 16:28:14 +00:00