When we delete a user we should delete all the notes that belong to this user including the revisions of these notes. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
add ‘use strict’ in all backend file
Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code.