0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/models
Fabien O'Carroll cbb13904b8 Added members_email_auth_secret setting
no-issue

This will be used for signing HS256 JWTs it's a 64 byte (256 bit) hex
string
2019-10-11 13:47:48 +07:00
..
base Allowed filter option for findAll method 2019-10-09 16:24:51 +07:00
plugins Revert post.page->post.type handling 2019-08-19 12:02:14 +01:00
relations 🐛 Fixed field filtering for /authors/:id endpoints 2019-03-05 15:18:32 +08:00
accesstoken.js
action.js
api-key.js Created DB Backup integration (#10974) 2019-08-02 17:28:02 +08:00
app-field.js
app-setting.js
app.js
author.js
client-trusted-domain.js
client.js
index.js Added model for stripe_customers_subscriptions 2019-10-09 16:24:51 +07:00
integration.js Ensured Admin API cannot fetch internal integrations (#10501) 2019-07-24 11:52:55 +02:00
invite.js
member-stripe-customer.js Added upsert method to stripe models 2019-10-09 16:24:51 +07:00
member.js Removed unused stripe_customers relationship 2019-10-10 17:51:46 +07:00
mobiledoc-revision.js
permission.js
post.js Permission restrictions for post.visibility modifications (#11213) 2019-10-08 15:44:27 +02:00
refreshtoken.js
role.js
session.js
settings.js Added members_email_auth_secret setting 2019-10-11 13:47:48 +07:00
stripe-customer-subscription.js Prefixed stripe_customers_subscriptions with members 2019-10-09 16:24:51 +07:00
subscriber.js
tag-public.js
tag.js Updated Tag model to support actions 2019-08-14 17:40:36 +08:00
user.js Updated User model to support actions 2019-08-14 17:40:36 +08:00
webhook.js