mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 09:22:49 +03:00
f71c074d31
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) |
||
---|---|---|
.. | ||
__snapshots__ | ||
authors.test.js | ||
collections.test.js | ||
key_authentication.test.js | ||
newsletters.test.js | ||
offers.test.js | ||
pages.test.js | ||
posts.test.js | ||
settings.test.js | ||
tags.test.js | ||
tiers.test.js | ||
utils.js |