0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/models
Daniel Lockyer 13e1ecae27 Replaced use of Bluebird return method from knex code
no issue

- Knex removed their use of several Bluebird methods, including `return`
- our code used `return`, but mostly to return null after a destroy action
- these uses have been replaced with `.then(() => null)` in order to
  continue returning null and to avoid breaking anything
2020-04-07 10:49:12 +01:00
..
base Remove External Apps 2020-03-20 10:40:22 +00:00
plugins Added transaction support to pagination plugin (#11421) 2019-11-27 10:00:27 +00:00
relations Replaced use of Bluebird return method from knex code 2020-04-07 10:49:12 +01:00
action.js
api-key.js
author.js
email.js Added default stats object to email model 2019-11-08 17:11:54 +07:00
index.js Remove External Apps 2020-03-20 10:40:22 +00:00
integration.js
invite.js Remove External Apps 2020-03-20 10:40:22 +00:00
label.js Added labels for Members (#11538) 2020-02-14 15:03:10 +05:30
member-stripe-customer.js Added upsert method to stripe models 2019-10-09 16:24:51 +07:00
member.js Added member.avatar_image for member gravatars in themes (#11584) 2020-02-19 10:08:12 +00:00
mobiledoc-revision.js
permission.js Remove External Apps 2020-03-20 10:40:22 +00:00
post.js Remove External Apps 2020-03-20 10:40:22 +00:00
posts-meta.js Updated post model url transforms for posts/posts_meta split (#11223) 2019-10-09 13:38:08 +01:00
role.js Remove External Apps 2020-03-20 10:40:22 +00:00
session.js
settings.js Remove External Apps 2020-03-20 10:40:22 +00:00
stripe-customer-subscription.js Prefixed stripe_customers_subscriptions with members 2019-10-09 16:24:51 +07:00
tag-public.js
tag.js
user.js Remove External Apps 2020-03-20 10:40:22 +00:00
webhook.js Updated webhook default to v3 api 2019-10-14 15:50:24 +07:00