0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/apps
Simon Backx f71c074d31
Added one-click-subscribe detection (#17995)
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)
2023-09-06 15:11:14 +00:00
..
admin-x-settings Added one-click-subscribe detection (#17995) 2023-09-06 15:11:14 +00:00
announcement-bar Update dependency vitest to v0.34.3 2023-08-29 18:52:13 +01:00
comments-ui Update tiptap monorepo to v2.1.8 2023-09-05 06:40:46 +00:00
portal Added one-click-subscribe detection (#17995) 2023-09-06 15:11:14 +00:00
signup-form Updated linting and testing packages 2023-09-01 15:51:17 +02:00
sodo-search Updated linting and testing packages 2023-09-01 15:51:17 +02:00