0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test/unit
Fabien O'Carroll c9b8ddde4b 🎨Added absolute_url flag to public api (#9833)
closes #9832

The API _should_ be returning absolute URLs for everything, 3rd party applications require absolute urls to read and display ghost data correctly. Currently they have to concat the blog url and the resource url, which is very uncomfortable.

Changing the public api like this would be considered a breaking change however so we've opted to put it behind a query parameter named `absolute_urls`.
2018-08-31 11:02:39 +01:00
..
adapters Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
api Oembed meta tag fallback for unknown providers (#9827) 2018-08-27 15:02:03 +01:00
apps 🎨 Added additional parameters to subscribe_form and input_email helpers (#9820) 2018-08-30 17:17:27 +01:00
config Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
data Updated fixture post content 2018-08-16 12:13:24 +02:00
helpers 🎨 Added additional parameters to subscribe_form and input_email helpers (#9820) 2018-08-30 17:17:27 +01:00
lib Added mobiledoc renderer for gallery card 2018-08-30 17:57:17 +01:00
models 🎨Added absolute_url flag to public api (#9833) 2018-08-31 11:02:39 +01:00
public Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
services 🎨Added absolute_url flag to public api (#9833) 2018-08-31 11:02:39 +01:00
web Added ability to resize and compress images on upload (#9837) 2018-08-30 17:30:36 +01:00
filters_spec.js Tidy up unit test files (#9340) 2017-12-14 03:36:50 +01:00