0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/test/acceptance/old/admin
kirrg001 7f7b477ce9 Fixed error message being unclear when admin api keys create posts without authors
refs #10438

- integrations != users
- Ghost's assumption is: if you create a post, the primary author becomes the logged in user
- we have to require authors for integrations
- short fix and needs some more thoughts later
2019-01-31 16:27:56 +01:00
..
configuration_spec.js
db_spec.js
integrations_spec.js Shortened admin key length (#10418) 2019-01-24 13:46:33 +00:00
invites_spec.js
key_authentication_spec.js Fixed error message being unclear when admin api keys create posts without authors 2019-01-31 16:27:56 +01:00
mail_spec.js
notifications_spec.js
oembed_spec.js
posts_spec.js
redirects_spec.js
roles_spec.js
settings_spec.js
slack_spec.js
slugs_spec.js
subscribers_spec.js
tags_spec.js
themes_spec.js Added v2 theme controller 2019-01-30 19:45:02 +01:00
upload_spec.js Changed path returned for uploads to absolute 2019-01-31 15:02:33 +00:00
users_spec.js
utils.js Modified Admin API key output format 2019-01-23 17:18:50 +00:00
webhooks_spec.js