mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
8487dada0b
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 |
||
---|---|---|
.. | ||
app | ||
theme/partials | ||
broken-db-errors.json | ||
broken-validation.json | ||
data-generator.js | ||
example.js | ||
export-000.json | ||
export-001.json | ||
export-002.json | ||
export-003.json | ||
test.hbs |