Ghost/core/server/data
kirrg001 02bd71d0f5 🐛 Fixed importer duplicate detection for posts
closes #8717

- this is now required, because we run import queries sequentiell
- this code protects two cases:
  - you have duplicate slugs in the JSON file (the first get's inserted, the second get's ignored)
  - you have an existing slug in the database and you try to import the same slug, get's ignored
2018-01-03 00:07:41 +01:00
..
db Use Promise support which was added in fs-extra 3.x 2017-12-13 20:57:11 +01:00
export Moved ghost-version to lib 2017-12-14 22:14:55 +01:00
importer 🐛 Fixed importer duplicate detection for posts 2018-01-03 00:07:41 +01:00
meta Moved social utility to lib/social 2017-12-14 22:34:05 +01:00
migrations Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
schema Moved pipeline/sequence to lib/promise 2017-12-13 22:20:02 +01:00
validation Moved validateRedirects helper to data/validation 2017-12-14 11:55:10 +01:00
xml/sitemap Import lib/common only 2017-12-12 10:28:13 +01:00
timezones.json Adds UTC as select option to timezones select list 2016-06-10 15:19:16 +02:00