0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/api/v2
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
..
utils Moved htmlToMobiledocConverter() out of renderers 2020-03-19 12:18:54 +00:00
actions.js
authentication.js Switched to use v2 http module instead of ovelooked v1 2019-08-01 13:06:15 +02:00
authors-public.js
config.js
db.js Changed backup service signature to be able to expand it 2020-02-10 12:41:39 +00:00
images.js
index.js Merge branch 'master' into v3 2019-10-11 11:31:31 +01:00
integrations.js
invites.js Replaced use of Bluebird return method from knex code 2020-04-07 10:49:12 +01:00
mail.js Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00
notifications.js
oembed.js Refactored oembed controller data validation 2019-08-01 17:13:12 +05:30
pages-public.js
pages.js Replaced use of Bluebird return method from knex code 2020-04-07 10:49:12 +01:00
posts-public.js
posts.js Replaced use of Bluebird return method from knex code 2020-04-07 10:49:12 +01:00
preview.js
redirects.js
roles.js
schedules.js 🏗 Migrated scheduler to work with v2 API (#11142) 2019-09-23 21:42:53 +05:30
session.js 💡Migrated session controllers for compatibility with "frame" (#11101) 2019-09-11 11:28:55 +02:00
settings-public.js 🎨 Added url value to the Content API /settings/ endpoint (#10946) 2019-07-24 11:12:07 +01:00
settings.js Added permission restrictions to editing members flag (#11217) 2019-10-09 10:26:54 +02:00
site.js
slack.js
slugs.js Remove External Apps 2020-03-20 10:40:22 +00:00
tags-public.js
tags.js Replaced use of Bluebird return method from knex code 2020-04-07 10:49:12 +01:00
themes.js
users.js Replaced use of Bluebird return method from knex code 2020-04-07 10:49:12 +01:00
webhooks.js Replaced use of Bluebird return method from knex code 2020-04-07 10:49:12 +01:00