0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/services
Fabien O'Carroll 46bf5270df
Added initial subscription support with stripe to Members API (#10460)
These changes introduce a new "service" to the members api, which handles getting and creating subscriptions.

This is wired up to get subscription information when creating tokens, and attaching information to the token, so that the Content API can allow/deny access. 

Behind the subscription service we have a Stripe "payment processor", this holds the logic for creating subscriptions etc... in Stripe.

The logic for getting items out of stripe uses a hash of the relevant data as the id to search for, this allows us to forgo keeping stripe data in a db, so that this feature can get out quicker.
2019-02-07 10:41:39 +01:00
..
apps Updated blog site components to respect the api version 2018-10-18 19:41:07 +02:00
auth Added a note on secret transformation before token verification 2019-02-01 14:04:25 +00:00
mail Updated docs links to best equivalents (#10386) 2019-01-17 06:57:37 +00:00
members Added initial subscription support with stripe to Members API (#10460) 2019-02-07 10:41:39 +01:00
permissions Added v2 actions endpoint 2019-02-06 21:36:09 +01:00
routing 🐛 Fixed crash on startup when no active theme (#10426) 2019-01-28 22:36:47 +05:30
rss Fixed correct promise order in RSS feed generator (#9726) 2018-09-10 11:39:38 +02:00
settings Updated default-routes.yaml syntax to single template (#10459) 2019-02-06 14:34:57 +01:00
themes 🐛 Fixed crash on startup when no active theme (#10426) 2019-01-28 22:36:47 +05:30
url 🐛 Fixed crash on startup when no active theme (#10426) 2019-01-28 22:36:47 +05:30
webhooks Updated error message log and lastTriggeredError for webhook requests (#10147) 2018-11-20 12:13:35 +05:30
labs.js Updated messaging around {{get}} helper access 2019-02-04 17:58:35 +00:00
slack.js Added Slack username option. (#10285) 2018-12-14 18:57:32 +07:00
xmlrpc.js 🐛 Fixed uncaught exceptions from image fetches 2019-01-15 20:35:46 +00:00