Ghost/ghost/core/test
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
..
e2e-api Supported inviting users using an Admin API Integration 2023-05-08 15:27:15 -04:00
e2e-browser Added browser tests for announcement bar (#16742) 2023-05-05 14:11:26 +04:00
e2e-frontend
e2e-server Removed unnecessary mockMail call 2023-04-07 14:34:57 +02:00
e2e-webhooks Added post_revisions as a default include for posts (#16660) 2023-04-18 11:12:35 +01:00
integration Added retries to a flaky batch sending test (#16591) 2023-04-07 17:44:11 -07:00
regression 🔒 Fixed filtering on private Author fields in Content API 2023-05-03 08:43:20 -04:00
unit Added columns to store feature image metadata for revision 2023-04-21 15:25:11 +01:00
utils Supported inviting users using an Admin API Integration 2023-05-08 15:27:15 -04:00
.eslintignore
.eslintrc.js