Ghost/core/test/integration
Katharina Irrgang 60558a776f 🐛 be able to serve locked users (#8711)
closes #8645, closes #8710

- locked users were once part of the category "active users", but were moved to the inactive category
  -> we have added a protection of not being able to edit yourself when you are either suspended or locked
- but they are not really active users, they are restricted, because they have no access to the admin panel
- support three categories: active, inactive, restricted

* - revert restricted states
- instead, update permission layer: fallback to `all` by default, because you are able to serve any user status
- add more tests

- ATTENTION: there is a behaviour change, that a blog owner's author page can be served before setting up the blog, see conversation on slack
   -> LTS serves 404
   -> 1.0 would serve 200
2017-07-20 12:45:13 +01:00
..
api 🐛 be able to serve locked users (#8711) 2017-07-20 12:45:13 +01:00
data/importer/importers 🐛 import invalid dates (#8712) 2017-07-20 11:24:23 +01:00
model 🐛 Fix error message for login when password wrong (#8594) 2017-06-19 10:37:58 +02:00
export_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
migration_spec.js 📖 new default post content (#8548) 2017-06-08 16:36:14 +01:00
update_check_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00