Ghost/core
Fabien 'egg' O'Carroll 68127cf4d4
Stopped reconfiguring MemberAPI on settings change (#13943)
refs https://github.com/TryGhost/Team/issues/1257
refs https://github.com/TryGhost/Team/issues/1261

Certain event listens are being added twice due to the way we "reload"
the MembersAPI which can cause duplicate counts of Offer Redemptions.

Rather than creating multiple instances of the MembersAPI we're moving
toward being able to reload the config in place or passing getters for
the config which will allows us to use the MembersAPI as a singleton,
and remove any bugs which come from creating multiple instances.

This also fixes a bug with the allowSelfSignup config not refreshing when
the portal_plans setting was changed.
2022-01-10 18:21:09 +02:00
..
client@b872df2e0e Updated Admin to v4.32.1 2022-01-07 16:00:35 +00:00
frontend 🎨 Improved copy on member email unsubscribe page 2022-01-05 15:27:13 +00:00
server Stopped reconfiguring MemberAPI on settings change (#13943) 2022-01-10 18:21:09 +02:00
shared Added discount information for a member on Portal home page 2022-01-06 18:47:22 +05:30
app.js Fixed express app stacking 2021-12-06 21:28:53 +13:00
boot.js Revert "Revert "Extract logging from DI patterns, only use @tryghost/logging package"" (#13884) 2021-12-14 11:22:39 +00:00
bridge.js Added missing async/await calls 2021-11-23 17:24:50 +00:00