0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server
Rishabh Garg 26ee648397
🏗 Flattened members subscriptions data in API (#12581)
no refs

- Updates member model serializer to directly set subscriptions on member object instead of `stripe.subscriptions`
- Updates all references to members subscriptions from nested `stripe.subscriptions` to `subscriptions`
- Updates v3 API serializer to still use `stripe.subscriptions`
- Updates tests
2021-02-02 16:12:53 +00:00
..
adapters Improved JSDoc in default scheduler 2020-12-16 17:25:05 +13:00
api 🏗 Flattened members subscriptions data in API (#12581) 2021-02-02 16:12:53 +00:00
data Updated plan_nickname column to be nullable 2021-02-02 16:12:10 +00:00
lib Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00
models 🏗 Flattened members subscriptions data in API (#12581) 2021-02-02 16:12:53 +00:00
public Enabled Portal (#12317) 2020-11-03 14:36:21 +05:30
services 🏗 Flattened members subscriptions data in API (#12581) 2021-02-02 16:12:53 +00:00
translations Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00
views
web Fixed maintenance app initialization 2021-02-02 16:12:10 +00:00
analytics-events.js
ghost-server.js Added "maintenance" app serving 503 page 2021-02-02 16:11:35 +00:00
index.js Refactored maintenance app to be a class with DI 2021-02-02 16:11:35 +00:00
overrides.js Improved threading performance on non-SQLite clients 2020-11-30 13:27:40 +13:00
update-check.js