mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
fixes https://github.com/TryGhost/Product/issues/3820 - This adds a new public site endpoint in the members API to check if a site can offer the one-click-subscribe feature - This is implemented on the members API as a copy of the `site` endpoint because the admin API site endpoint is protected by CORS and mainly because it can be served on a different domain than the recommended site and this is hard to detect reliably from the frontend - Added a new calculated setting `allow_self_signup`, which can replace the setting that is currently used in Portal (best to do this after a release otherwise we risk creating issues if a patch release happens) |
||
---|---|---|
.. | ||
actions.ts | ||
apiKeys.ts | ||
config.ts | ||
customThemeSettings.ts | ||
db.ts | ||
external-ghost-site.ts | ||
files.ts | ||
images.ts | ||
integrations.ts | ||
invites.ts | ||
labels.ts | ||
members.ts | ||
mentions.ts | ||
newsletters.ts | ||
oembed.ts | ||
offers.ts | ||
posts.ts | ||
recommendations.ts | ||
redirects.ts | ||
roles.ts | ||
routes.ts | ||
settings.ts | ||
site.ts | ||
slack.ts | ||
themes.ts | ||
tiers.ts | ||
users.ts | ||
webhooks.ts |