Ghost/core/test/integration
Gabor Javorszky 8487dada0b Implement user and related content deletion
Closes #3100

* Introduces `destroyByAuhor`, given a context and an id, it will check if context has permission to delete the user by the id, and then deletes all the content where `author_id` is id, and then deletes the user
* Does multiple checks to make sure user exists
* Added a fixture `posts:mu` that creates 4 users belonging to 4 roles, 50 posts that have authors evenly distributed, 5 tags and all 50 have one tag attached to it, evenly distributed.

Caveats / questions

* Started testing
2014-07-31 03:48:59 +01:00
..
api Merge pull request #3443 from halfdan/30850-users-api 2014-07-30 22:47:55 +01:00
model Implement user and related content deletion 2014-07-31 03:48:59 +01:00
export_spec.js Fix lazy loading of settings 2014-07-29 10:43:38 -05:00
import_spec.js Improve importer error messaging 2014-07-29 12:02:18 +01:00
update_check_spec.js Ghost instance not needed in update check test 2014-07-29 22:29:13 +00:00