0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/services
Fabien egg O'Carroll e6856f6ac6 Initial custom embed provider for Twitter
refs https://github.com/TryGhost/Team/issues/1001

We fall back to existing behaviour if no API key is present, or if there
is an error communicating with the Twitter API. We're also currently
requesting all the data, which will be thinned down once we understand
what we need.

This also includes a custom renderer for embeds of type "twitter" which
will be used to output the custom HTML for emails
2021-11-30 12:58:25 +02:00
..
adapter-manager Added multiple adapters capability to adapter manager 2021-10-21 20:22:45 +13:00
auth Replaced i18n.t w/ tpl helper in core/server/services/auth (#13458) 2021-10-06 09:42:44 +01:00
bulk-email Inlined package requires to save boot time and memory 2021-10-22 09:57:59 +02:00
email-analytics Changed /^testing/ regexp use to startsWith method 2021-11-22 21:56:32 +13:00
integrations
invitations Replaced i18n with tpl in accept.js (#13471) 2021-10-08 15:21:22 +01:00
invites Refactored tpl to never be used in DI 2021-10-11 15:19:54 +01:00
jobs
mail Replaced i18n with tpl in GhostMailer.js (#13555) 2021-10-12 09:10:50 +01:00
mega Fixed accent color background in email callout cards 2021-11-22 10:45:03 +01:00
members Updated member signup email copy 2021-10-26 17:53:35 -04:00
notifications Simplified Notification's service constructor 2021-10-11 16:04:48 +02:00
offers Fixed init method for Offers service 2021-11-03 17:17:33 +02:00
permissions Replaced i18n.t with tpl in core/server/services/bulk-email and core/server/services/permissions (#13562) 2021-10-12 14:46:35 +01:00
posts 🐛 Fixed immediately sent email when scheduling email-only post 2021-10-05 16:42:29 +02:00
public-config Added Tenor contentFilter setting to config 2021-11-16 17:42:26 +00:00
redirects Added JSDocs to redirects validator 2021-11-26 06:18:36 +13:00
route-settings Fixed invalid settings file path configuration 2021-11-24 05:32:20 +13:00
settings 🐛 Fixed GA labs flags not appearing enabled in settings API (#13681) 2021-10-22 19:59:13 +01:00
stripe 🐛 Fixed setting Tier prices after changing Stripe accounts 2021-11-10 14:03:03 +02:00
themes Added missing async/await calls 2021-11-23 17:24:50 +00:00
url Changed /^testing/ regexp use to startsWith method 2021-11-22 21:56:32 +13:00
webhooks
custom-theme-settings.js Added API tests for custom theme settings (#13519) 2021-10-08 16:18:49 +01:00
limits.js Simlified limit service initialization 2021-11-03 00:33:28 +13:00
nft-oembed.js Added OpenSea API key to config 2021-11-30 12:58:25 +02:00
oembed.js Fixed errors being swallowed in oembed service 2021-11-23 10:58:52 +00:00
slack.js Moved URL service to backend 2021-10-19 07:29:09 +13:00
twitter-embed.js Initial custom embed provider for Twitter 2021-11-30 12:58:25 +02:00
users.js
xmlrpc.js Moved URL service to backend 2021-10-19 07:29:09 +13:00