0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server
Fabien 'egg' O'Carroll 33f26fbf32
Updated subscriptions for Members Admin API
refs https://github.com/TryGhost/Team/issues/616

We need a way to assign Products to Members via a Subscription, and we've
followed the same pattern as the editSubscription method for the Members API
controller, which acts upon Subscriptions as a nested resource.

Subscriptions now are linked to products, and we've included those links by
default in the Member Admin API as we already include subscriptions by
default, and Products are now a core part of the Members feature-set.
2021-04-26 17:14:34 +01:00
..
adapters
api Updated subscriptions for Members Admin API 2021-04-26 17:14:34 +01:00
data Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00
lib
models Updated subscriptions for Members Admin API 2021-04-26 17:14:34 +01:00
public New logo in Admin (#12768) 2021-03-18 17:27:27 +00:00
services Added oauth login and invitation acceptance 2021-04-21 19:36:27 +02:00
translations Added Products API to Admin API 2021-04-20 13:04:51 +01:00
views
web Updated subscriptions for Members Admin API 2021-04-26 17:14:34 +01:00
analytics-events.js
ghost-server.js
notify.js
overrides.js
update-check.js