0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/server/api/canary
Rishabh Garg 95670eed52
Handled default newsletter fixtures setup (#14459)
closes https://github.com/TryGhost/Team/issues/1491

With multiple newsletters feature, a site should always have at-least one newsletter by default. Also, as with the default product, the default newsletter also needs to be renamed to the site title during the setup flow.

- adds default newsletter to main and test fixtures
- updates setup flow to rename newsletter name and sender name to site title
- updates model to extend default value for fields
- updates test
2022-04-12 19:44:21 +05:30
..
utils Handled default newsletter fixtures setup (#14459) 2022-04-12 19:44:21 +05:30
actions.js
authentication.js Handled default newsletter fixtures setup (#14459) 2022-04-12 19:44:21 +05:30
authors-public.js
config.js
custom-theme-settings.js
db.js
email-post.js
email-preview.js Removed unnecessary email_preview.read serializer 2022-03-29 13:44:51 +01:00
emails.js Added missing e2e emails API browse & retry tests 2022-03-28 17:32:58 +01:00
files.js
identities.js Removed extraneous permission flag in identities 2022-03-15 14:58:29 +00:00
images.js
index.js Created new stats service and stats API to get member count history (#14391) 2022-03-31 16:01:11 +02:00
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 Removed unused members/stats endpoints 2022-03-29 14:00:04 +01:00
newsletters.js Added the newsletters endpoint 2022-03-31 15:19:58 +02:00
notifications.js
oembed.js
offers.js
pages-public.js
pages.js
posts-public.js
posts.js
preview.js
products-public.js
products.js
redirects.js
roles.js
schedules.js
session.js
settings-public.js
settings.js
site.js
slack.js
slugs.js
snippets.js
stats.js Added MRR stats service and endpoint (#14427) 2022-04-08 09:18:04 +02:00
tags-public.js
tags.js
themes.js
tiers-public.js
tiers.js
users.js
webhooks.js