Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Further improvement of error handling for LZString | Sheogorath | 2018-07-27 | 1 | -1/+5 |
| | | | | | | | This does some more in depth check on the error message and minimizes the log noise that is caused by LZString. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Minimize number of errors in LZString parsing errors for history | Sheogorath | 2018-07-27 | 1 | -0/+9 |
| | | | | | | | | Right now we still see a lot of LZString parsing errors in the logs. They probably come from the user history. We should minimize the number by add the basic length check there as well. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Improve history migration performance | Max Wu | 2018-03-10 | 1 | -11/+5 |
| | | | | Signed-off-by: Max Wu <jackymaxj@gmail.com> | ||||
* | Add migration for LZString compressed note id in history | Max Wu | 2018-02-26 | 1 | -1/+21 |
| | | | | Signed-off-by: Max Wu <jackymaxj@gmail.com> | ||||
* | refactor: Remove `require` extension filename | BoHong Li | 2017-05-08 | 1 | -3/+3 |
| | |||||
* | 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 | -147/+150 |
| | | | | | Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code. | ||||
* | Update to remove history cache to lower application coupling | Wu Cheng-Han | 2017-02-03 | 1 | -100/+47 |
| | |||||
* | Try to fix when server have heavy loading cache might not update to db properly | Wu Cheng-Han | 2016-12-18 | 1 | -1/+1 |
| | |||||
* | Revert "Add workers for history to leverage CPU intensive work loading" | Wu Cheng-Han | 2016-11-16 | 1 | -33/+46 |
| | | | | This reverts commit b5920fbbd1ceb595456da18f7d458b63d1a960bf. | ||||
* | Add workers for history to leverage CPU intensive work loading | Wu Cheng-Han | 2016-11-07 | 1 | -46/+33 |
| | |||||
* | Fix history time should save in UNIX timestamp to avoid time offset issue | Wu Cheng-Han | 2016-10-11 | 1 | -1/+1 |
| | |||||
* | Fix new note with empty content not saving to history and remove debug code | Wu Cheng-Han | 2016-10-11 | 1 | -4/+1 |
| | |||||
* | Update to add cache to history | Wu Cheng-Han | 2016-10-10 | 1 | -0/+228 |