summaryrefslogtreecommitdiff
path: root/lib/models/revision.js (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-11fix: upgrade sequelize to latest version to fix CVEBoHong Li1-187/+187
2019-06-08Rework debug loggingSheogorath1-3/+2
2018-09-26lib/models/revision.js: make independent of exec-pathWilliButz1-1/+2
2018-05-25Use cascaded deletesSheogorath1-1/+3
2018-02-09Fix field type to prevent data truncation of authorship (#721)Max Wu1-1/+1
2018-01-18Ignore empty values for revision.Sheogorath1-2/+2
2017-10-16Fix #521 by converting content fields to LONGTEXT in MySQL, to prevent trunca...Claudius Coenen1-3/+3
2017-10-09createdAt DESC with quotation marks did not work with MySQL fixes #565Claudius Coenen1-4/+4
2017-05-08refactor: Remove `require` extension filenameBoHong Li1-2/+2
2017-03-14Use strict mode in all backend filesBoHong Li1-0/+1
2017-03-08Use JavaScript Standard StyleBoHong Li1-290/+290
2017-01-02Refactor data processing to model definitionWu Cheng-Han1-0/+12
2017-01-02Update to remove null byte before saving to DB and remove null byte on changesWu Cheng-Han1-4/+16
2017-01-02Remove LZString compression for data storageWu Cheng-Han1-6/+5
2016-11-18Add dmp worker to leverage CPU intensive calculation to child processWu Cheng-Han1-102/+79
2016-10-15Change revision saving policy periodWu Cheng-Han1-2/+2
2016-09-18Update to add revision saving policyWu Cheng-Han1-3/+23
2016-07-30Add support of saving authorship to revisionWu Cheng-Han1-3/+10
2016-07-30Add support of saving authors and authorshipWu Cheng-Han1-0/+3
2016-07-30Fix typoWu Cheng-Han1-1/+1
2016-06-17Add support of saving note revision and improve app start and stop procedure ...Cheng-Han, Wu1-0/+276