0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
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 Bumped knex & bookshelf dependencies (#10404) 2019-01-21 21:53:11 +01:00
api Reverted & Solved apiType differently 2019-02-26 08:33:10 +01:00
apps Removed members internal app (#10379) 2019-01-17 12:03:40 +01:00
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 Added back "theme.uploaded" analytics event (#10450) 2019-02-05 17:38:40 +01:00
filters.js
ghost-server.js
index.js De-aliased api versions in codebase (#10375) 2019-01-14 19:49:55 +01:00
overrides.js
update-check.js De-aliased api versions in codebase (#10375) 2019-01-14 19:49:55 +01:00