0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/api/v2
Rishabh Garg 592c1bd46c
Added FirstPromoter Integration (#12540)
no refs

Adds new FirstPromoter settings similar to amp, which allows sites to take advantage of FirstPromoter to launch their own member referral program natively.

- Adds new firstpromoter settings group
- Adds `firstpromoter` setting to group
- Adds `firstpromoter_id` setting to group for FirstPromoter referral tracking id
- Updated tests
2021-01-15 19:05:15 +05:30
..
utils Added FirstPromoter Integration (#12540) 2021-01-15 19:05:15 +05:30
actions.js
authentication.js
authors-public.js
config.js
db.js
images.js 🐛 Added missing Bluebird require in v2 API 2020-11-19 13:36:15 +00:00
index.js
integrations.js
invites.js Refactored invites module into a class 2021-01-14 19:42:38 +13:00
mail.js
notifications.js Fixed update check tests 2021-01-14 18:30:09 +13:00
oembed.js Fixed typo in v2 oembed API 2020-12-01 08:59:41 +00:00
pages-public.js
pages.js
posts-public.js
posts.js
preview.js
redirects.js
roles.js
schedules.js 🐛 Fixed scheduled post emails pointing at /404/ for the "view online" link 2020-10-08 10:26:49 +01:00
session.js
settings-public.js
settings.js Added routes.yaml content checksum storage to the db 2020-09-10 10:54:57 +12:00
site.js
slack.js
slugs.js
tags-public.js
tags.js
themes.js
users.js
webhooks.js Added Location header to API's POST request responses (#12186) 2020-09-14 22:33:37 +12:00