Ghost/core/server/api
kirrg001 75cc60c20a Added option to import clients and trusted domains
refs #9742, refs #8719

- make it possible to import more tables (optional)
  - available tables: clients, trusted domains
- by default we won't import these tables, you have to tell Ghost using `include` (same syntax on export)
- we won't announce this ability for now (stays hidden)
2018-08-03 14:12:06 +02:00
..
authentication.js ES6 migration: server/api (#9733) 2018-07-23 14:38:40 +02:00
clients.js ES6 migration: server/api (#9733) 2018-07-23 14:38:40 +02:00
configuration.js ES6 migration: server/api (#9756) 2018-07-30 12:28:05 +02:00
db.js Added option to import clients and trusted domains 2018-08-03 14:12:06 +02:00
index.js Added /oembed API endpoint 2018-06-12 16:18:01 +01:00
invites.js Sorted out the mixed usages of include and withRelated (#9425) 2018-02-15 10:53:53 +01:00
mail.js Removed html usage in error messages (#9444) 2018-02-07 09:35:48 +01:00
notifications.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
oembed.js 🐛 Koenig - Support schema-less URLs in embed card (#9725) 2018-07-09 10:32:39 +01:00
posts.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
redirects.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
roles.js Sorted out the mixed usages of include and withRelated (#9425) 2018-02-15 10:53:53 +01:00
schedules.js Moved zip folder, read csv and package-json to lib/fs 2017-12-14 22:07:53 +01:00
settings.js Moved utils constants to lib/constants 2017-12-14 14:13:40 +01:00
slack.js Moved utils constants to lib/constants 2017-12-14 14:13:40 +01:00
slugs.js Sorted out the mixed usages of include and withRelated (#9425) 2018-02-15 10:53:53 +01:00
subscribers.js Sorted out the mixed usages of include and withRelated (#9425) 2018-02-15 10:53:53 +01:00
tags.js Sorted out the mixed usages of include and withRelated (#9425) 2018-02-15 10:53:53 +01:00
themes.js Fixed broken i18n keys 2018-04-18 15:05:20 +02:00
upload.js Moved utils constants to lib/constants 2017-12-14 14:13:40 +01:00
users.js Sorted out the mixed usages of include and withRelated (#9425) 2018-02-15 10:53:53 +01:00
utils.js Added option to export extra tables 2018-08-03 14:11:45 +02:00
webhooks.js Sorted out the mixed usages of include and withRelated (#9425) 2018-02-15 10:53:53 +01:00