0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server
Naz 6ba6e9c307 Removed unused authors input serializer
refs https://github.com/TryGhost/Ghost/issues/10354

- The serializer wasn't hooked up properly during the implementation (1a4497fc9a). It is not possible to hook it back in now as that would introduce breaking change to now stable v2 API.
- v3 (canary) has is properly hooked in, so there should not be a problem going forward
2020-11-23 11:35:02 +13:00
..
adapters Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
api Removed unused authors input serializer 2020-11-23 11:35:02 +13:00
data Fixed Personal Tokens migration file name 2020-11-20 10:35:31 +01:00
lib Removed global.Promise override (#12182) 2020-11-04 10:55:47 +00:00
models Added the user_id field to the api_keys table 2020-11-20 09:53:18 +01:00
public Enabled Portal (#12317) 2020-11-03 14:36:21 +05:30
services Disabled Personal Tokens of inactive/locked users 2020-11-20 09:53:18 +01:00
translations Updated redirect error message 2020-11-04 12:26:22 +13:00
views
web Added the Admin API and tests for Personal Tokens. 2020-11-20 09:53:18 +01:00
analytics-events.js
ghost-server.js
index.js
overrides.js Removed global.Promise override (#12182) 2020-11-04 10:55:47 +00:00
update-check.js