0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/apps/admin-x-settings/src/api
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
..
actions.ts Implemented email customisation labs flag in AdminX (#17881) 2023-09-04 07:00:37 +01:00
apiKeys.ts Added limit checks to AdminX settings (#17784) 2023-08-23 21:04:27 +00:00
config.ts Wired up AdminX Labs settings (#17844) 2023-08-28 16:24:03 +01:00
customThemeSettings.ts
db.ts Wired up AdminX Labs settings (#17844) 2023-08-28 16:24:03 +01:00
external-ghost-site.ts Added one-click-subscribe detection (#17995) 2023-09-06 15:11:14 +00:00
files.ts Wired up Pintura integration to AdminX (#17759) 2023-08-18 14:54:13 +02:00
images.ts
integrations.ts Added limit checks to AdminX settings (#17784) 2023-08-23 21:04:27 +00:00
invites.ts Added limit checks to AdminX settings (#17784) 2023-08-23 21:04:27 +00:00
labels.ts
members.ts
mentions.ts Added "Recommended you" section to settings (#17973) 2023-09-05 12:46:27 +02:00
newsletters.ts Added limit checks to AdminX settings (#17784) 2023-08-23 21:04:27 +00:00
oembed.ts Fixed recommending site without available metadata (#17989) 2023-09-06 07:21:27 +00:00
offers.ts
posts.ts Wired up Analytics export download trigger (#17782) 2023-08-22 11:09:05 +00:00
recommendations.ts Added edit recommendations modal (#17889) 2023-08-31 12:28:27 +02:00
redirects.ts Wired up AdminX Labs settings (#17844) 2023-08-28 16:24:03 +01:00
roles.ts
routes.ts Wired up AdminX Labs settings (#17844) 2023-08-28 16:24:03 +01:00
settings.ts Wired up AdminX Tips & Donations (#17846) 2023-08-30 09:08:31 +00:00
site.ts
slack.ts Wired up Slack integration in AdminX (#17781) 2023-08-22 12:15:38 +01:00
themes.ts Added limit checks to AdminX settings (#17784) 2023-08-23 21:04:27 +00:00
tiers.ts Added limit checks to AdminX settings (#17784) 2023-08-23 21:04:27 +00:00
users.ts
webhooks.ts Added limit checks to AdminX settings (#17784) 2023-08-23 21:04:27 +00:00