summaryrefslogtreecommitdiff
path: root/lib/models/author.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-11fix: upgrade sequelize to latest version to fix CVEBoHong Li1-19/+19
Signed-off-by: BoHong Li <a60814billy@gmail.com>
2018-05-25Use cascaded deletesSheogorath1-2/+6
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>
2017-03-14Use strict mode in all backend filesBoHong Li1-0/+1
add ‘use strict’ in all backend file
2017-03-08Use JavaScript Standard StyleBoHong Li1-40/+34
Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code.
2016-07-30Add support of saving authors and authorshipWu Cheng-Han1-0/+43