0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/models
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
..
base Added check for orderDefaultOptions in base model (#9941) 2018-10-03 16:27:33 +02:00
plugins 🐛Fixed count.posts respecting co authors (#9830) 2018-08-30 17:05:29 +01:00
relations Corrected misleading comment 2018-10-05 09:48:26 +02:00
accesstoken.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
api-key.js Added refreshSecret method to ApiKey model (#9947) 2018-10-05 15:51:13 +07:00
app-field.js
app-setting.js
app.js Updated permittedOptions to correctly call super 2018-09-21 12:15:29 +02:00
client-trusted-domain.js
client.js Updated permittedOptions to correctly call super 2018-09-21 12:15:29 +02:00
index.js Set up schema and models for API Key authentication (#9904) 2018-10-02 17:46:38 +01:00
integration.js Set up schema and models for API Key authentication (#9904) 2018-10-02 17:46:38 +01:00
invite.js Moved custom invite permission to permissible fn 2018-10-05 15:38:14 +02:00
permission.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
post.js Refactor URL generation from models (#9917) 2018-10-03 15:44:30 +02:00
refreshtoken.js Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
role.js Set up schema and models for API Key authentication (#9904) 2018-10-02 17:46:38 +01:00
session.js Created Session Model (#9909) 2018-09-27 14:31:39 +02:00
settings.js Added session_secret setting to schema (#9953) 2018-10-05 12:25:51 +01:00
subscriber.js Updated permittedOptions to correctly call super 2018-09-21 12:15:29 +02:00
tag.js Refactor URL generation from models (#9917) 2018-10-03 15:44:30 +02:00
user.js Refactor URL generation from models (#9917) 2018-10-03 15:44:30 +02:00
webhook.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00