0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server
Fabien O'Carroll dcfaecfe92
🐛 Added CORS support to the v2 Content API (#10257)
no-issue

When trying to use /api/v2/content from a different domain, the requests
were failing with CORS errors. This doesn't use the shared cors middleware,
because it should be open to all hosts, and not locked down via our
whitelist or trusted domains.
2018-12-11 11:44:12 +07:00
..
adapters Refactored direct usages of api controllers 2018-09-21 15:18:22 +02:00
api Added validation for null|undefined values for required keys 2018-12-10 16:33:39 +01:00
apps Renamed /users to /authors for Content API V2 (#10096) 2018-11-07 15:29:37 +01:00
config Parsed nconf env values (#10077) 2018-10-28 20:06:44 +01:00
data 🐛Removed user reference warning from importer report if post is a draft (#10169) 2018-12-03 17:48:03 +01:00
helpers Renamed /users to /authors for Content API V2 (#10096) 2018-11-07 15:29:37 +01:00
lib 🐛 Fixed invalid imported subscribers count (#10229) 2018-12-03 20:45:55 +01:00
models 🐛 Fixed contributors being able to delete draft posts as co-author (#10239) 2018-12-04 13:31:02 +01:00
public Removed change frequency and priority fields from sitemap generator (#9771) 2018-09-24 19:16:31 +02:00
services 🐛Fixed auto redirect for extra data queries on post and page resources (#9828) 2018-12-03 20:31:48 +01:00
translations Renamed /users to /authors for Content API V2 (#10096) 2018-11-07 15:29:37 +01:00
views Fixed error trying to render 404 for missing asset 2017-12-22 20:08:59 +00:00
web 🐛 Added CORS support to the v2 Content API (#10257) 2018-12-11 11:44:12 +07:00
analytics-events.js
filters.js Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
ghost-server.js Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
index.js Refactored method urlFor to use versionType instead of admin: true 2018-10-04 16:49:55 +05:30
overrides.js Disabled bluebird debug logs 2018-08-13 14:01:31 +02:00
update-check.js Migrated update check to use api v2 2018-10-18 00:13:31 +02:00