0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server
Fabien 'egg' O'Carroll 22924c62d4
Added permissions for the Products resource (#12875)
refs https://github.com/TryGhost/Team/issues/616

All roles which can publish posts should be able to read/browse products, as content gating
will be based on products going forward.

Creating, updating & destroying products will often make modifications to Stripe which requires
Administrator or Owner roles.

We also improve the permissions tests so that we no longer rely on things being in a particular
order.
2021-04-15 14:34:45 +01:00
..
adapters
api Added configurable limits to the theme management 2021-04-09 18:30:17 +02:00
data Added permissions for the Products resource (#12875) 2021-04-15 14:34:45 +01:00
lib
models Added Product, StripeProduct & StripePrice relations (#12877) 2021-04-14 19:20:39 +01:00
public New logo in Admin (#12768) 2021-03-18 17:27:27 +00:00
services Added price and product models to members service 2021-04-12 21:53:59 +05:30
translations
views
web Added DELETE /members/ to the Admin API for bulk member deletion (#12082) 2021-04-08 12:03:45 +01:00
analytics-events.js
ghost-server.js
notify.js
overrides.js
update-check.js