Ghost/core/server
kirrg001 38e93c19b5 Reverted & Solved apiType differently
no issue

- was unable to revert 9dd7aff9c6, because it contains members changes
- functional calls did not work correctly, because the content and admin ctrl differentiation happend in the web layer
- `isContentAPI` returned true for `api.v2.settings.edit(data, {context: {internal:true{})`
- content & admin API are using different controllers
- we can just tell which ctrl is content API and which is not
- the direction fits for the content & admin API split
2019-02-26 08:33:10 +01:00
..
adapters
api Reverted & Solved apiType differently 2019-02-26 08:33:10 +01:00
apps
config Improved Members security and performance (#10511) 2019-02-23 04:47:42 +01:00
data Added migration to insert builtin Zapier integration (#10500) 2019-02-15 14:48:21 +00:00
helpers Renamed authors ctrl to authors-public 2019-02-26 08:33:10 +01:00
lib Added support for serverside rendering of members content (#10522) 2019-02-25 17:03:27 +01:00
models Fixed serialized webhook payload for deleted resources 2019-02-25 23:35:52 +01:00
public
services Renamed authors ctrl to authors-public 2019-02-26 08:33:10 +01:00
translations Updated Admin API key auth to require kid in header (#10538) 2019-02-26 11:03:47 +07:00
views
web Reverted & Solved apiType differently 2019-02-26 08:33:10 +01:00
analytics-events.js
filters.js
ghost-server.js
index.js
overrides.js
update-check.js