| Commit message (Expand) | Author | Files | Lines |
2021-02-15 | Linter: Fix all lint errors | Philip Molares | 1 | -24/+24 |
2019-06-11 | fix: upgrade sequelize to latest version to fix CVE | BoHong Li | 1 | -187/+187 |
2019-06-08 | Rework debug logging | Sheogorath | 1 | -3/+2 |
2018-09-26 | lib/models/revision.js: make independent of exec-path | WilliButz | 1 | -1/+2 |
2018-05-25 | Use cascaded deletes | Sheogorath | 1 | -1/+3 |
2018-02-09 | Fix field type to prevent data truncation of authorship (#721) | Max Wu | 1 | -1/+1 |
2018-01-18 | Ignore empty values for revision. | Sheogorath | 1 | -2/+2 |
2017-10-16 | Fix #521 by converting content fields to LONGTEXT in MySQL, to prevent trunca... | Claudius Coenen | 1 | -3/+3 |
2017-10-09 | createdAt DESC with quotation marks did not work with MySQL fixes #565 | Claudius Coenen | 1 | -4/+4 |
2017-05-08 | refactor: Remove `require` extension filename | BoHong Li | 1 | -2/+2 |
2017-03-14 | Use strict mode in all backend files | BoHong Li | 1 | -0/+1 |
2017-03-08 | Use JavaScript Standard Style | BoHong Li | 1 | -290/+290 |
2017-01-02 | Refactor data processing to model definition | Wu Cheng-Han | 1 | -0/+12 |
2017-01-02 | Update to remove null byte before saving to DB and remove null byte on changes | Wu Cheng-Han | 1 | -4/+16 |
2017-01-02 | Remove LZString compression for data storage | Wu Cheng-Han | 1 | -6/+5 |
2016-11-18 | Add dmp worker to leverage CPU intensive calculation to child process | Wu Cheng-Han | 1 | -102/+79 |
2016-10-15 | Change revision saving policy period | Wu Cheng-Han | 1 | -2/+2 |
2016-09-18 | Update to add revision saving policy | Wu Cheng-Han | 1 | -3/+23 |
2016-07-30 | Add support of saving authorship to revision | Wu Cheng-Han | 1 | -3/+10 |
2016-07-30 | Add support of saving authors and authorship | Wu Cheng-Han | 1 | -0/+3 |
2016-07-30 | Fix typo | Wu Cheng-Han | 1 | -1/+1 |
2016-06-17 | Add support of saving note revision and improve app start and stop procedure ... | Cheng-Han, Wu | 1 | -0/+276 |