Ghost/core
Kevin Ansfield ca20f3a6b0 Added /oembed API endpoint
refs https://github.com/TryGhost/Ghost/issues/9623
- add `oembed-parser` module for checking provider availability for a url and fetching data from the provider
  - require it in the `overrides.js` file before the general Promise override so that the `promise-wrt` sub-dependency doesn't attempt to extend the Bluebird promise implementation
- add `/oembed` authenticated endpoint
  - takes `?url=` query parameter to match against known providers
  - adds safeguard against oembed-parser's providers list not recognising http+https and www+non-www
  - responds with `ValidationError` if no provider is found
  - responds with oembed response from matched provider's oembed endpoint if match is found
2018-06-12 16:18:01 +01:00
..
client@dae7a2a42a Updated Ghost-Admin to 1.24.2 2018-06-11 13:23:02 +01:00
server Added /oembed API endpoint 2018-06-12 16:18:01 +01:00
test Added /oembed API endpoint 2018-06-12 16:18:01 +01:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00