Ghost/core/server/web
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
..
admin ES6 migration: server/web (#9729) 2018-07-12 15:35:35 +02:00
api 🎨Added absolute_url flag to public api (#9833) 2018-08-31 11:02:39 +01:00
middleware Added ability to resize and compress images on upload (#9837) 2018-08-30 17:30:36 +01:00
site Fixed express router reference after routes.yaml refresh 2018-08-16 12:13:24 +02:00
parent-app.js 🔥 Removed permalink setting 2018-08-16 12:13:24 +02:00
utils.js Added ability to resize and compress images on upload (#9837) 2018-08-30 17:30:36 +01:00