0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server/api
Kevin Ansfield cfd9ff3993 🎨 Koenig - Added support for shortened URLs in embed card (#9781)
refs https://github.com/TryGhost/Ghost/issues/9724

- perform a HEAD request on a url if we don't find a matching provider, following any redirects until we hit success response before looking up providers for the resulting url
2018-08-12 15:57:19 +02:00
..
authentication.js ES6 migration: server/api (#9733) 2018-07-23 14:38:40 +02:00
clients.js ES6 migration: server/api (#9733) 2018-07-23 14:38:40 +02:00
configuration.js ES6 migration: server/api (#9756) 2018-07-30 12:28:05 +02:00
db.js Fixed exporting extra tables for endpoint db/backup 2018-08-10 15:31:54 +02:00
index.js Added /oembed API endpoint 2018-06-12 16:18:01 +01:00
invites.js Sorted out the mixed usages of include and withRelated (#9425) 2018-02-15 10:53:53 +01:00
mail.js Removed html usage in error messages (#9444) 2018-02-07 09:35:48 +01:00
notifications.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
oembed.js 🎨 Koenig - Added support for shortened URLs in embed card (#9781) 2018-08-12 15:57:19 +02:00
posts.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
redirects.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
roles.js Sorted out the mixed usages of include and withRelated (#9425) 2018-02-15 10:53:53 +01:00
schedules.js Moved zip folder, read csv and package-json to lib/fs 2017-12-14 22:07:53 +01:00
settings.js Moved utils constants to lib/constants 2017-12-14 14:13:40 +01:00
slack.js Moved utils constants to lib/constants 2017-12-14 14:13:40 +01:00
slugs.js Sorted out the mixed usages of include and withRelated (#9425) 2018-02-15 10:53:53 +01:00
subscribers.js Sorted out the mixed usages of include and withRelated (#9425) 2018-02-15 10:53:53 +01:00
tags.js Sorted out the mixed usages of include and withRelated (#9425) 2018-02-15 10:53:53 +01:00
themes.js Fixed broken i18n keys 2018-04-18 15:05:20 +02:00
upload.js Moved utils constants to lib/constants 2017-12-14 14:13:40 +01:00
users.js Sorted out the mixed usages of include and withRelated (#9425) 2018-02-15 10:53:53 +01:00
utils.js Added option to export extra tables 2018-08-03 14:11:45 +02:00
webhooks.js Sorted out the mixed usages of include and withRelated (#9425) 2018-02-15 10:53:53 +01:00