0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/api/v0.1
kirrg001 301b18b0ed Moved custom invite permission to permissible fn
no issue

- now that we have a concept of `unsafeAttrs`, we can move the custom permissions to the invite model

Why doing now?

A) We won't copy this controller code to v2.
B) Makes it easier to unit test this behaviour
2018-10-05 15:38:14 +02:00
..
decorators Refactor URL generation from models (#9917) 2018-10-03 15:44:30 +02:00
authentication.js
clients.js
configuration.js
db.js
index.js
invites.js Moved custom invite permission to permissible fn 2018-10-05 15:38:14 +02:00
mail.js
notifications.js
oembed.js
posts.js Refactor URL generation from models (#9917) 2018-10-03 15:44:30 +02:00
redirects.js
roles.js
schedules.js
settings.js
slack.js
slugs.js
subscribers.js
tags.js Refactor URL generation from models (#9917) 2018-10-03 15:44:30 +02:00
themes.js
upload.js
users.js Refactor URL generation from models (#9917) 2018-10-03 15:44:30 +02:00
utils.js
webhooks.js