Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -126/+123 |
| | | | | | Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code. | ||||
* | Fix to not use diff_cleanupSemantic, bug report refer to ↵ | Wu Cheng-Han | 2017-01-02 | 1 | -1/+0 |
| | | | | https://code.google.com/p/google-diff-match-patch/issues/detail?id=67 | ||||
* | Remove LZString compression for data storage | Wu Cheng-Han | 2017-01-02 | 1 | -7/+6 |
| | |||||
* | Add dmp worker to leverage CPU intensive calculation to child process | Wu Cheng-Han | 2016-11-18 | 1 | -0/+142 |
| | |||||
* | Revert "Add workers for notes to leverage CPU intensive work loading" | Wu Cheng-Han | 2016-11-16 | 2 | -120/+0 |
| | | | | This reverts commit 4ccfdfa538d2fd7e9ee63e937435a7f6fc622c12. | ||||
* | Revert "Add workers for history to leverage CPU intensive work loading" | Wu Cheng-Han | 2016-11-16 | 1 | -66/+0 |
| | | | | This reverts commit b5920fbbd1ceb595456da18f7d458b63d1a960bf. | ||||
* | Add workers for history to leverage CPU intensive work loading | Wu Cheng-Han | 2016-11-07 | 1 | -0/+66 |
| | |||||
* | Add workers for notes to leverage CPU intensive work loading | Wu Cheng-Han | 2016-11-07 | 2 | -0/+120 |