0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/test/functional/api/v2/admin
Naz Gargol d3f3b3dc20
Added plugin based author and public tag models in API v2 (#10284)
refs #10124

- Author model returns only users that have published non-page posts
- Added a public controller for tags (should be extracted to separate Content API controller https://github.com/TryGhost/Ghost/issues/10106)
- Made resource configuration dynamic based on current theme engine
- This needs a follow-up PR with fixes to the problems described in the PR
2019-01-03 20:30:35 +01:00
..
configuration_spec.js Added configuration controller to v2 API (#10056) 2018-12-04 09:27:36 +05:30
db_spec.js Added functional test for import endpoint in API v2 2019-01-02 14:10:25 +01:00
integrations_spec.js Added HTTP BREAD for integrations resource (#9985) 2018-10-18 14:03:56 +01:00
invites_spec.js Refactored expected API properties 2019-01-03 16:38:52 +01:00
mail_spec.js Added mail ctrl to v2 2018-10-12 21:13:20 +02:00
notifications_spec.js Refactored expected API properties 2019-01-03 16:38:52 +01:00
oembed_spec.js Added oembed controller to v2 api (#10057) 2018-11-02 09:32:26 +01:00
posts_spec.js Removed x_by fields from API v2 response 2019-01-03 16:38:52 +01:00
roles_spec.js Refactored expected API properties 2019-01-03 16:38:52 +01:00
settings_spec.js Removed x_by fields from API v2 response 2019-01-03 16:38:52 +01:00
slack_spec.js 🐛 Fix last seen for users (#10141) 2018-11-13 18:27:10 +07:00
slugs_spec.js Refactored expected API properties 2019-01-03 16:38:52 +01:00
subscribers_spec.js Refactored expected API properties 2019-01-03 16:38:52 +01:00
tags_spec.js Added plugin based author and public tag models in API v2 (#10284) 2019-01-03 20:30:35 +01:00
upload_spec.js Added upload controller to v1 (#9997) 2018-10-12 22:41:39 +02:00
users_spec.js Removed x_by fields from API v2 response 2019-01-03 16:38:52 +01:00
utils.js Removed x_by fields from API v2 response 2019-01-03 16:38:52 +01:00
webhooks_spec.js Refactored expected API properties 2019-01-03 16:38:52 +01:00