Ghost/ghost/core/test/utils
Fabien 'egg' O'Carroll 0b8c3747c5
Supported inviting users using an Admin API Integration
Whilst Admin API Integrations had the permissions to create invites they were
blocked from doing so at the HTTP level. We've removed this restriction for
creating Invites as well as browsing Roles, because a Role ID is necessary to
create an invite. The code was also not setup to support Admin API Integrations
as it made assumptions about the existence of a User. That has been updated in
the permissions layer - so that the Invites are limited to Contributors,
Authors and Editors as well as at the email layer, which has has the copy and
from address updated to reflect the lack of a User creating the Invite.
2023-05-08 15:27:15 -04:00
..
agents
fixtures Corrected announcement_visibility setting type 2023-04-21 10:18:50 +02:00
mocks
admin-utils.js
api.js
assertions.js
configUtils.js
db-utils.js
e2e-framework-mock-manager.js
e2e-framework.js Added email snapshot tests to newsletter suites 2023-04-07 14:34:57 +02:00
e2e-utils.js Supported inviting users using an Admin API Integration 2023-05-08 15:27:15 -04:00
fixture-utils.js
index.js 🔒 Fixed filtering on private Author fields in Content API 2023-05-03 08:43:20 -04:00
overrides.js
redirects.js
stripe-mocker.js
url-service-utils.js
urlUtils.js