Ghost/core/frontend/services/themes
Fabien 'egg' O'Carroll 18b87d9734
Included all subscriptions in stripeSubscriptions (#12414)
refs https://github.com/TryGhost/Ghost/issues/12256

We no longer want to filter out cancelled subscriptions, so we are able
to remove the whereIn clause of the relation.

* Fixed paid flag on member
* Fixed content gating for members

Now that the subscriptions for a member include all of them, we must
explicitly check that the member has an active subscription in order to
consider them "paid"
2020-11-25 10:39:07 +00:00
..
config Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
engines Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
handlebars Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
activate.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
active.js Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
engine.js Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
i18n.js Renamed settings keys from default_locale to lang 2020-06-24 14:07:24 +12:00
index.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
list.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
loader.js Refactored package-json lib into a class 2020-11-25 09:19:35 +00:00
middleware.js Included all subscriptions in stripeSubscriptions (#12414) 2020-11-25 10:39:07 +00:00
storage.js Change theme uploads to move & delete at end 2020-06-08 16:12:17 +01:00
ThemeStorage.js Extracted core/server/lib/security to @tryghost/security package 2020-08-11 14:06:50 +01:00
to-json.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
validate.js Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00