Ghost/core/server
Katharina Irrgang 5ff7574324 🐛 user was not imported, but the importer tries to correct the reference (#8722)
no issue

- this is usually an edge case, but i investigated because i thought that the importer is broken
- the importer logic is build like this:
   - it creates a transaction
   - this transactions runs through:
      - beforeImport
      - doImport
      - afterImport
   - afterImport corrects user references and if a user could not be imported, we have to protect that
       NOTE: we could create two transactions to be more correct, but building this had no priority because of edge cases only
             having two transactions would solve: you first add the data (error or success), then you correct the data
   - usually a user can be always imported (!), but there are a few edge cases (e.g. multiple roles attached)
2017-07-21 09:59:18 +01:00
..
adapters 🐛 Fix double slash in scheduling API URL (#8574) 2017-06-14 16:26:28 +02:00
admin 🐛 Modify regex to allow subdir/ghost urls. (#8627) 2017-06-27 09:08:59 +02:00
api 🐛 invite existing users 2017-07-18 18:24:36 +01:00
apps 🐛 Update amp.hbs image helper and meta (#8659) 2017-07-06 10:23:50 +02:00
auth
blog 🐛 Fix custom robots.txt via template directory. (#8648) 2017-07-06 00:14:35 +02:00
config fix(config): cleanup absolute path config function (#8641) 2017-07-06 00:04:18 +02:00
controllers/frontend
data 🐛 user was not imported, but the importer tries to correct the reference (#8722) 2017-07-21 09:59:18 +01:00
events
helpers 📖 replace any support.ghost.org link (#8555) 2017-06-08 20:34:20 +01:00
mail
middleware 🎨 gscan 1.1.0 & optimisations 2017-06-06 13:07:50 +07:00
models 🎨 do not run model listeners on import (#8720) 2017-07-21 09:58:58 +01:00
permissions 🐛 be able to serve locked users (#8711) 2017-07-20 12:45:13 +01:00
public
settings 🐛 fix settings cache (#8506) 2017-06-04 17:52:22 +07:00
themes 🐛 Remove trailing slash for {{@blog.url}} (#8596) 2017-06-19 16:11:53 +02:00
translations 🎨 transform console.log into logging (#8671) 2017-07-11 09:00:07 +01:00
utils 🐛 Remove trailing slash for {{@blog.url}} (#8596) 2017-06-19 16:11:53 +02:00
views 🎨 gscan 1.1.0 & optimisations 2017-06-06 13:07:50 +07:00
app.js
errors.js
filters.js
ghost-server.js 🔥 remove beta mentioning's (#8673) 2017-07-11 14:05:55 +01:00
i18n.js
index.js
logging.js
overrides.js
update-check.js 📖 replace any support.ghost.org link (#8555) 2017-06-08 20:34:20 +01:00