summaryrefslogtreecommitdiff
path: root/lib/models/author.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Linter: Fix all lint errorsPhilip Molares2021-02-151-2/+2
| | | | Signed-off-by: Philip Molares <philip.molares@udo.edu>
* fix: upgrade sequelize to latest version to fix CVEBoHong Li2019-06-111-19/+19
| | | | Signed-off-by: BoHong Li <a60814billy@gmail.com>
* Use cascaded deletesSheogorath2018-05-251-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>
* Use strict mode in all backend filesBoHong Li2017-03-141-0/+1
| | | | add ‘use strict’ in all backend file
* Use JavaScript Standard StyleBoHong Li2017-03-081-40/+34
| | | | | Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code.
* Add support of saving authors and authorshipWu Cheng-Han2016-07-301-0/+43