0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/test
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
..
functional Fixup signin and signout 2014-07-29 20:58:43 +00:00
integration Implement user and related content deletion 2014-07-31 03:48:59 +01:00
unit Adding new {{title}} helper 2014-07-29 21:45:56 +01:00
utils Implement user and related content deletion 2014-07-31 03:48:59 +01:00
blanket_coverage.js Replace the old admin with the ember admin 2014-07-01 08:33:17 +01:00