0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/api/canary
Rishabh Garg f4066067e4
Extended public settings to include portal settings (#14801)
refs https://github.com/TryGhost/Team/issues/1599

- adds `portal_*` settings to public settings endpoint
- adds calculated `firstpromoter_account` setting for public settings endpoint
- also adds Ghost `version` information
2022-05-12 19:54:45 +05:30
..
utils Added offer read endpoint to content API (#14794) 2022-05-12 18:16:10 +05:30
actions.js
authentication.js Changed /authentication/reset_all_passwords to return 204 response code 2022-04-28 15:37:11 +01:00
authors-public.js
config.js
custom-theme-settings.js
db.js
email-post.js
email-previews.js Changed /email_previews/posts/<post id> endpoint to return 204 upon success 2022-04-28 15:37:13 +01:00
emails.js Added missing e2e emails API browse & retry tests 2022-03-28 17:32:58 +01:00
files.js
identities.js
images.js
index.js Added offer read endpoint to content API (#14794) 2022-05-12 18:16:10 +05:30
integrations.js
invites.js
labels.js
mail.js
media.js
member-signin-urls.js Fixed filename casing in canary API 2022-03-24 17:25:53 +00:00
members-stripe-connect.js Fixed filename casing in canary API 2022-03-24 17:25:53 +00:00
members.js Allowed tiers include and data for member endpoints (#14790) 2022-05-11 22:26:03 +05:30
newsletters-public.js Added newsletters endpoint to Content API (#14778) 2022-05-11 21:36:43 +05:30
newsletters.js Fixed newsletter includes when adding or editing (#14696) 2022-05-05 11:20:15 +02:00
notifications.js
oembed.js
offers-public.js Added offer read endpoint to content API (#14794) 2022-05-12 18:16:10 +05:30
offers.js
pages-public.js
pages.js Removed API versioning from email serialization 2022-04-28 15:37:06 +01:00
posts-public.js
posts.js Included newsletter relation by default in posts (#14723) 2022-05-09 11:06:59 +02:00
previews.js Renamed preview files to previews 2022-04-28 15:37:14 +01:00
products-public.js
products.js
redirects.js
roles.js
schedules.js Removed API versioning from post scheduling service 2022-04-28 15:37:09 +01:00
session.js Renamed passwordreset body object to password_reset 2022-04-28 15:37:11 +01:00
settings-public.js Extended public settings to include portal settings (#14801) 2022-05-12 19:54:45 +05:30
settings.js Renamed settings index.js to settings-service.js 2022-05-10 20:55:31 +01:00
site.js
slack.js
slugs.js
snippets.js
stats.js Added /stats/subscriptions API (#14547) 2022-04-27 14:53:32 +01:00
tags-public.js
tags.js
themes.js
tiers-public.js
tiers.js
users.js
webhooks.js