Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use cascaded deletes | Sheogorath | 2018-05-25 | 1 | -1/+3 |
| | | | | | | | 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> | ||||
* | Fix field type to prevent data truncation of authorship (#721) | Max Wu | 2018-02-09 | 1 | -1/+1 |
| | | | | * Fix field type to prevent data truncation of authorship | ||||
* | Ignore empty values for revision. | Sheogorath | 2018-01-18 | 1 | -2/+2 |
| | | | | Fixes #420 | ||||
* | Fix #521 by converting content fields to LONGTEXT in MySQL, to prevent ↵ | Claudius Coenen | 2017-10-16 | 1 | -3/+3 |
| | | | | truncation of data. | ||||
* | createdAt DESC with quotation marks did not work with MySQL fixes #565 | Claudius Coenen | 2017-10-09 | 1 | -4/+4 |
| | |||||
* | refactor: Remove `require` extension filename | BoHong Li | 2017-05-08 | 1 | -2/+2 |
| | |||||
* | Use strict mode in all backend files | BoHong Li | 2017-03-14 | 1 | -0/+1 |
| | | | | add ‘use strict’ in all backend file | ||||
* | Use JavaScript Standard Style | BoHong Li | 2017-03-08 | 1 | -290/+290 |
| | | | | | Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code. | ||||
* | Refactor data processing to model definition | Wu Cheng-Han | 2017-01-02 | 1 | -0/+12 |
| | |||||
* | Update to remove null byte before saving to DB and remove null byte on changes | Wu Cheng-Han | 2017-01-02 | 1 | -4/+16 |
| | |||||
* | Remove LZString compression for data storage | Wu Cheng-Han | 2017-01-02 | 1 | -6/+5 |
| | |||||
* | Add dmp worker to leverage CPU intensive calculation to child process | Wu Cheng-Han | 2016-11-18 | 1 | -102/+79 |
| | |||||
* | Change revision saving policy period | Wu Cheng-Han | 2016-10-15 | 1 | -2/+2 |
| | |||||
* | Update to add revision saving policy | Wu Cheng-Han | 2016-09-18 | 1 | -3/+23 |
| | |||||
* | Add support of saving authorship to revision | Wu Cheng-Han | 2016-07-30 | 1 | -3/+10 |
| | |||||
* | Add support of saving authors and authorship | Wu Cheng-Han | 2016-07-30 | 1 | -0/+3 |
| | |||||
* | Fix typo | Wu Cheng-Han | 2016-07-30 | 1 | -1/+1 |
| | |||||
* | Add support of saving note revision and improve app start and stop procedure ↵ | Cheng-Han, Wu | 2016-06-17 | 1 | -0/+276 |
to ensure data integrity |