Ghost/core
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
..
client@fa921f8367 Updated Ghost-Admin to 1.0.0-rc.1 2017-07-11 16:41:08 +02:00
server 🐛 be able to serve locked users (#8711) 2017-07-20 12:45:13 +01:00
test 🐛 be able to serve locked users (#8711) 2017-07-20 12:45:13 +01:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00