Ghost/ghost/members-api/lib
Fabien O'Carroll 82506e1599 Passed transaction to all model methods
refs https://github.com/TryGhost/Team/issues/982

These calls to the edit method were missing the transaction option from
the parent which meant that they ran outside of the transaction and
would cause the method to timeout.
2021-08-26 20:04:06 +02:00
..
controllers Added WellKnownController and exposed jwks.json 2021-07-19 13:51:58 +01:00
repositories Passed transaction to all model methods 2021-08-26 20:04:06 +02:00
services Added products as default relation when fetching members 2021-08-26 16:10:13 +02:00
common.js Removed used of ghost-ignition dependency 2021-06-29 21:43:05 +01:00
MembersAPI.js Updated getMemberIdentityData to use BREAD Service 2021-08-26 16:07:06 +02:00
migrations.js Fixed stripe migration to avoid complimentary prices as monthly/yearly price 2021-07-19 16:20:12 +05:30